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
/
metal.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove code duplication for `ActionController::Metal.action`
fatkodima
2018-01-22
1
-10
/
+8
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
1
-2
/
+1
*
Do not include default response headers for AC::Metal
Jon Moss
2017-03-29
1
-1
/
+1
*
[docs] fix ActionController documentation
Hrvoje Šimić
2017-03-12
1
-2
/
+2
*
Remove deprecated ActionController::Metal.call
Rafael Mendonça França
2017-01-03
1
-8
/
+0
*
Remove deprecated Metal#env
Rafael Mendonça França
2017-01-03
1
-5
/
+0
*
Document and update API for `skip_parameter_encoding`
Aaron Patterson
2016-12-21
1
-2
/
+2
*
Remove deprecated support to passing strings to the middleware stack
Rafael Mendonça França
2016-10-10
1
-1
/
+1
*
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
1
-0
/
+4
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-22
/
+22
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
partially revert 69009f4473637a44ade26d954ef5ddea6ff903f2
Aaron Patterson
2016-02-17
1
-4
/
+1
*
Handle response_body= when body is nil
eileencodes
2016-01-30
1
-0
/
+1
*
Add missing punctuation mark [ci skip]
Gaurav Sharma
2015-11-18
1
-1
/
+1
*
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
1
-1
/
+0
*
move file sending to the response object
Aaron Patterson
2015-10-05
1
-1
/
+5
*
commit the flash after the controller finishes being serviced
Aaron Patterson
2015-09-25
1
-0
/
+1
*
stop applying default headers in ActionDispatch::Response
Aaron Patterson
2015-09-23
1
-1
/
+1
*
allocate request objects with the env hash, set routes on the request
Aaron Patterson
2015-09-15
1
-7
/
+0
*
remove RackDelegation module
Aaron Patterson
2015-08-26
1
-35
/
+16
*
include ActionView::Rendering in the minimal controller
Aaron Patterson
2015-08-26
1
-1
/
+1
*
`headers` should delegate to the response object
Aaron Patterson
2015-08-26
1
-1
/
+2
*
use the content_type method on the request object
Aaron Patterson
2015-08-26
1
-1
/
+1
*
ask the response for the status
Aaron Patterson
2015-08-26
1
-3
/
+2
*
remove useless conditional
Aaron Patterson
2015-08-26
1
-1
/
+1
*
remove useless conditional
Aaron Patterson
2015-08-26
1
-1
/
+1
*
provide a request and response to all controllers
Aaron Patterson
2015-08-25
1
-10
/
+27
*
adding a direct dispatch method to controller classes
Aaron Patterson
2015-08-25
1
-0
/
+10
*
always dispatch to controllers the same way
Aaron Patterson
2015-08-25
1
-0
/
+1
*
deprecate the env method on controller instances
Aaron Patterson
2015-08-07
1
-0
/
+2
*
the request object manages `env`
Aaron Patterson
2015-08-07
1
-2
/
+0
*
stop using @_env in the controller instance
Aaron Patterson
2015-08-07
1
-3
/
+2
*
Using strings or symbols for middleware class names is deprecated.
Aaron Patterson
2015-08-07
1
-2
/
+1
*
move `valid?` conditional to the constructor
Aaron Patterson
2015-08-07
1
-11
/
+21
*
simplify the Middleware constructor
Aaron Patterson
2015-08-07
1
-8
/
+17
*
the request class is never changed, so just use it directly in the method body
Aaron Patterson
2015-08-07
1
-3
/
+3
*
Add `ActionController::Metal#set_request!`
brainopia
2015-01-21
1
-2
/
+6
*
Correctly use the response's status code calling head
Robin Dupret
2014-12-31
1
-4
/
+1
*
Make _status_code methods nodoc
Prathamesh Sonpatki
2014-10-19
1
-3
/
+3
*
copy edits[ci skip]
Vijay Dev
2014-08-02
1
-3
/
+1
*
Performed Returns true if redirect/render has happened
Gaurish Sharma
2014-07-19
1
-1
/
+4
*
Merge branch 'constraints'
Aaron Patterson
2014-05-27
1
-3
/
+8
|
\
|
*
skip the build business if the stack is empty
Aaron Patterson
2014-05-26
1
-2
/
+6
|
*
stop hardcoding path_parameters and get it from the request
Aaron Patterson
2014-05-26
1
-1
/
+2
*
|
Remove duplicated to_s method call.
Guo Xiang Tan
2014-05-25
1
-1
/
+1
|
/
*
use Proc.new to automatically do parameter checking for us
Aaron Patterson
2014-05-23
1
-3
/
+1
[next]