Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 9198

Show
Ignore:
Timestamp:
04/01/08 17:13:05 (4 months ago)
Author:
david
Message:

Added examples for config.gem

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/environments/environment.rb

    r9097 r9198  
    2525  # :all can be used as a placeholder for all plugins not explicitly named 
    2626  # 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" 
    2733 
    2834  # Add additional load paths for your own custom dirs