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

Changeset 8887

Show
Ignore:
Timestamp:
02/17/08 09:11:31 (8 months ago)
Author:
nzkoz
Message:

Update generated comments to reflect the fact that config.frameworks works fine with gems now. Closes #11135 [fxn]

Files:

Legend:

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

    r8183 r8887  
    1717  # See Rails::Configuration for more options. 
    1818 
    19   # Skip frameworks you're not going to use (only works if using vendor/rails). 
    20   # To use Rails without a database, you must remove the Active Record framework 
     19  # Skip frameworks you're not going to use. To use Rails without a database 
     20  # you must remove the Active Record framework. 
    2121  # config.frameworks -= [ :active_record, :active_resource, :action_mailer ] 
    2222