diff options
author | wycats <wycats@gmail.com> | 2010-04-01 13:54:53 -0700 |
---|---|---|
committer | wycats <wycats@gmail.com> | 2010-04-01 13:55:06 -0700 |
commit | d2a48852a197190ecead6650aa62c7df4c3136ee (patch) | |
tree | 2c0a2a070871d74c6f459ddefcd14ca0054d7d6f /railties/CHANGELOG | |
parent | 46aee9f1f026febf6dd66e5a4e8be57cfa9d64f5 (diff) | |
download | rails-d2a48852a197190ecead6650aa62c7df4c3136ee.tar.gz rails-d2a48852a197190ecead6650aa62c7df4c3136ee.tar.bz2 rails-d2a48852a197190ecead6650aa62c7df4c3136ee.zip |
Updated changelogs
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 0b67479742..b518f737ab 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,16 @@ *Edge* +* Session store configuration has changed [YK & CL] + + config.session_store :cookie_store, {:key => "..."} + config.cookie_secret = "fdsfhisdghfidugnfdlg" + +* railtie_name and engine_name are deprecated. You can now add any object to + the configuration object: config.your_plugin = {} [JK] + +* Added config.generators.templates to provide alternative paths for the generators + to look for templates [JV] + * Added "rake about" as a replacement for script/about [DHH] * Removed all the default commands in script/* and replaced them with script/rails and a rails command that'll act the same when run from within the app [DHH]. Example: |