aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/api/conditional_get_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* 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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-5/+5
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-2/+2
* Rename test methods in api conditional get controller testsJorge Bejar2015-06-111-2/+2
* Use nex hash syntax on testsSantiago Pastorino2015-06-111-5/+5
* Add ActionController API functionalitySantiago Pastorino2015-06-111-0/+57