aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow time for reloading to happenAndrew White2016-11-041-2/+4
* Fix test incompatible with 1.8.7Eugene Kalenkovich2013-08-181-4/+4
* Add test to prevent route reloading regressionAndrew White2013-07-211-0/+45
* adding a test for root path in the appAaron Patterson2013-04-171-0/+24
* Don't use 1.9 hash syntax on 3-2-stableAndrew White2012-12-141-6/+6
* Clear url helper methods when routes are reloadedAndrew White2012-12-141-0/+71
* should be using a / in this route rather than a #Aaron Patterson2011-08-311-1/+1
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* prepend the assets route instead of appending, closes #436José Valim2011-05-081-2/+2
* reload_routes! is part of the public API and should not be removed.José Valim2010-10-021-1/+8
* Fix a routing test. Reorganize middleware tests.José Valim2010-10-021-48/+8
* third parameter for rack must respond to eachAaron Patterson2010-09-221-2/+2
* Add RouteSet#appendCarl Lerche2010-09-171-0/+28
* Fix routing testPiotr Sarnacki2010-09-111-4/+2
* Fix warning by removing |map| from routes.drawPiotr Sarnacki2010-09-081-1/+1
* Removed deprecated router API from railtiesPiotr Sarnacki2010-09-051-8/+8
* Ensure routes are loaded only after the initialization process finishes, ensu...José Valim2010-09-021-0/+17
* Improve best_standards_support to use only IE=Edge in development modewycats2010-08-091-31/+65
* Add a header that tells Internet Explorer (all versions) to use the best avai...wycats2010-07-271-0/+1
* Add a failing test for ticket #4874José Valim2010-06-171-0/+14
* nested controllers need to be explicitly declared with the new mapperJoshua Peek2010-02-281-1/+2
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-261-45/+33
* Add test case for load initializers before routing behavior.Prem Sichanugrist2010-01-211-0/+28
* Finish moving config.frameworks-dependent code to the framework pluginCarlhuda2009-12-231-0/+2
* Make /rails/info/properties work again. Also, the mocked up tests were passin...Carlhuda2009-12-231-0/+5
* Isolation tests intentionally avoid loading any state (because they're often ...Carlhuda2009-12-231-3/+3
* Merge branch 'master' of github.com:rails/railsJoshua Peek2009-12-211-7/+7
|\
* | Update routes.rb template to use App nameJoshua Peek2009-12-211-7/+7
|/
* Default route was removed from default route config, patch up failing tests.Joshua Peek2009-12-211-0/+18
* Procs don't call themselvesJoshua Peek2009-12-151-0/+32
* Fix loading plugin and engine route setsJoshua Peek2009-12-141-0/+38
* Some basic route discovery testsJoshua Peek2009-12-011-0/+85