Install alias so Rails::InfoController is accessible at /rails_info. Closes #4546.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4138 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Nicholas Seckar
2006-04-03 05:15:29 +00:00
parent 462c9176a8
commit bf109cacf1
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
*SVN*
* Install alias so Rails::InfoController is accessible at /rails_info. Closes #4546. [Nicholas Seckar]
* Fixed that spawner should daemonize if running in repeat mode [DHH]
* Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze:edge TAG=rel_1-1-0 to lock to the 1.1.0 release [DHH]

View File

@@ -0,0 +1,2 @@
module Rails::InfoHelper
end

View File

@@ -0,0 +1,2 @@
# Alias to ensure old public.html still works.
RailsInfoController = Rails::InfoController