diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-10-16 22:13:06 +0200 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-10-16 22:13:06 +0200 |
commit | 9cb5400871b660e2c6d1654346650f07bb52a0c0 (patch) | |
tree | 6cd292650cf80b25494cf2f800318f337517b732 /railties/environments | |
parent | 517bc500ed95a84fd2aadff34fdc14cb7965bc6b (diff) | |
download | rails-9cb5400871b660e2c6d1654346650f07bb52a0c0.tar.gz rails-9cb5400871b660e2c6d1654346650f07bb52a0c0.tar.bz2 rails-9cb5400871b660e2c6d1654346650f07bb52a0c0.zip |
Merge docrails
Diffstat (limited to 'railties/environments')
-rw-r--r-- | railties/environments/environment.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb index abdb863130..f27ccc6bb8 100644 --- a/railties/environments/environment.rb +++ b/railties/environments/environment.rb @@ -22,8 +22,10 @@ Rails::Initializer.run do |config| # Specify gems that this application depends on. # They can then be installed with "rake gems:install" on new installations. + # You have to specify the <tt>:lib</tt> option for libraries, where the Gem name (<em>sqlite3-ruby</em>) differs from the file itself (_sqlite3_) # config.gem "bj" # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" + # config.gem "sqlite3-ruby", :lib => "sqlite3" # config.gem "aws-s3", :lib => "aws/s3" # Only load the plugins named here, in the order given. By default, all plugins |