index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
api.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Include Caching module for ActionController::API"
Rafael França
2019-04-22
1
-1
/
+0
*
Make sure api controllers can perform caching as well
st0012
2019-04-19
1
-0
/
+1
*
ActionController::API *does* support cookies, sessions
Benjamin Fleischer
2018-10-25
1
-1
/
+1
*
Include default headers by default in API mode
Kevin Deisz
2018-04-06
1
-0
/
+1
*
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
1
-1
/
+1
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
[Action Controller] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
*
Add action_controller_api, action_controller_base on_load hook
Julian Nadeau
2017-04-10
1
-0
/
+1
*
[docs] remove unnecessary sentence
Hrvoje Šimić
2017-03-11
1
-4
/
+3
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-3
/
+3
*
quick edits on the AC::API RDoc [ci skip]
Xavier Noria
2016-04-05
1
-19
/
+20
*
Re-add ActionController::ApiRendering
Jon Moss
2016-01-20
1
-1
/
+1
*
remove RackDelegation module
Aaron Patterson
2015-08-26
1
-1
/
+0
*
docs, custom api base controllers shoudl subclass metal. [ci skip]
Yves Senn
2015-08-01
1
-1
/
+1
*
A few documentation edits [ci skip]
Robin Dupret
2015-06-15
1
-9
/
+11
*
Mention that doing nothing in Rails API controllers returns 204
Santiago Pastorino
2015-06-11
1
-1
/
+1
*
Return 204 if render is not called in API controllers
Jorge Bejar
2015-06-11
1
-0
/
+1
*
Include ParamsWrapper in AC::API
Jorge Bejar
2015-06-11
1
-1
/
+5
*
Fix MimeResponds example in AC::API documentation
Santiago Pastorino
2015-06-11
1
-3
/
+5
*
Do not say that Api Controllers are faster than regular ones in docs
Jorge Bejar
2015-06-11
1
-4
/
+4
*
Remove Compatibility module since we don't remember why it was added :smile:
Jorge Bejar
2015-06-11
1
-19
/
+0
*
Remove api_rendering is not needed
Santiago Pastorino
2015-06-11
1
-1
/
+1
*
Add ActionController API functionality
Santiago Pastorino
2015-06-11
1
-0
/
+157