aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing/concerns_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1/+1
* More Action Pack `abstract_unit` cleanup (#25211)Jon Moss2016-05-311-0/+2
* Remove skipped JRuby tests that are passing on 9.0.3.0.Guo Xiang Tan2015-10-271-2/+0
* Skip a few failing tests on JRuby with the attached ticketsRobin Dupret2015-07-171-0/+2
* always test against a routed rack app so there are always url_helpersAaron Patterson2014-07-071-1/+2
* Make enhanced routing Concerns more tell-don't-askErnie Miller2012-09-031-12/+15
* Fix concerns not executing block in mapperErnie Miller2012-09-031-0/+10
* Allow routing concerns to accept a callableErnie Miller2012-09-031-2/+26
* Extract common controllers to abstract_unitRafael Mendonça França2012-08-131-16/+4
* Implementing Routing ConcernsRafael Mendonça França2012-08-131-0/+94