aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-03-19 18:45:26 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-03-19 18:45:26 +0000
commit5ff59bff822055793412c93d345c42c371eb4824 (patch)
tree8a5bf13a769170a15e4fccc56824fdfcbe098955 /railties/CHANGELOG
parentb42195cdb7c150626af1fe9cb720be14df5638ac (diff)
downloadrails-5ff59bff822055793412c93d345c42c371eb4824.tar.gz
rails-5ff59bff822055793412c93d345c42c371eb4824.tar.bz2
rails-5ff59bff822055793412c93d345c42c371eb4824.zip
Remove explicit loading of RailsInfo and RailsInfoController.
Move RailsInfo and RailsInfoController to Rails::Info and Rails::InfoController. Extend load path with Railties' builtin directory to make adding support code easy. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3981 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 6009c6b584..ef1144b546 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,11 @@
*SVN*
+* Remove explicit loading of RailsInfo and RailsInfoController. [Nicholas Seckar]
+
+* Move RailsInfo and RailsInfoController to Rails::Info and Rails::InfoController. [Nicholas Seckar]
+
+* Extend load path with Railties' builtin directory to make adding support code easy. [Nicholas Seckar]
+
* Fix the rails_info controller by explicitly loading it, and marking it as not reloadable. [Nicholas Seckar]
* Fixed rails:freeze:gems for Windows #3274 [paul@paulbutcher.com]