aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-062-3/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-062-13/+13
* applies new string literal convention in actionpack/testXavier Noria2016-08-064-84/+84
* More Action Pack `abstract_unit` cleanup (#25211)Jon Moss2016-05-311-0/+2
* Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-1/+1
|\
| * Refactor handling of :action default in routingAndrew White2016-02-161-1/+1
* | [ci skip] Use rails routes instead of rake routes in inspector test descriptionAbhishek Jain2016-03-021-9/+9
* | Deprecate :controller and :action path parametersAndrew White2016-03-011-4/+12
* | Add `internal` attribute to routesJon Moss2016-02-221-0/+23
|/
* Add options for rake routes taskVipul A M2016-02-021-7/+27
* Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-071-0/+38
* Remove skipped JRuby tests that are passing on 9.0.3.0.Guo Xiang Tan2015-10-271-2/+0
* Change `Journey::Route#verb` to return string instead of regexp.yui-knk2015-10-031-0/+11
* Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-011-0/+45
|\
| * Fix broken IPv6 addresses handlingBrian Weaver2015-04-161-0/+45
* | Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-251-9/+0
* | Skip a few failing tests on JRuby with the attached ticketsRobin Dupret2015-07-171-0/+2
* | Prefer assert_not over refuteRafael Mendonça França2015-05-181-1/+1
* | ActionDispatch::Journey::Routes#empty? test casesValentine Valyaeff2015-05-191-0/+14
* | Fix rake routes for api appsJorge Bejar2015-04-251-0/+16
|/
* Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-231-8/+0
* Remove deprecated usage of string keys in URL helpersRafael Mendonça França2015-01-041-20/+0
* Remove deprecated `only_path` option on `*_path` helpersRafael Mendonça França2015-01-041-44/+0
* allow URL helpers to work with optional scopesAlex Robbin2014-12-131-0/+12
* Mounted Rack apps should have default named routes based on app nameT.J. Schuck2014-12-061-11/+33
* Pure rack apps can be mounted with a nameJean Boussier2014-11-291-1/+1
* Deprecate string options in URL helpersMelanie Gilman2014-11-241-0/+20
* Deprecate the `only_path` option on `*_path` helpers.Godfrey Chan2014-10-281-0/+80
* Revert "Merge pull request #16966 from why-el/symbolize-path-params"Rafael Mendonça França2014-09-251-8/+0
* Ensure named path params are symbols (Fixes #16958)Mohamed Wael Khobalatte2014-09-251-0/+8
* always test against a routed rack app so there are always url_helpersAaron Patterson2014-07-071-1/+2
* Remove unused method in RouteSet test.Guo Xiang Tan2014-05-151-4/+0
* Transform dashes to underscores in resource route namesByron Bischoff2014-01-251-3/+13
* Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...Maurizio De Santis2014-01-241-0/+21
* Tidy up tests and CHANGELOG for #12598Andrew White2014-01-202-5/+14
* Automatically convert dashes to underscores for url helpersAmr Tamimi2014-01-202-1/+5
* Show routes defined under assets prefixRyunosuke SATO2013-12-191-0/+12
* Build fix for Routing InspectorArun Agrawal2013-11-221-2/+2
* Fix for routes taskSıtkı Bağdat2013-11-211-16/+16
* `RoutesInspector` deals with routes using regexp as `:controller` optionYves Senn2013-05-301-0/+9
* Fix named routing regression from 3.2.13schneems2013-05-161-0/+11
* Fix AP tests related to routes inspector output and the new column titlesCarlos Antonio da Silva2013-02-191-20/+65
* In Browser Path Matching with Javascriptschneems2013-01-201-0/+8
* Needless requiresAkira Matsuda2013-01-061-2/+0
* Missing requiresAkira Matsuda2013-01-061-0/+1
* split formatting concerns from RoutesInspectorYves Senn2013-01-051-4/+21
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Clear url helper methods when routes are reloadedAndrew White2012-12-141-0/+86
* fixing most tests on Ruby 2.0Aaron Patterson2012-09-251-2/+2