aboutsummaryrefslogtreecommitdiffstats
path: root/railties/builtin
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to ActionDispatch::Routing::Routes in favor of ↵Carl Lerche2010-02-241-1/+1
| | | | Rails.appication.routes.
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-2/+2
|
* Properly show middlewares on rake about.José Valim2010-02-031-3/+6
|
* Deprecate AC configuration values which were moved to Rack.José Valim2010-02-011-1/+7
|
* Cleanup middleware introspection outputJoshua Peek2010-01-191-1/+1
|
* Get rid of old rails_info_controller.rbJosé Valim2010-01-131-2/+0
|
* Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.José Valim2010-01-131-2/+2
|
* Make /rails/info/properties work again. Also, the mocked up tests were ↵Carlhuda2009-12-231-1/+1
| | | | passing so we added a test that actually tested this functionality.
* Give the builtin controllers their own routes.rb now that the legacy ↵David Heinemeier Hansson2009-12-211-0/+3
| | | | catch-all is gone
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the ↵Carl Lerche2009-10-161-2/+2
| | | | application's object root)
* Pull middleware for Rails info from the initializer instead of ActionControllerJoshua Peek2009-09-261-1/+1
|
* Rails::Info doesn't require version for unwanted frameworksGeoff Buesing2009-09-011-2/+4
| | | | | | [#3124 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Get Railties passing againYehuda Katz2009-05-161-3/+7
|
* Improve tests and code for Rails::InfoController and Rails::Info [#2411 ↵Manfred Stienstra2009-04-071-1/+1
| | | | | | | | | | state:resolved] - Refactor Rails::InfoController tests. - Return forbidden status from the InfoController for remote requests instead of a 500. - Add tests for displaying middleware in Rails::Info. Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Show installed middleware in builtin rails info (/rails/info/properties) ↵Michael Schuerig2009-04-021-1/+10
| | | | | | [#2396 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Add Rack version to Rails infoJoshua Peek2009-03-141-0/+4
|
* Rename Rails::Info.components to frameworksJeremy Kemper2008-11-241-8/+8
|
* Fixed that RailsInfoController wasnt considering all requests local in ↵David Heinemeier Hansson2008-06-021-1/+1
| | | | development mode (Edgard Castro) [#310 state:resolved]
* Rails Edge info returns the latest git commit hash [#36 state:resolved]Francesc Esplugas2008-04-221-5/+5
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Simplify some rails info methodsJeremy Kemper2007-12-191-13/+13
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8436 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Ruby 1.9 compat: Update idiosyncratic block variable usage. Closes #10546.Jeremy Kemper2007-12-191-4/+6
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8435 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 ↵Jeremy Kemper2007-12-101-1/+1
| | | | | | [Pratik Naik] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8365 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Complete AWS -> ARes changeover. Closes #8717 [kampers]Jeremy Kemper2007-10-151-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7914 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Remove last mentions of AWS from railtiesMichael Koziarski2007-09-221-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7544 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, ↵Rick Olson2007-07-251-2/+2
| | | | | | #9089 [kampers] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7235 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Install alias so Rails::InfoController is accessible at /rails_info. Closes ↵Nicholas Seckar2006-04-032-0/+4
| | | | | | #4546. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4138 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Show tag properly in aboutDavid Heinemeier Hansson2006-04-031-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4134 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added TAG option for rake rails:freeze:edge, so you can say rake ↵David Heinemeier Hansson2006-04-031-1/+5
| | | | | | rails:freeze:edge TAG=rel_1-1-0 to lock to the 1.1.0 release [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4133 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Remove explicit require of departed file.Nicholas Seckar2006-04-011-2/+0
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4112 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fix Rails info controller for postgres; Closes #4469.Nicholas Seckar2006-03-292-11/+9
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4097 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Remove explicit loading of RailsInfo and RailsInfoController.Nicholas Seckar2006-03-193-12/+132
| | | | | | | | 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
* Fix RailsInfoController.Nicholas Seckar2006-03-191-1/+4
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3980 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-261-9/+7
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3668 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Added an omnipresent RailsInfoController with a properties action that ↵Sam Stephenson2005-11-081-0/+11
delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2933 5ecf4fe2-1ee6-0310-87b1-e25e094e27de