Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 168

Show
Ignore:
Timestamp:
12/15/04 13:18:40 (4 years ago)
Author:
david
Message:

Generators shouldnt be placed in a new Rails creation by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/Rakefile

    r165 r168  
    9898task :copy_ties_content => [  
    9999  :copy_rootfiles, :copy_dispatches, :copy_html_files, :copy_application, 
    100   :copy_configs, :copy_generators, :copy_binfiles, :copy_test_helpers, :copy_docs_in_public, 
     100  :copy_configs, :copy_binfiles, :copy_test_helpers, :copy_docs_in_public, 
    101101  :copy_app_doc_readme ] 
    102102 
     
    214214  'dispatches/**/*',  
    215215  'environments/**/*',  
    216   'generators/**/*',  
    217216  'helpers/**/*',  
    218217  'html/**/*',