diff options
-rw-r--r-- | railties/environments/environment.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index 7d70c0f01c..fc37b4fa76 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -25,6 +25,12 @@ Rails::Initializer.run do |config| # :all can be used as a placeholder for all plugins not explicitly named # config.plugins = [ :exception_notification, :ssl_requirement, :all ] + # Specify gems that this application depends on. + # They can then be installed with rake gem:install on new installations. + # config.gem "bj" + # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" + # config.gem "aws-s3", :lib => "aws/s3" + # Add additional load paths for your own custom dirs # config.load_paths += %W( #{RAILS_ROOT}/extras ) |