Changeset 677

Show
Ignore:
Timestamp:
09/22/07 09:21:10 (1 year ago)
Author:
iv..@gweezlebur.com
Message:

remove schema/ from generated apps. a default Merb app should be DB free now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app_generators/merb/merb_generator.rb

    r673 r677  
    3535      m.file_copy_each %w( merb_init.rb router.rb upload.conf dependencies.rb), "config" 
    3636      m.file_copy_each %w( development.rb production.rb test.rb ), "config/environments" 
    37       m.file_copy_each %w( 001_add_sessions_table.rb ), "schema/migrations" 
    3837      m.file_copy_each %w( spec_helper.rb ), "spec" 
    3938 
     
    9897      public/javascripts 
    9998      public/stylesheets 
    100       schema/migrations 
    10199      script 
    102100      spec/models 
  • trunk/specs/merb/merb_generator_spec.rb

    r676 r677  
    4646      public/javascripts 
    4747      public/stylesheets 
    48       schema 
    49       schema/migrations 
    5048      script 
    5149      test 
     
    6967      config/upload.conf 
    7068      Rakefile 
    71       schema/migrations/001_add_sessions_table.rb 
    7269      script/new_migration 
    7370      script/stop_merb