diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-30 16:23:20 -0600 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-11-30 16:23:20 -0600 |
commit | 3b3c0507e2f67a0f64dc04b396c1d13411ab5890 (patch) | |
tree | da78977ec6a75364f9272c9d5a5cb19f02d3f3ed /railties/CHANGELOG | |
parent | be140e8c6be966349c6fa35a87f84d5a73995b9a (diff) | |
download | rails-3b3c0507e2f67a0f64dc04b396c1d13411ab5890.tar.gz rails-3b3c0507e2f67a0f64dc04b396c1d13411ab5890.tar.bz2 rails-3b3c0507e2f67a0f64dc04b396c1d13411ab5890.zip |
Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [DHH]
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 6d822a2f88..3c56f9cecb 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *2.3.0 [Edge]* +* Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [DHH] + * Changed Rails.root to return a Pathname object (allows for Rails.root.join('app', 'controllers') => "#{RAILS_ROOT}/app/controllers") #1482 [Damian Janowski/?] * Added view path support for engines [DHH] |