Changeset 8887
- Timestamp:
- 02/17/08 09:11:31 (8 months ago)
- Files:
-
- trunk/railties/environments/environment.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/environments/environment.rb
r8183 r8887 17 17 # See Rails::Configuration for more options. 18 18 19 # Skip frameworks you're not going to use (only works if using vendor/rails).20 # To use Rails without a database, you must remove the Active Record framework19 # Skip frameworks you're not going to use. To use Rails without a database 20 # you must remove the Active Record framework. 21 21 # config.frameworks -= [ :active_record, :active_resource, :action_mailer ] 22 22