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

Changeset 9199

Show
Ignore:
Timestamp:
04/01/08 17:15:31 (5 months ago)
Author:
david
Message:

gems should be specified before plugins

Files:

Legend:

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

    r9198 r9199  
    2121  # config.frameworks -= [ :active_record, :active_resource, :action_mailer ] 
    2222 
    23   # Only load the plugins named here, in the order given. By default, all plugins  
    24   # in vendor/plugins are loaded in alphabetical order. 
    25   # :all can be used as a placeholder for all plugins not explicitly named 
    26   # config.plugins = [ :exception_notification, :ssl_requirement, :all ] 
    27  
    2823  # Specify gems that this application depends on.  
    2924  # They can then be installed with rake gem:install on new installations. 
     
    3126  # config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" 
    3227  # 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 ] 
    3333 
    3434  # Add additional load paths for your own custom dirs