Changeset 9198
- Timestamp:
- 04/01/08 17:13:05 (4 months ago)
- Files:
-
- trunk/railties/environments/environment.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/environments/environment.rb
r9097 r9198 25 25 # :all can be used as a placeholder for all plugins not explicitly named 26 26 # config.plugins = [ :exception_notification, :ssl_requirement, :all ] 27 28 # Specify gems that this application depends on. 29 # They can then be installed with rake gem:install on new installations. 30 # config.gem "bj" 31 # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" 32 # config.gem "aws-s3", :lib => "aws/s3" 27 33 28 34 # Add additional load paths for your own custom dirs