aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/api.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Include Caching module for ActionController::API"Rafael França2019-04-221-1/+0
* Make sure api controllers can perform caching as wellst00122019-04-191-0/+1
* ActionController::API *does* support cookies, sessionsBenjamin Fleischer2018-10-251-1/+1
* Include default headers by default in API modeKevin Deisz2018-04-061-0/+1
* [Action Pack] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* [Action Controller] require => require_relativeAkira Matsuda2017-07-011-1/+1
* Add action_controller_api, action_controller_base on_load hookJulian Nadeau2017-04-101-0/+1
* [docs] remove unnecessary sentenceHrvoje Šimić2017-03-111-4/+3
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-3/+3
* quick edits on the AC::API RDoc [ci skip]Xavier Noria2016-04-051-19/+20
* Re-add ActionController::ApiRenderingJon Moss2016-01-201-1/+1
* remove RackDelegation moduleAaron Patterson2015-08-261-1/+0
* docs, custom api base controllers shoudl subclass metal. [ci skip]Yves Senn2015-08-011-1/+1
* A few documentation edits [ci skip]Robin Dupret2015-06-151-9/+11
* Mention that doing nothing in Rails API controllers returns 204Santiago Pastorino2015-06-111-1/+1
* Return 204 if render is not called in API controllersJorge Bejar2015-06-111-0/+1
* Include ParamsWrapper in AC::APIJorge Bejar2015-06-111-1/+5
* Fix MimeResponds example in AC::API documentationSantiago Pastorino2015-06-111-3/+5
* Do not say that Api Controllers are faster than regular ones in docsJorge Bejar2015-06-111-4/+4
* Remove Compatibility module since we don't remember why it was added :smile:Jorge Bejar2015-06-111-19/+0
* Remove api_rendering is not neededSantiago Pastorino2015-06-111-1/+1
* Add ActionController API functionalitySantiago Pastorino2015-06-111-0/+157