aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Fix `warning: method redefined;`yuuji.yaginuma2017-07-281-3/+3
* 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
* Split direct method into twoAndrew White2017-02-211-4/+4
* Prefer remove_method over undef_methodAndrew White2017-02-211-0/+58
* Add custom polymorphic mappingAndrew White2017-02-211-4/+98
* Rename url_helper to directAndrew White2017-02-211-4/+4
* Add support for defining custom url helpers in routes.rbAndrew White2017-02-211-2/+33
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-14/+14
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in railtiesXavier Noria2016-08-061-2/+2
* applies new string literal convention in railties/testXavier Noria2016-08-061-89/+89
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Fix rails/info routes for apps with globbing routeNicholas Firth-McCoy2016-06-201-0/+19
* Introduce new welcome page for new projectsGenadi Samokovarov2016-01-261-2/+1
* Fix test that was failing because of typoeileencodes2015-09-271-1/+1
* Add missing routing tests for info controllerAditya Kapoor2015-09-271-0/+12
* Pure rack apps can be mounted with a nameJean Boussier2014-11-291-0/+20
* Revert "Match Dev/Prod parity for Index Page"Piotr Sarnacki2013-07-221-1/+1
* Merge pull request #11514 from schneems/schneems/dev-prod-parity-indexPiotr Sarnacki2013-07-221-1/+1
|\
| * Match Dev/Prod parity for Index Pageschneems2013-07-201-1/+1
* | Clear named routes when routes.rb is reloadedAndrew White2013-07-211-0/+45
|/
* Removing use of subclassed application constant and instead using thewangjohn2013-06-031-15/+15
* adding a test for root path in the appAaron Patterson2013-04-171-0/+24
* Clear url helper methods when routes are reloadedAndrew White2012-12-141-0/+71
* Use Rails to Render Default Index Pageschneems2012-12-101-0/+36
* Revert "Invert precedence of content in ActionDispatch::Static"Andrew White2012-12-071-23/+0
* Invert precedence of content in ActionDispatch::StaticAndrew White2012-12-061-0/+23
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-14/+14
* Revert "Allow loading external route files from the router"José Valim2012-06-291-83/+0
* Rails::InfoController tests passingschneems2012-05-241-0/+12
* Define only writer method for queue, as reader is declaredCarlos Antonio da Silva2012-04-281-2/+0
* Routes reloader knows how to reload external filesYehuda Katz2012-04-251-0/+61
* Allow loading external route files from the routerJose and Yehuda2012-04-251-0/+24
* Remove default match without specified methodJose and Yehuda2012-04-241-10/+10
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* 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