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

Changeset 8420

Show
Ignore:
Timestamp:
12/16/07 23:36:35 (7 months ago)
Author:
david
Message:

Proper attribution in CHANGELOG

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/CHANGELOG

    r8419 r8420  
    55* Turned on ActionView::Base.cache_template_loading by default in config/environments/production.rb to prevent file system stat calls for every template loading to see if it changed (this means that you have to restart the application to see template changes in production mode) [DHH] 
    66 
    7 * Introduce `rake secret` to output a crytographically secure secret key for use with cookie sessions #xxxx [update from Trac
     7* Introduce `rake secret` to output a crytographically secure secret key for use with cookie sessions #10363 [revans
    88 
    99* Fixed that local database creation should consider 127.0.0.1 local #9026 [parcelbrat]