aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_assertions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make sure assert_recognizes can still find routes mounted after enginesRafael Mendonça França2018-02-091-0/+6
* Fix merge conflict and rubocop offencesRyuta Kamizono2017-11-071-19/+18
* Merge pull request #22435 from yui-knk/fix_engine_route_testRafael Mendonça França2017-11-061-0/+72
|\
| * Make `assert_recognizes` to traverse mounted enginesyui-knk2016-04-231-0/+71
* | Fix RuboCop offensesKoichi ITO2017-08-161-6/+6
* | Use frozen string literal in actionpack/Kir Shatrov2017-07-291-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
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* | applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* | remove redundant curlies from hash argumentsXavier Noria2016-08-061-16/+16
* | modernizes hash syntax in actionpackXavier Noria2016-08-061-33/+33
* | applies new string literal convention in actionpack/testXavier Noria2016-08-061-35/+35
|/
* Add test to assert_recognizes with custom messageRafael Mendonça França2014-09-051-1/+9
* Propagate test messages through assert_routing helper, Fixes #14908Earl St Sauver2014-04-291-0/+8
* Raise Assertion instead of RoutingError for routing assertion failures.David Chelimsky2012-05-201-6/+6
* Copy literal route constraints to defaults - fixes #3571 and #6224.Andrew White2012-05-111-3/+3
* Fix the assert_recognizes test method so that it works when there areMatt Fawcett2012-02-241-0/+12
* Fix assert_recognizes with block constraints [#5805 state:resolved]Andrew White2011-02-131-0/+103