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
Commit message (
Expand
)
Author
Age
Files
Lines
*
code gardening in ActionController::Renderers
Xavier Noria
2014-09-04
1
-7
/
+12
*
Merge pull request #16570 from bradleybuda/breach-mitigation-mask-csrf-token
Jeremy Kemper
2014-08-19
1
-3
/
+65
|
\
|
*
Auth token mask from breach-mitigation-rails gem
Bradley Buda
2014-08-19
1
-3
/
+65
*
|
Merge pull request #16299 from sikachu/ps-safer-ac-params
Jeremy Kemper
2014-08-19
1
-3
/
+84
|
\
\
|
*
|
User `#to_hash` instead of calling `super`
Prem Sichanugrist
2014-08-18
1
-1
/
+1
|
*
|
Fix failing test on several methods on Parameter
Prem Sichanugrist
2014-08-18
1
-1
/
+25
|
*
|
Refactor code to reduce duplicate `self.class.new`
Prem Sichanugrist
2014-08-18
1
-12
/
+10
|
*
|
Add missing `Hash` methods to `AC::Parameters`
Prem Sichanugrist
2014-08-18
1
-0
/
+40
|
*
|
Make `AC::Params#to_h` return Hash with safe keys
Prem Sichanugrist
2014-08-18
1
-0
/
+19
*
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-08-19
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Uppercase HTML in docs.
Hendy Tanata
2014-08-08
2
-9
/
+9
*
|
|
`responders` 1.x won't do it. Told you to RTFM for details!
Godfrey Chan
2014-08-17
1
-3
/
+6
*
|
|
The gem is called 'responders'
Godfrey Chan
2014-08-17
1
-2
/
+2
*
|
|
Raise a more helpful error for people who are using these extracted features
Godfrey Chan
2014-08-17
1
-1
/
+16
*
|
|
Move respond_with to the responders gem
José Valim
2014-08-17
2
-528
/
+3
*
|
|
When your templates change, browser caches bust automatically.
Jeremy Kemper
2014-08-17
2
-6
/
+81
|
|
/
|
/
|
*
|
Pass block for logging.
Guo Xiang Tan
2014-08-09
1
-4
/
+6
*
|
refactor Redirecting so we do not need a controller instance
Aaron Patterson
2014-08-06
1
-3
/
+5
|
/
*
just set the host, no need for another hash allocation / merge!
Aaron Patterson
2014-08-01
1
-1
/
+1
*
Simplify code branch, remove #tap
Carlos Antonio da Silva
2014-07-31
1
-7
/
+6
*
Avoid a new hash object
Carlos Antonio da Silva
2014-07-31
1
-1
/
+1
*
Fix protect_from_forgery docs
David Albert
2014-07-27
1
-1
/
+1
*
docs, add ref where to find valid `head` status symbols.
Yves Senn
2014-07-25
1
-0
/
+2
*
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
*
Address CVE-2014-4671 (JSONP Flash exploit)
Greg Campbell
2014-07-09
1
-1
/
+1
*
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
1
-5
/
+20
|
\
|
*
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
1
-5
/
+21
*
|
`:nodoc: all` does not remove the constants from the API. [ci skip]
Yves Senn
2014-06-24
1
-1
/
+1
*
|
[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
|
/
/
*
|
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
*
|
Fix docs for ActionController::Renderers.add
Guillermo Iguaran
2014-05-26
1
-1
/
+1
*
|
use symbol keys for path_parameters
Aaron Patterson
2014-05-22
1
-1
/
+1
*
|
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
|
\
\
[next]