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
*
Update documentation to ActionController::ConditionalGet
Anatoly Mikhaylov
2018-09-03
1
-0
/
+6
*
Faster permitted_scalar_filter
schneems
2018-08-31
1
-8
/
+20
*
[ci skip] Document permitted_scalar_filter
schneems
2018-08-30
1
-0
/
+10
*
Merge pull request #33718 from kddeisz/permit-list
Matthew Draper
2018-08-29
5
-12
/
+12
|
\
|
*
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
2
-4
/
+4
|
*
Convert remaining usage of whitelist and blacklist
Kevin Deisz
2018-08-24
1
-2
/
+2
|
*
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
4
-8
/
+8
*
|
Call block to #redirect_to in controller context (#33735)
speckins
2018-08-27
1
-1
/
+1
*
|
Format respond_to method as code in doc [ci skip]
Rob Zolkos
2018-08-25
1
-1
/
+1
|
/
*
Use string lengths instead of regexp to extract path
Matthew Draper
2018-08-23
1
-2
/
+1
*
Fix rubocop offenses
bogdanvlviv
2018-08-15
1
-1
/
+1
*
Merge pull request #31640 from gingerlime/patch-1
Richard Schneeman
2018-08-10
1
-4
/
+11
|
\
|
*
fixes #27157 CSRF protection documentation
gingerlime
2018-01-05
1
-4
/
+11
*
|
Merge pull request #28937 from maclover7/jm-fix-28927
Rafael França
2018-07-31
1
-1
/
+1
|
\
\
|
*
|
Default content type for `head` is `text/html`
Jon Moss
2017-04-30
1
-1
/
+1
*
|
|
Raises exception when respond_to called multiple times in incompatible way
Patrick Toomey
2018-07-30
2
-0
/
+21
*
|
|
Merge pull request #32381 from q-centrix/update-codeclimate-configs
Richard Schneeman
2018-07-25
1
-3
/
+1
|
\
\
\
|
*
|
|
Turn on performance based cops
Dillon Welch
2018-07-23
1
-3
/
+1
*
|
|
|
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
|
/
/
/
*
|
|
Clarify example of the test `ActionController::HttpAuthentication::Token` [ci...
bogdanvlviv
2018-07-21
1
-4
/
+3
*
|
|
[ci skip] Fix syntax error + make example easier to follow.
Kasper Timm Hansen
2018-07-20
1
-2
/
+3
*
|
|
Fix basic auth problem in ActionController::HttpAuthentication::Basic doc
黄松
2018-07-20
1
-2
/
+2
*
|
|
Convert hashes into parameters (#33076)
Kevin Sjöberg
2018-06-19
1
-10
/
+8
*
|
|
Add support for more HTTP cache controls
Daniel Schierbeck
2018-06-13
1
-1
/
+3
*
|
|
Avoid unused capture in `non_xhr_javascript_response?`
Ryuta Kamizono
2018-05-31
1
-1
/
+1
*
|
|
Include application/javascript when checking content_type
Gabriel Jaldon
2018-05-27
1
-1
/
+1
*
|
|
Speed up xor_byte_strings by 70%
Jeremy Evans
2018-05-18
1
-3
/
+8
*
|
|
Fix documentation for ActionController::Params#fetch
Linus Marton
2018-05-18
1
-1
/
+3
*
|
|
Merge pull request #29286 from vinistock/create_missing_exact_template_exception
Rafael Mendonça França
2018-04-20
2
-12
/
+5
|
\
\
\
|
*
|
|
Create MissingExactTemplate exception with separate template
Vinicius Stock
2018-04-20
2
-12
/
+5
*
|
|
|
Fixes StrongParameters permit! to work with nested arrays
Steve Hull
2018-04-16
1
-1
/
+1
*
|
|
|
Merge pull request #32484 from kddeisz/default-headers
Rafael França
2018-04-10
1
-0
/
+17
|
\
\
\
\
|
*
|
|
|
Include default headers by default in API mode
Kevin Deisz
2018-04-06
1
-0
/
+17
*
|
|
|
|
Improve the null origin error message
Patrik Bóna
2018-04-09
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Remove superfluous `ActionController::`
Francois Chagnon
2018-04-04
1
-1
/
+1
*
|
|
|
Merge pull request #32336 from vincedevendra/allow_mutating_dig_return_value
Aaron Patterson
2018-04-02
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Make mutating params#dig mutate underlying params
Vince DeVendra
2018-03-24
1
-1
/
+2
*
|
|
|
|
Deprecate controller level force_ssl
Derek Prior
2018-03-30
1
-55
/
+14
|
/
/
/
/
*
|
|
|
Remove unnecessary `Hash.method_defined?(:dig)` checking
yuuji.yaginuma
2018-03-11
1
-13
/
+11
*
|
|
|
Always yield a CSP policy instance
Andrew White
2018-03-08
1
-1
/
+5
*
|
|
|
Add the ability to disable the global CSP in a controller
Andrew White
2018-03-08
1
-1
/
+5
*
|
|
|
Add support for automatic nonce generation for Rails UJS
Andrew White
2018-02-19
1
-0
/
+18
*
|
|
|
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-1
/
+0
*
|
|
|
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-2
/
+1
|
/
/
/
*
|
/
Fix typos, update documentation
James Lovejoy
2018-01-11
1
-2
/
+2
|
|
/
|
/
|
*
|
Add missing require for `strip_heredoc`
Peter Wagenet
2018-01-04
1
-0
/
+1
*
|
Added reference to default value of `allow_other_host` [ci skip]
Prathamesh Sonpatki
2017-12-17
1
-1
/
+1
*
|
[ci skip] update link
Dixit Patel
2017-12-15
1
-1
/
+1
*
|
Merge pull request #30780 from JackMc/fix-chrome-referrer-invalidauthenticity...
Sean Griffin
2017-12-07
1
-0
/
+10
|
\
\
|
*
|
Add a better error message when a "null" Origin header occurs
Jack McCracken
2017-11-03
1
-0
/
+10
[next]