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
...
*
|
|
|
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
|
/
/
/
*
|
|
ActionController::TestCase: fix #post documentation [ci skip]
Misty De Meo
2018-01-29
1
-1
/
+1
*
|
|
Remove code duplication for `ActionController::Metal.action`
fatkodima
2018-01-22
1
-10
/
+8
*
|
|
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
*
|
|
Yield array from AC::Parameters#each for block with one arg
Dominic Cleal
2017-12-06
1
-1
/
+1
*
|
|
Add DSL for configuring Content-Security-Policy header
Andrew White
2017-11-27
2
-0
/
+27
*
|
|
Merge pull request #24510 from vipulnsward/make-variable_size_secure_compare-...
Rafael Mendonça França
2017-11-25
2
-9
/
+6
|
\
\
\
|
*
|
|
Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`,
Vipul A M
2017-06-07
2
-9
/
+6
*
|
|
|
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
2
-5
/
+5
*
|
|
|
Bump RuboCop to 0.51.0
Koichi ITO
2017-11-10
1
-1
/
+1
*
|
|
|
Show `RequestForgeryProtection` methods in api doc [ci skip]
yuuji.yaginuma
2017-11-05
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
checking for nested attributes when attribute names specified to wrap them as...
Kelton Manzanares
2017-10-25
1
-6
/
+7
*
|
|
Fixed functionality to include method in params_wrapper.rb
Ryan Perez
2017-10-25
1
-0
/
+7
*
|
|
[Action Pack] require => require_relative
Akira Matsuda
2017-10-21
6
-7
/
+7
*
|
|
Keep `:api: plugin` methods in the doc [ci skip]
Ryuta Kamizono
2017-10-20
1
-2
/
+2
*
|
|
Remove unused `UnknownController` class
yuuji.yaginuma
2017-10-18
1
-3
/
+0
*
|
|
Remove unused `before_filters`
yuuji.yaginuma
2017-10-15
1
-6
/
+0
*
|
|
Fix some typos.
Mike Boone
2017-10-10
1
-1
/
+1
*
|
|
Add allow_other_host option to redirect_back method
Tim Masliuchenko
2017-10-10
1
-7
/
+16
*
|
|
Remove `:api:` tag that has leaked on the doc directly [ci skip]
Ryuta Kamizono
2017-09-30
1
-4
/
+0
*
|
|
Merge pull request #30493 from koic/fix_cant_modify_frozen_string_error_in_ac...
Ryuta Kamizono
2017-09-02
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix `can't modify frozen String` error in AC::Rendering
Koichi ITO
2017-09-02
1
-1
/
+1
*
|
|
|
Remove unused require
Ryuta Kamizono
2017-09-01
1
-2
/
+0
*
|
|
|
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
2
-2
/
+3
|
/
/
/
*
|
|
Use tt in doc for ActionPack [ci skip]
Yoshiyuki Hirano
2017-08-26
2
-4
/
+4
*
|
|
Update links to use https link instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
3
-6
/
+6
*
|
|
Load Parameters configurations on :action_controller only once
Alberto Almagro
2017-08-14
1
-1
/
+1
*
|
|
Merge pull request #29559 from kirs/eager-load-controller-actions
Rafael França
2017-08-11
1
-0
/
+6
|
\
\
\
|
*
|
|
Eager load controller and mailer actions
Kir Shatrov
2017-07-29
1
-0
/
+6
*
|
|
|
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
38
-1
/
+77
|
/
/
/
*
|
|
Merge pull request #29919 from kirs/actionpack-frozen-friendly
Rafael França
2017-07-24
1
-1
/
+3
|
\
\
\
|
*
|
|
Make actionpack frozen string friendly
Kir Shatrov
2017-07-24
1
-1
/
+3
*
|
|
|
Fix typo in API docs
Ryan Lue
2017-07-20
1
-1
/
+1
*
|
|
|
Correct API documentation for ActionController::Parameters#delete
Ryan Lue
2017-07-20
1
-4
/
+4
|
/
/
/
*
|
|
Assign `content_type` only once
yui-knk
2017-07-13
1
-2
/
+2
*
|
|
Add ActionController::Base.skip_forgery_protection
Lisa Ugray
2017-07-10
1
-0
/
+9
*
|
|
Protect from forgery by default
Lisa Ugray
2017-07-10
2
-0
/
+12
*
|
|
Fix end
Rafael Mendonça França
2017-07-04
1
-0
/
+1
*
|
|
Load the Parameters configurations on the right time
Rafael Mendonça França
2017-07-04
1
-7
/
+8
*
|
|
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
2
-8
/
+3
|
\
\
\
|
*
\
\
Merge pull request #29566 from eugeneius/wrap_parameters_query
Kasper Timm Hansen
2017-07-02
1
-7
/
+2
|
|
\
\
\
|
|
*
|
|
Don't wrap parameters if query parameter exists
Eugene Kenny
2017-06-25
1
-7
/
+2
|
*
|
|
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
39
-39
/
+0
|
*
|
|
|
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
39
-0
/
+39
|
|
\
\
\
\
[prev]
[next]