From d2a48852a197190ecead6650aa62c7df4c3136ee Mon Sep 17 00:00:00 2001 From: wycats Date: Thu, 1 Apr 2010 13:54:53 -0700 Subject: Updated changelogs --- railties/CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'railties') 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: -- cgit v1.2.3