Changeset 8420
- Timestamp:
- 12/16/07 23:36:35 (7 months ago)
- Files:
-
- trunk/railties/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/CHANGELOG
r8419 r8420 5 5 * 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] 6 6 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] 8 8 9 9 * Fixed that local database creation should consider 127.0.0.1 local #9026 [parcelbrat]