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
...
|
*
|
|
Don't accept parameters as argument for redirect to [via @homakov]
Santiago Pastorino
2014-07-16
1
-0
/
+1
|
|
/
/
|
*
|
Removed single space padding from empty response body.
Godfrey Chan
2014-07-10
1
-6
/
+2
*
|
|
We don't need loofah for the assertions
Rafael Mendonça França
2014-07-15
1
-1
/
+0
*
|
|
Merge pull request #11218 from kaspth/loofah-integration
Rafael Mendonça França
2014-07-10
1
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Moved html_document to ActionDispatch::Assertions. Included the Rails::Dom::T...
Timm
2014-06-16
1
-6
/
+1
|
*
|
Support for changes in SelectorAssertions.
Timm
2014-06-16
1
-0
/
+14
|
*
|
Moved ActionView::Assertions dependency from Action Pack's lib to abstract_un...
Timm
2014-06-16
1
-2
/
+0
|
*
|
Require ActionView::Assertions in ActionController test_case.rb.
Timm
2014-06-16
1
-0
/
+1
|
*
|
Moved Dom and Selector assertions from ActionDispatch to ActionView.
Timm
2014-06-16
1
-0
/
+1
*
|
|
Merge branch 'rosetta_flash' of https://github.com/gcampbell/rails into gcamp...
Aaron Patterson
2014-07-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Address CVE-2014-4671 (JSONP Flash exploit)
Greg Campbell
2014-07-09
1
-1
/
+1
*
|
|
|
Reduce number of subscriptions created.
Guo Xiang Tan
2014-07-08
1
-17
/
+13
|
/
/
/
*
|
|
Merge pull request #16013 from tgxworld/remove_symbolized_path_parameters
Rafael Mendonça França
2014-07-04
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove symbolized_path_parameters.
Guo Xiang Tan
2014-07-02
1
-1
/
+0
*
|
|
|
Merge pull request #16011 from xjlu/token_and_options
Rafael Mendonça França
2014-07-04
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Improve token_and_options regex and test
Xinjiang Lu
2014-07-01
1
-1
/
+1
|
|
/
/
/
*
/
/
/
Change the JSON renderer to enforce the 'JS' Content Type
Lucas Mazza
2014-07-02
1
-1
/
+4
|
/
/
/
*
|
|
Merge pull request #15933 from rafael/master
Rafael Mendonça França
2014-06-27
2
-5
/
+24
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Improvements per code review.
Rafael Chacón
2014-06-27
1
-4
/
+3
|
*
|
Add always_permitted_parameters as an option.
Rafael Chacón
2014-06-26
2
-5
/
+25
*
|
|
`:nodoc: all` does not remove the constants from the API. [ci skip]
Yves Senn
2014-06-24
1
-1
/
+1
*
|
|
Merge pull request #15537 from tgxworld/fix_state_leak
Matthew Draper
2014-06-20
1
-1
/
+0
|
\
\
\
|
*
|
|
Prevent state leak.
Guo Xiang Tan
2014-06-05
1
-1
/
+0
*
|
|
|
[ci skip] /javascript/ ~> JavaScript
Aditya Kapoor
2014-06-17
1
-3
/
+3
*
|
|
|
Merge pull request #15692 from sromano/falseClass
Matthew Draper
2014-06-14
1
-1
/
+6
|
\
\
\
\
|
*
|
|
|
ActionController::Parameters#require now accepts FalseClass values
Sergio Romano
2014-06-13
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #15682 from tgxworld/controller_test_process
Rafael Mendonça França
2014-06-13
1
-2
/
+5
|
\
\
\
\
|
*
|
|
|
Set flash in test session when necessary.
Guo Xiang Tan
2014-06-12
1
-2
/
+5
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Fix parsed token value with header `Authorization token=`.
Larry Lv
2014-06-13
1
-2
/
+2
*
|
|
|
Set the status before of setting the response body
Guillermo Iguaran
2014-06-13
1
-2
/
+2
|
/
/
/
*
|
|
Handle client disconnect during live streaming
Matthew Draper
2014-06-08
1
-0
/
+48
*
|
|
adds some details to the rationale of converted_arrays [ci skip]
Xavier Noria
2014-06-07
1
-0
/
+4
*
|
|
Revert "Convert StrongParameters cache to a hash. This fixes an unbounded"
Xavier Noria
2014-06-07
1
-6
/
+6
*
|
|
[ci skip] Fix capitalization
Akshay Vishnoi
2014-06-07
1
-1
/
+1
*
|
|
eliminate wasteful AS::SafeBuffer allocation
Aaron Patterson
2014-06-06
1
-1
/
+1
|
/
/
*
|
Avoid misuse of underscore argument
Corey Ward
2014-06-05
1
-2
/
+2
*
|
Convert StrongParameters cache to a hash. This fixes an unbounded
Ryan Davis
2014-06-03
1
-6
/
+6
*
|
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
*
|
|
Merge pull request #15325 from tgxworld/no_need_to_call_to_s
Yves Senn
2014-05-26
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove duplicated to_s method call.
Guo Xiang Tan
2014-05-25
1
-1
/
+1
|
|
/
/
*
/
/
Fix docs for ActionController::Renderers.add
Guillermo Iguaran
2014-05-26
1
-1
/
+1
|
/
/
*
|
use Proc.new to automatically do parameter checking for us
Aaron Patterson
2014-05-23
1
-3
/
+1
*
|
use symbol keys for path_parameters
Aaron Patterson
2014-05-22
2
-6
/
+6
*
|
we can just use Ruby here
Aaron Patterson
2014-05-21
1
-2
/
+2
*
|
fix formatting and text for ActionController::Redirecting doc
Laurel Fan
2014-05-21
1
-4
/
+8
*
|
Merge pull request #11346 from tomykaira/fix_10257
Rafael Mendonça França
2014-05-20
1
-2
/
+14
|
\
\
|
*
|
Run login_procedure only when the auth_scheme is valid
tomykaira
2013-07-08
1
-7
/
+14
|
*
|
Check authentication scheme in Basic auth
tomykaira
2013-07-07
1
-1
/
+6
[prev]
[next]