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
*
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
|
|
\
\
|
|
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
39
-0
/
+39
|
|
|
/
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
1
-1
/
+1
|
|
\
\
|
|
*
|
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
*
|
|
|
[Action Controller] require => require_relative
Akira Matsuda
2017-07-01
6
-7
/
+7
|
/
/
/
*
|
|
Fix format of `ActionController::Parameters#to_s` doc [ci skip]
yuuji.yaginuma
2017-07-01
1
-0
/
+1
*
|
|
Fallback Parameters#to_s to Hash#to_s
Kir Shatrov
2017-06-30
1
-1
/
+8
|
|
/
|
/
|
*
|
Don't wrap parameters if key already exists
Eugene Kenny
2017-06-24
1
-1
/
+1
*
|
Fix typo in `AC::UnfilteredParameters` message [ci skip]
yuuji.yaginuma
2017-06-23
1
-2
/
+2
*
|
Fix examples for `AC::Parameters#to_query` [ci skip]
yuuji.yaginuma
2017-06-19
1
-1
/
+6
|
/
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-4
/
+2
*
Add option for class_attribute default (#29270)
David Heinemeier Hansson
2017-05-29
7
-15
/
+8
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-2
/
+2
*
Pass block in ActionController::Parameters#delete
Eugene Kenny
2017-05-10
1
-2
/
+2
*
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
1
-1
/
+1
*
Follow the style guide rules in the documetation
Rafael Mendonça França
2017-04-18
1
-30
/
+30
*
Improve documentation
Rafael Mendonça França
2017-04-18
1
-4
/
+4
[next]