aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/rails_info_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-1/+1
* Get Railties tests passingCarlhuda2010-02-251-0/+3
* 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-1/+1
* Deprecate AC configuration values which were moved to Rack.José Valim2010-02-011-4/+4
* Autoload AC and AV test case classesJoshua Peek2010-01-041-1/+0
* Scaffolding generates new routing dsl examplesJoshua Peek2009-12-091-1/+1
* Reorganize autoloads:Carlhuda2009-12-021-0/+1
* Find all controllers in memory to use for routingJoshua Peek2009-11-231-5/+0
* Rails info tests needs use_controllersJoshua Peek2009-10-181-4/+8
* Remove dead requries to AC integration. Rely on autoloads insteadJoshua Peek2009-09-241-1/+0
* Remove a stray process2 requireYehuda Katz + Carl Lerche2009-06-161-1/+1
* Get all of rake tests to passYehuda Katz + Carl Lerche2009-06-151-1/+7
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-30/+24
|\
| * Improve tests and code for Rails::InfoController and Rails::Info [#2411 state...Manfred Stienstra2009-04-071-30/+24
* | Make tests passYehuda Katz2009-02-021-1/+1
|/
* Appropriate test case subclasses to get assert_tag and assert_deprecatedJeremy Kemper2008-11-151-1/+1
* Fix that Rails::InfoController testsPratik Naik2008-06-051-0/+4
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* railties testsJeremy Kemper2006-09-031-8/+4
* Railties: info controller tests passingJeremy Kemper2006-08-291-0/+2
* Fix Rails info controller for postgres; Closes #4469.Nicholas Seckar2006-03-291-12/+10
* Remove ::Controllers related cruft; fix AP testsNicholas Seckar2006-02-261-6/+4
* Added an omnipresent RailsInfoController with a properties action that delive...Sam Stephenson2005-11-081-0/+54