aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/url_for_integration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+0
* 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 more rubocop rules about whitespacesRafael Mendonça França2016-10-291-94/+94
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* modernizes hash syntax in actionpackXavier Noria2016-08-061-111/+111
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-121/+121
* Deprecate :controller and :action path parametersAndrew White2016-03-011-6/+9
* Fix route creation when format is a blank stringeileencodes2015-09-021-0/+1
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* stop passing recall to url_forAaron Patterson2014-07-151-35/+46
* Remove default match without specified methodJose and Yehuda2012-04-241-16/+16
* fix method redefined warnings in testslest2011-11-301-6/+0
* moving test_generate to an integration test with one assert per testAaron Patterson2011-08-121-0/+183