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
*
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
1
-0
/
+4
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-7
/
+2
|
\
|
*
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
27
-27
/
+0
|
*
|
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
27
-0
/
+27
|
|
\
\
|
|
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
27
-0
/
+27
|
|
|
/
*
|
/
[Action Controller] require => require_relative
Akira Matsuda
2017-07-01
2
-2
/
+2
|
/
/
*
|
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
6
-13
/
+7
*
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
*
Implement ActionController::Parameters#to_query and #to_param
Rafael Mendonça França
2017-04-18
1
-2
/
+28
*
Add ActionController::Parameters#to_hash to implict conversion
Rafael Mendonça França
2017-04-18
1
-0
/
+16
*
Raise exception when calling to_h in a unfiltered Parameters
Rafael Mendonça França
2017-04-18
1
-2
/
+15
*
Improve logging when Origin header doesn't match
Jon Leighton
2017-04-06
1
-1
/
+5
*
Add aliases for reverse_merge to with_defaults
Matt Casper
2017-03-29
1
-0
/
+2
*
Small grammar fix
Jon Moss
2017-03-22
1
-1
/
+1
*
Wrap store accessors in parameters
Sid Ngeth
2017-03-21
1
-1
/
+5
*
Fix HTTPS grammar
Jon Moss
2017-03-13
1
-4
/
+4
*
[docs] fix ActionController documentation
Hrvoje Šimić
2017-03-12
16
-41
/
+41
*
Added `reverse_merge`/`reverse_merge!` to AC::Parameters:
Edouard CHIN
2017-03-09
1
-0
/
+15
*
params --> parameters
Jon Moss
2017-03-07
1
-2
/
+2
*
Document delegated public methods on AC::Parameters
T.J. Schuck
2017-03-07
1
-0
/
+71
*
Fix CI failure due to contain <U+2028>
Ryuta Kamizono
2017-03-06
1
-2
/
+2
*
Merge pull request #28259 from ChakreshwarSharma/redirect_to_doc
Vipul A M
2017-03-05
1
-0
/
+3
|
\
|
*
[ci skip] Use return with redirect_to
ChakreshwarSharma
2017-03-04
1
-0
/
+3
*
|
[ci skip] Fix ParameterMissing exception name in docs
Tejas Bubane
2017-03-04
1
-1
/
+1
|
/
*
Use `response#location` instead of `#location` in redirect.
Mehmet Emin INAC
2017-02-20
1
-1
/
+1
*
Remove unused require
Ryuta Kamizono
2017-02-12
1
-2
/
+0
*
Revert "significant speedup of AC::Parameters#permit" [26dd9b26ab7317f94fd285...
David Heinemeier Hansson
2017-01-16
1
-3
/
+1
*
AC::ParamsWrapper::Options needs anonymous superclass
Akira Matsuda
2017-01-13
1
-1
/
+1
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
3
-3
/
+3
*
No need to :doc: a public method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Extract variant setter to process method
Jon Moss
2017-01-02
1
-0
/
+6
*
renderers typo fix [ci skip]
ota42y
2016-12-27
1
-1
/
+1
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
5
-31
/
+30
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
3
-6
/
+6
*
updating docs
Aaron Patterson
2016-12-21
1
-0
/
+4
*
Document and update API for `skip_parameter_encoding`
Aaron Patterson
2016-12-21
1
-10
/
+25
[next]