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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
5
-16
/
+16
*
move file sending to the response object
Aaron Patterson
2015-10-05
2
-26
/
+6
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-04
2
-1
/
+3
|
\
|
*
Renamed ‘Return’ to ‘Returns’ [ci skip]
Ronak Jangir
2015-09-28
1
-1
/
+1
|
*
[ci skip] Fix document of `ActionController::RequestForgeryProtection`
yui-knk
2015-09-28
1
-0
/
+2
*
|
remove useless method
Aaron Patterson
2015-09-28
1
-4
/
+0
*
|
commit the flash after the controller finishes being serviced
Aaron Patterson
2015-09-25
1
-0
/
+1
*
|
move the Header hash to the super class
Aaron Patterson
2015-09-24
1
-27
/
+0
*
|
stop directly setting headers on the controller
Aaron Patterson
2015-09-23
1
-5
/
+0
*
|
stop constructing a request object in this setter
Aaron Patterson
2015-09-23
1
-1
/
+0
*
|
stop applying default headers in ActionDispatch::Response
Aaron Patterson
2015-09-23
3
-6
/
+6
*
|
Document Bearer prefix for Authorization header [ci skip]
Eliot Sykes
2015-09-23
1
-5
/
+7
*
|
Updated Mime Negotiations docs [ci skip]
amitkumarsuroliya
2015-09-23
1
-2
/
+2
*
|
don't deal with `nil` values
Aaron Patterson
2015-09-22
1
-1
/
+3
*
|
swap upcase and to_sym
Aaron Patterson
2015-09-21
1
-1
/
+1
*
|
stop calling deprecated methods
Aaron Patterson
2015-09-21
4
-14
/
+14
*
|
remove outdated comment
Aaron Patterson
2015-09-18
1
-4
/
+0
*
|
all parameter parsing is done through the request object now.
Aaron Patterson
2015-09-18
1
-1
/
+1
*
|
let the request object handle parsing XML posts
Aaron Patterson
2015-09-18
1
-2
/
+9
*
|
remove setting request parameters for JSON requests
Aaron Patterson
2015-09-18
1
-2
/
+0
|
/
*
Use rack.session_options instead of directly change env
Juanito Fatas
2015-09-16
1
-1
/
+1
*
fewer direct env manipulations
Aaron Patterson
2015-09-15
1
-1
/
+1
*
allocate request objects with the env hash, set routes on the request
Aaron Patterson
2015-09-15
2
-9
/
+6
*
only "normalize" once
Aaron Patterson
2015-09-14
1
-1
/
+1
*
create a new renderer instance on calls to `for`
Aaron Patterson
2015-09-14
1
-39
/
+46
*
eagerly allocate the renderer object
Aaron Patterson
2015-09-14
2
-9
/
+6
*
initialize `@renderer` to avoid ivar warnings
Aaron Patterson
2015-09-14
1
-1
/
+8
*
add a lock when allocating the renderer
Aaron Patterson
2015-09-14
1
-1
/
+5
*
Merge pull request #21584 from claudiob/remove-hawd-doc
Claudio B.
2015-09-10
1
-3
/
+2
|
\
|
*
Remove wrong doc line about AC::Parameters
claudiob
2015-09-10
1
-3
/
+2
*
|
Handle Content-Types that are not :json, :xml, or :url_encoded_form
eileencodes
2015-09-09
1
-2
/
+5
|
/
*
push content_type assigment in to metal
Aaron Patterson
2015-09-08
2
-5
/
+7
*
avoid useless string allocations
Aaron Patterson
2015-09-08
1
-1
/
+1
*
use accessors instead of manipulating the hash
Aaron Patterson
2015-09-08
1
-2
/
+2
*
stop using deprecated Abstract::ID class
Aaron Patterson
2015-09-04
1
-1
/
+1
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
1
-4
/
+4
*
typo "description not clear corrected with proper description and action_cont...
kishore-mohan
2015-09-02
1
-2
/
+2
*
Fix bug where cookies mutated by request were not persisted
eileencodes
2015-09-01
1
-0
/
+1
*
Merge pull request #21298 from rodzyn/remove_dead_code
Rafael Mendonça França
2015-09-01
1
-4
/
+0
|
\
|
*
Remove dead code
Marcin Olichwirowicz
2015-08-19
1
-4
/
+0
*
|
add a method for getting the http auth salt
Aaron Patterson
2015-08-29
1
-2
/
+2
*
|
env to get_header conversion
Aaron Patterson
2015-08-29
1
-1
/
+1
*
|
fixes example for consistency [ci skip]
Xavier Noria
2015-08-29
1
-3
/
+3
*
|
swaps words [ci skip]
Xavier Noria
2015-08-29
1
-1
/
+1
*
|
revamps the docs of strong params require [ci skip]
Xavier Noria
2015-08-29
1
-9
/
+40
*
|
revises 877e42e
Xavier Noria
2015-08-28
1
-2
/
+2
*
|
[Feature] params.require requires array of params
Gaurish Sharma
2015-08-28
1
-0
/
+8
*
|
Revert "this always sets :public to false, so just do that"
Aaron Patterson
2015-08-27
1
-1
/
+1
*
|
this always sets :public to false, so just do that
Aaron Patterson
2015-08-27
1
-1
/
+1
*
|
Merge pull request #21384 from jeremyf/updating-ActionController-TestSession-...
Yves Senn
2015-08-27
1
-2
/
+2
|
\
\
[next]