aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/rails_info_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix secret_key_base for Railtieseileencodes2019-03-131-0/+1
* Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-5/+0
* Add JSON support to rails properties route (`/rails/info/properties`).Yoshiyuki Hirano2018-11-071-0/+5
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-19/+19
* Prevent `{ internal: true }` from being stored in the routerJon Moss2016-06-071-0/+6
* Revert "Merge pull request #22569 from seuros/remove-test-case"eileencodes2015-12-131-1/+1
* Controller generators should be creating IntegrationTest stubs instead of Con...Abdelkader Boudih2015-12-131-1/+1
* Fix deprecation warning in rails_info_controller testsSemyon Pupkov2015-03-171-8/+8
* Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-231-0/+25
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Removed use of mocha in the info_controller testsPrathamesh Sonpatki2014-12-031-5/+4
* Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+1
* HTML formatting to Rails::InfoController#routesschneems2012-12-171-1/+1
* Revert "Fix failing test in railties"Steve Klabnik2012-12-141-1/+2
* Fix failing test in railtiesCarlos Antonio da Silva2012-12-141-2/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-3/+3
* Rails::InfoController tests passingschneems2012-05-241-6/+11
* Remove default match without specified methodJose and Yehuda2012-04-241-1/+1
* Loading action_controller twice removed.Arun Agrawal2011-05-221-1/+0
* Moves local_request? to require.local?Santiago Pastorino2010-08-131-4/+6
* Avoid calls to Rails::Application since this is not the official API.José Valim2010-07-011-1/+1
* Missed a few spots in railtiesJoshua Peek2010-03-301-2/+2
* Autoload Rails::InfoJoshua Peek2010-03-201-3/+0
* :controller doesn't work for namespaced controllers anymore.Carlhuda2010-03-021-1/+1
* 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