aboutsummaryrefslogtreecommitdiffstats
path: root/railties/builtin
Commit message (Expand)AuthorAgeFilesLines
* Remove references to ActionDispatch::Routing::Routes in favor of Rails.appica...Carl Lerche2010-02-241-1/+1
* 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 passin...Carlhuda2009-12-231-1/+1
* Give the builtin controllers their own routes.rb now that the legacy catch-al...David Heinemeier Hansson2009-12-211-0/+3
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-2/+2
* 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
* Get Railties passing againYehuda Katz2009-05-161-3/+7
* Improve tests and code for Rails::InfoController and Rails::Info [#2411 state...Manfred Stienstra2009-04-071-1/+1
* Show installed middleware in builtin rails info (/rails/info/properties) [#23...Michael Schuerig2009-04-021-1/+10
* 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 develo...David Heinemeier Hansson2008-06-021-1/+1
* Rails Edge info returns the latest git commit hash [#36 state:resolved]Francesc Esplugas2008-04-221-5/+5
* Simplify some rails info methodsJeremy Kemper2007-12-191-13/+13
* Ruby 1.9 compat: Update idiosyncratic block variable usage. Closes #10546.Jeremy Kemper2007-12-191-4/+6
* Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...Jeremy Kemper2007-12-101-1/+1
* Complete AWS -> ARes changeover. Closes #8717 [kampers]Jeremy Kemper2007-10-151-1/+1
* Remove last mentions of AWS from railtiesMichael Koziarski2007-09-221-1/+1
* misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90...Rick Olson2007-07-251-2/+2
* Install alias so Rails::InfoController is accessible at /rails_info. Closes #...Nicholas Seckar2006-04-032-0/+4
* Show tag properly in aboutDavid Heinemeier Hansson2006-04-031-1/+1
* Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze...David Heinemeier Hansson2006-04-031-1/+5
* Remove explicit require of departed file.Nicholas Seckar2006-04-011-2/+0
* Fix Rails info controller for postgres; Closes #4469.Nicholas Seckar2006-03-292-11/+9
* Remove explicit loading of RailsInfo and RailsInfoController.Nicholas Seckar2006-03-193-12/+132
* Fix RailsInfoController.Nicholas Seckar2006-03-191-1/+4
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-261-9/+7
* Added an omnipresent RailsInfoController with a properties action that delive...Sam Stephenson2005-11-081-0/+11