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
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
4
-15
/
+15
*
Do not mutate AC::TestRequest::DEFAULT_OPTIONS
Kir Shatrov
2016-09-10
1
-1
/
+1
*
Merge pull request #26418 from y-yagi/fixes_26415
Richard Schneeman
2016-09-07
1
-1
/
+1
|
\
|
*
call `.to_h` to avoid using deprecated method
yuuji.yaginuma
2016-09-07
1
-1
/
+1
*
|
Merge pull request #26016 from nateberkopec/patch-1
Vipul A M
2016-09-07
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Clarify expires_now documentation
Nate Berkopec
2016-09-06
1
-2
/
+3
*
|
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-6
/
+6
*
|
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-1
/
+1
*
|
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
3
-3
/
+3
*
|
Move to_param undef closer to the deprecations.
Kasper Timm Hansen
2016-08-31
1
-2
/
+4
*
|
Do not allow to_param on AC::Parameters
Kir Shatrov
2016-08-31
1
-0
/
+3
*
|
Allow `send_file` to declare a charset
Jon Moss
2016-08-29
1
-0
/
+1
*
|
Fix typo in the hook name
Rafael Mendonça França
2016-08-25
1
-1
/
+1
*
|
Add load hooks to all tests classes
Rafael Mendonça França
2016-08-25
1
-0
/
+1
*
|
yl - remove extra …
yunlei
2016-08-23
1
-1
/
+1
*
|
Include the content of the flash in the auto-generated etag (#26250)
David Heinemeier Hansson
2016-08-22
2
-0
/
+17
*
|
Copy edits in the documentation [ci skip]
Rafael Mendonça França
2016-08-19
1
-1
/
+1
*
|
Set the request type if as: is specified
Everest Munro-Zeisberger
2016-08-18
1
-1
/
+8
*
|
Merge pull request #25862 from prathamesh-sonpatki/start-documenting-ac-testc...
प्रथमेश Sonpatki
2016-08-17
1
-6
/
+12
|
\
\
|
*
|
Start documenting ActionController::TestCase again
Prathamesh Sonpatki
2016-08-17
1
-6
/
+12
*
|
|
Merge pull request #26094 from igorkasyanchuk/master
Rafael França
2016-08-16
2
-3
/
+3
|
\
\
\
|
*
|
|
Show unpermitted parameters as symbols in logs (so they could be copy-pasted ...
Igor Kasyanchuk
2016-08-10
2
-3
/
+3
*
|
|
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
5
-7
/
+7
*
|
|
|
Fix deadlock that can occur when child live thread tries to load a constant a...
Alex Chinn
2016-08-15
1
-1
/
+6
*
|
|
|
AC::Metal is already defining default encoding as UTF 8, let's reuse it.
Prathamesh Sonpatki
2016-08-14
1
-1
/
+1
*
|
|
|
Mark method as nodoc
Rafael Mendonça França
2016-08-12
1
-3
/
+3
*
|
|
|
[ci skip] Add documentation to Parameter Encoding
Alex Kitchens
2016-08-11
1
-0
/
+1
*
|
|
|
Merge pull request #26092 from kerrizor/kerrizor/force-param-encoding
Aaron Patterson
2016-08-10
4
-6
/
+42
|
\
\
\
\
|
*
|
|
|
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
4
-6
/
+42
|
|
/
/
/
*
/
/
/
Remove unused method
Andrew White
2016-08-10
1
-5
/
+0
|
/
/
/
*
|
|
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
1
-1
/
+1
*
|
|
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
5
-8
/
+8
*
|
|
Add back unintentionally removed newline.
Kasper Timm Hansen
2016-08-07
1
-0
/
+1
*
|
|
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
1
-2
/
+1
*
|
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
5
-5
/
+0
*
|
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
10
-184
/
+184
*
|
|
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
8
-27
/
+27
*
|
|
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
22
-130
/
+130
*
|
|
Move the YAML hook closer to `init_with`.
Kasper Timm Hansen
2016-08-02
1
-8
/
+9
*
|
|
Replace implicit formats with a case statement.
Kasper Timm Hansen
2016-08-02
1
-7
/
+8
*
|
|
Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.
Kasper Timm Hansen
2016-08-02
1
-2
/
+9
*
|
|
Make Parameters support legacy YAML encodings.
Kasper Timm Hansen
2016-08-01
1
-0
/
+19
|
|
/
|
/
|
*
|
Reset rack.input when the environment is scrubbed for the next request
Nick Sieger
2016-07-27
1
-0
/
+1
*
|
Fix incorrect indentation in method comment [ci skip]
Junya Ogura
2016-07-21
1
-3
/
+3
|
/
*
Fix adding implicitly rendered namespaced template digests to ETags
Javan Makhmali
2016-07-13
1
-1
/
+1
*
Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...
Tim Rogers
2016-07-08
1
-15
/
+1
*
Changes to a dupped `ActionController::Parameters` mutate the original
Tim Rogers
2016-07-07
1
-0
/
+5
*
[ci skip] Add 'params' formatting in ActionController::Base
Alex Kitchens
2016-06-30
1
-4
/
+4
*
Fix adding implicitly rendered template digests to ETags
Javan Makhmali
2016-06-28
1
-1
/
+7
*
`params.permitted?` is false by default
Jon Moss
2016-06-23
1
-0
/
+2
[next]