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
*
Merge pull request #22263 from mastahyeti/csrf-origin-check
Rafael França
2015-11-26
1
-2
/
+28
|
\
|
*
Add option to verify Origin header in CSRF checks
Ben Toews
2015-11-25
1
-2
/
+28
*
|
[ci skip] Fix <tt> in doc
claudiob
2015-11-15
1
-1
/
+1
|
/
*
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
2
-8
/
+13
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-10-31
1
-2
/
+2
|
\
|
*
Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Assertsâ€...
amitkumarsuroliya
2015-10-09
1
-2
/
+2
*
|
use `dispatch` instead of `process` to run requests though
eileencodes
2015-10-29
2
-8
/
+8
*
|
Remove unnecessary method
eileencodes
2015-10-29
1
-3
/
+0
*
|
Write the cookie jar it was not committed in TestCase
Rafael Mendonça França
2015-10-28
1
-1
/
+1
*
|
fix rdoc markup [ci skip]
yuuji.yaginuma
2015-10-25
1
-4
/
+4
*
|
Merge pull request #22003 from yui-knk/remove_needless_require_as
Yves Senn
2015-10-20
2
-2
/
+0
|
\
\
|
*
|
Delete needless `require 'active_support/deprecation'`
yui-knk
2015-10-20
2
-2
/
+0
*
|
|
Show helpful messages on invalid param. encodings
Agis Anastasopoulos
2015-10-19
1
-5
/
+3
|
/
/
*
|
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
[next]