diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-05-06 10:04:25 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-05-06 10:04:25 +0100 |
commit | 4a0118d7278687b534edf1e1184d6858cb4d29b8 (patch) | |
tree | b1e776b31ae4cde6f0cd0c29be5b9f4fdfcfdaaa /railties/CHANGELOG | |
parent | 2037cdda0e82bb77676ecdd3c312a22e29a2b070 (diff) | |
parent | 04f52219f11944e50555dc59917c73c99581dac0 (diff) | |
download | rails-4a0118d7278687b534edf1e1184d6858cb4d29b8.tar.gz rails-4a0118d7278687b534edf1e1184d6858cb4d29b8.tar.bz2 rails-4a0118d7278687b534edf1e1184d6858cb4d29b8.zip |
Merge commit 'mainstream/master'
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index a1f9db28e0..f52206d4d3 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix bug where plugin init.rb files from frozen gem specs weren't being run. (pjb3) [#122 state:resolved] + * Made the location of the routes file configurable with config.routes_configuration_file (Scott Fleckenstein) [#88] * Rails Edge info returns the latest git commit hash [Francesc Esplugas] |