aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/api_app.md
Commit message (Expand)AuthorAgeFilesLines
* Add ActionController::Caching into api app's documentst00122019-04-231-0/+9
* Update links and code examples in the guides to use HTTPS where the host supp...Nathaniel Suchy2019-03-061-2/+2
* Cleanup the whitelisting references after #33145Genadi Samokovarov2019-02-031-1/+1
* Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-1/+1
|\
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-061-1/+1
* | Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
|/
* Added a lot of Oxford commasAnthony Crumley2018-05-101-4/+4
* [ci skip] Modify twitter api link in api guideYoshiyuki Hirano2018-03-311-1/+1
* Deprecate controller level force_sslDerek Prior2018-03-301-1/+0
* [ci skip] Add missing **DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED...Ryuta Kamizono2017-12-151-1/+0
* Fix names of http authentication modules in api_app guidesRoman Kovtunenko2017-11-191-2/+4
* Fix rails middleware list in api_app guide [ci skip]Yoshiyuki Hirano2017-09-241-1/+0
* Use https instead of http in guide [ci skip]Yoshiyuki Hirano2017-08-231-2/+2
* Use ssl in guide and comment [ci skip]Yoshiyuki Hirano2017-08-191-2/+2
* Update Rails API Application guide to match current code [ci skip]Mike Gunderloy2017-05-211-9/+11
* Pass over API Apps guide grammar. [ci skip]Vipul A M2016-05-161-7/+5
* Add `ActiveRecord::Migration::CheckPending` to default middlewares for API AppsVipul A M2016-05-161-0/+1
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-05-141-1/+8
|\
| * Add output snippet from `ActionController::API.ancestors - ActionController::...Vipul A M2016-05-131-0/+7
| * Remove ambiquity in what we are referring to in the documentation of config v...Vipul A M2016-05-111-1/+1
* | Replace ActionDispatch::LoadInterlock with ActionDispatch::Executor in guides...willnet2016-04-301-1/+1
* | fix incorrect module name [ci skip]yuuji.yaginuma2016-05-011-1/+1
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2016-04-291-1/+1
|\
| * be specific when the debug_exception_response_format to :apiVipul A M2016-04-231-1/+1
| * `debug_exception_format` is set to :api by default for API apps only, not for...Prathamesh Sonpatki2016-04-221-1/+1
* | Remove reference to unknown method `dirty?` to docsVipul A M2016-04-191-2/+0
|/
* [ci skip] Need to mention debug_exception_response_format in the api_app docu...Akshay2016-02-251-0/+17
* remove needless `debug_exception_response_format` config [ci skip]yuuji.yaginuma2016-02-191-8/+0
* partial pass over the API guide [ci skip]Xavier Noria2016-02-181-15/+14
* Separate for new and existing applications clearlyVijay Dev2016-02-071-0/+4
* Merge pull request #22857 from bdewater/interlock-docVipul A M2016-02-011-3/+0
|\
| * Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip]Bart de Water2016-01-311-4/+1
* | Docs review of api_app.mdJon Moss2016-01-281-16/+19
* | Remove Rack::Lock from the API guidesRafael Mendonça França2016-01-281-4/+0
* | Middleware have no pluralRafael Mendonça França2016-01-281-14/+14
|/
* Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-1/+1
* Mention the debug_exception_response_format config in guidesJorge Bejar2015-12-091-0/+8
* [ci skip] Indentation in cache exampleszacharywelch2015-11-181-2/+2
* Revert "removing Rack::Runtime from the default stack."Aaron Patterson2015-10-031-0/+1
* removing Rack::Runtime from the default stack.Aaron Patterson2015-10-021-1/+0
* mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-4/+3
* fix module name typo in API app guide [ci skip]yuuji.yaginuma2015-09-041-1/+1
* remove RackDelegation moduleAaron Patterson2015-08-261-3/+0
* [ci skip] Fix `before_filter` -> `before_action`yui-knk2015-07-241-1/+1
* A pass over the API application guide [ci skip]Robin Dupret2015-06-151-375/+348
* It's rails new my_api --apiSantiago Pastorino2015-06-111-1/+1
* Change guide heading from - to =Santiago Pastorino2015-06-111-1/+1
* Add API only apps guideSantiago Pastorino2015-06-111-0/+435