aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/api
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Deprecate controller level force_sslDerek Prior2018-03-301-1/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-2910-0/+20
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0210-10/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0110-0/+10
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* Add test to make sure subclasses also get helpersRafael Mendonça França2017-03-291-0/+16
* Make sure that ActionController::Api can include helpersRafael Mendonça França2017-03-271-0/+26
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-12/+0
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionpack/testXavier Noria2016-08-069-30/+30
* Fixes #24239Ryan T. Hosford2016-04-041-0/+21
* - Fix warning introduced in https://github.com/vipulnsward/rails/commit/77acc...Vipul A M2016-01-221-1/+3
* Re-add ActionController::ApiRenderingJon Moss2016-01-201-0/+20
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-2/+2
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-1/+1
* Return 204 if render is not called in API controllersJorge Bejar2015-06-111-0/+15
* Include ParamsWrapper in AC::APIJorge Bejar2015-06-111-0/+26
* Rename test methods in api conditional get controller testsJorge Bejar2015-06-111-2/+2
* Use new hash syntaxSantiago Pastorino2015-06-112-7/+7
* Use nex hash syntax on testsSantiago Pastorino2015-06-111-5/+5
* Move Model test class inside RenderersApiController namespaceSantiago Pastorino2015-06-111-8/+8
* Add ActionController API functionalitySantiago Pastorino2015-06-116-0/+180