What does the option --template in "rails" command?
        Posted  
        
            by Semyon Perepelitsa
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Semyon Perepelitsa
        
        
        
        Published on 2010-06-17T21:35:08Z
        Indexed on 
            2010/06/17
            21:43 UTC
        
        
        Read the original article
        Hit count: 315
        
ruby-on-rails
$rails --help
...
Options:
...
  -m, [--template=TEMPLATE]  # Path to an application template 
                             #(can be a filesystem path or URL).
What does this option mean?
© Stack Overflow or respective owner