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
*
Show permitted flag in the output of AC::Parameters#inspect
Prathamesh Sonpatki
2016-02-24
1
-1
/
+1
*
Merge pull request #23682 from ShikChen/fast_strxor
Santiago Pastorino
2016-02-21
1
-1
/
+2
|
\
|
*
Improve the performance of string xor operation
shik
2016-02-15
1
-1
/
+2
*
|
Deprecate AC::Parameters#== with a Hash
Benjamin Quorning
2016-02-19
1
-9
/
+14
*
|
Fix AC::Parameters#== with other AC::Parameters
Benjamin Quorning
2016-02-19
1
-3
/
+4
*
|
fields_for_style needs to test for AC::Parameters
Aaron Patterson
2016-02-17
1
-1
/
+1
*
|
Implement ActionController::Parameters#inspect
Benjamin Quorning
2016-02-17
1
-1
/
+5
|
/
*
Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`
Ryuta Kamizono
2016-02-15
1
-10
/
+0
*
Request#fullpath should not raise an exception, so remove the rescue
Aaron Patterson
2016-02-09
1
-1
/
+1
*
AC::Request#format always returns a value, so we do not need to try
Aaron Patterson
2016-02-09
1
-1
/
+1
*
speed up string xor operation and reduce object allocations
Aaron Patterson
2016-02-08
1
-1
/
+2
*
Hand off the interlock to the new thread in AC::Live
Matthew Draper
2016-02-07
1
-23
/
+28
*
disable controller / view thread spawning in tests
Aaron Patterson
2016-02-05
1
-2
/
+13
*
Fix typo in strong params hash deprecation message
Marek
2016-01-27
1
-2
/
+2
*
Merge branch '5-0-beta-sec'
Aaron Patterson
2016-01-25
1
-1
/
+6
|
\
|
*
use secure string comparisons for basic auth username / password
Aaron Patterson
2016-01-22
1
-1
/
+6
*
|
Fix nodoc to internal class error document some of them
Vipul A M
2016-01-25
1
-1
/
+0
*
|
Merge pull request #23167 from maclover7/fix-21032
Rafael França
2016-01-21
1
-1
/
+5
|
\
\
|
*
|
Fix `ActionController::Parameters#==` bug
Jon Moss
2016-01-21
1
-1
/
+5
*
|
|
remove doc reference to ActionController::MimeResponds#respond_to
sealocal
2016-01-20
1
-3
/
+0
*
|
|
document simple example of ActionController::MimeResponds#respond_to
sealocal
2016-01-20
1
-1
/
+9
|
/
/
*
|
Link to docs instead of listing methods
schneems
2016-01-19
1
-5
/
+7
*
|
Add methods to StrongParameters
schneems
2016-01-19
1
-1
/
+1
*
|
[close #23084] Deprecated StrongParameters
schneems
2016-01-19
1
-0
/
+16
*
|
AC::Parameters#at_json: restore Rails 4.2’s value
claudiob
2016-01-12
1
-1
/
+2
*
|
Unneeded &block parameters
Akira Matsuda
2016-01-12
1
-2
/
+2
*
|
[ci skip] Fix typo Renderering --> Rendering
Akshay Vishnoi
2016-01-09
1
-1
/
+1
*
|
Merge pull request #22275 from mastahyeti/per-form-csrf
Rafael França
2016-01-06
1
-11
/
+54
|
\
\
|
*
|
add option for per-form CSRF tokens
Ben Toews
2016-01-04
1
-11
/
+54
*
|
|
Group related methods together
Benjamin Fleischer
2016-01-03
1
-67
/
+67
*
|
|
Add ActionController:Renderers test
Benjamin Fleischer
2016-01-03
1
-0
/
+9
|
/
/
*
|
Test ActionController::Renderers::use_renderers
Benjamin Fleischer
2015-12-31
1
-0
/
+34
*
|
Merge pull request #22850 from prathamesh-sonpatki/fix_ac_params_unsafe_h_2
Kasper Timm Hansen
2015-12-31
1
-6
/
+6
|
\
\
|
*
|
Fix AC::Parameters#to_unsafe_h to return all unfiltered values
Prathamesh Sonpatki
2015-12-31
1
-6
/
+6
*
|
|
Avoid `Time.parse` for static date
Rafaël Blais Masson
2015-12-30
1
-1
/
+1
|
/
/
*
/
Add AC::Parameters#include?
Justin Coyne
2015-12-29
1
-1
/
+1
|
/
*
Merge pull request #20797 from byroot/prevent-url-for-ac-parameters
Rafael França
2015-12-18
1
-1
/
+0
|
\
|
*
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
1
-1
/
+0
*
|
Document when fallback_location is used [ci-skip]
Derek Prior
2015-12-17
1
-2
/
+8
*
|
Only dup Ruby's Hash and Array.
Kasper Timm Hansen
2015-12-17
1
-2
/
+18
*
|
Deprecate `redirect_to :back`
Derek Prior
2015-12-16
1
-10
/
+6
*
|
Add `redirect_back` for safer referrer redirects
Derek Prior
2015-12-16
1
-0
/
+23
*
|
Merge pull request #14212 from tylerhunt/fix-token-regex
Sean Griffin
2015-12-15
1
-1
/
+1
|
\
\
|
*
|
Handle tab in token authentication header.
Tyler Hunt
2014-02-26
1
-1
/
+1
*
|
|
Make Parameters#to_h and #to_unsafe_h return HWIA
Prem Sichanugrist
2015-12-14
1
-5
/
+7
|
|
/
|
/
|
*
|
Fix `make_response!` when called by `serve` in `RouteSet`
eileencodes
2015-12-09
1
-6
/
+1
*
|
Change the `protect_from_forgery` prepend default to `false`
eileencodes
2015-12-07
1
-7
/
+7
*
|
Merge pull request #22475 from claudiob/missing-require
Matthew Draper
2015-12-08
1
-0
/
+1
|
\
\
|
*
|
Add missing require to strong_parameters.rb
claudiob
2015-12-04
1
-0
/
+1
*
|
|
Push `before_sending` to super class
eileencodes
2015-12-06
1
-6
/
+0
|
/
/
[next]