Changeset 9199
- Timestamp:
- 04/01/08 17:15:31 (8 months ago)
- Files:
-
- trunk/railties/environments/environment.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/environments/environment.rb
r9198 r9199 21 21 # config.frameworks -= [ :active_record, :active_resource, :action_mailer ] 22 22 23 # Only load the plugins named here, in the order given. By default, all plugins24 # in vendor/plugins are loaded in alphabetical order.25 # :all can be used as a placeholder for all plugins not explicitly named26 # config.plugins = [ :exception_notification, :ssl_requirement, :all ]27 28 23 # Specify gems that this application depends on. 29 24 # They can then be installed with rake gem:install on new installations. … … 31 26 # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" 32 27 # config.gem "aws-s3", :lib => "aws/s3" 28 29 # Only load the plugins named here, in the order given. By default, all plugins 30 # in vendor/plugins are loaded in alphabetical order. 31 # :all can be used as a placeholder for all plugins not explicitly named 32 # config.plugins = [ :exception_notification, :ssl_requirement, :all ] 33 33 34 34 # Add additional load paths for your own custom dirs