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
/
test
/
controller
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
7
-22
/
+44
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
2
-2
/
+2
*
adds missing comma in assert call
Xavier Noria
2016-08-07
1
-2
/
+2
*
Assign config on base instead of on `@controller`.
Kasper Timm Hansen
2016-08-07
1
-1
/
+1
*
Merge pull request #25825 from st0012/partial-cache
Kasper Timm Hansen
2016-08-07
2
-0
/
+17
|
\
|
*
Modify LogSubscriber for single partial's cache message.
Stan Lo
2016-08-08
2
-0
/
+17
*
|
Fix Accept header overridden when "xhr: true" in integration test
David Chen
2016-08-07
1
-0
/
+13
|
/
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
6
-7
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
23
-39
/
+12
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
16
-168
/
+167
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
19
-232
/
+188
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
44
-1303
/
+1303
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
84
-2649
/
+2649
*
Fix GET JSON integration test request to use method override
eileencodes
2016-08-05
1
-0
/
+16
*
Fix wrong assignment.
Kasper Timm Hansen
2016-08-02
1
-4
/
+5
*
Set `always_permitted_parameters`.
Kasper Timm Hansen
2016-08-02
1
-0
/
+9
*
Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.
Kasper Timm Hansen
2016-08-02
1
-2
/
+15
*
Make Parameters support legacy YAML encodings.
Kasper Timm Hansen
2016-08-01
1
-0
/
+32
*
Test that ActionDispatch::IntegrationTest does not leak parameters
Nick Sieger
2016-07-28
1
-0
/
+14
*
Reset rack.input when the environment is scrubbed for the next request
Nick Sieger
2016-07-27
1
-0
/
+8
*
There are some cases where @@app is not defined
Santiago Pastorino
2016-07-26
1
-19
/
+0
*
Be more explicit with the expected result
Santiago Pastorino
2016-07-26
1
-1
/
+1
*
Return ActionDispatch.test_app when no app is set on IntegrationTest.app method
Santiago Pastorino
2016-07-26
1
-0
/
+19
*
Bring back support for callable cache_key on collection rendering
Ignatius Reza
2016-07-21
1
-1
/
+11
*
Make sure the tests setup are made correctly
Rafael Mendonça França
2016-07-17
1
-9
/
+9
*
Fix adding implicitly rendered namespaced template digests to ETags
Javan Makhmali
2016-07-13
1
-10
/
+44
*
Remove duplicate test and fix a typo in the test
Prathamesh Sonpatki
2016-07-12
2
-6
/
+1
*
Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...
Tim Rogers
2016-07-08
1
-1
/
+19
*
Changes to a dupped `ActionController::Parameters` mutate the original
Tim Rogers
2016-07-07
1
-0
/
+25
*
Merge pull request #24177 from vipulnsward/rename-test
Rafael França
2016-07-01
1
-1
/
+1
|
\
|
*
- Renamed NestedParametersTest to NestedParametersPermitTest, to indicate wha...
Vipul A M
2016-03-13
1
-1
/
+1
*
|
Fix adding implicitly rendered template digests to ETags
Javan Makhmali
2016-06-28
1
-10
/
+35
*
|
Merge pull request #25435 from y-yagi/make_as_option_work_with_get_parameters
Kasper Timm Hansen
2016-06-25
1
-0
/
+14
|
\
\
|
*
|
make `as` option work with get parameters
yuuji.yaginuma
2016-06-25
1
-0
/
+14
*
|
|
`params.permitted?` is false by default
Jon Moss
2016-06-23
1
-0
/
+6
|
/
/
*
|
render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308)
Brandon Medenwald
2016-06-09
1
-0
/
+7
*
|
Add regression test to `as` option.
Kasper Timm Hansen
2016-06-07
1
-0
/
+16
*
|
Use `#performed?` to terminate controller callbacks
Jeff Kreeftmeijer
2016-06-03
1
-0
/
+15
*
|
Clean up the test request/response even after an exception
Matthew Draper
2016-06-01
1
-0
/
+24
*
|
More Action Pack `abstract_unit` cleanup (#25211)
Jon Moss
2016-05-31
2
-1
/
+21
*
|
Move `Workshop` class definition
Jon Moss
2016-05-30
1
-0
/
+18
*
|
Respect `log_warning_on_csrf_failure` setting for all CSRF failures
Matthew Caruana Galizia
2016-05-23
1
-0
/
+31
*
|
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
2
-3
/
+3
*
|
Action Mailer: Declarative exception handling with `rescue_from`.
Jeremy Daer
2016-05-15
1
-30
/
+1
*
|
Make flash messages cookie compatible with Rails 4
Rafael Mendonça França
2016-05-06
1
-2
/
+2
*
|
Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...
Sean Griffin
2016-05-06
1
-1
/
+2
|
\
\
|
*
|
Fixes #23964
Ryan T. Hosford
2016-03-13
1
-1
/
+2
*
|
|
Implement helpers proxy in controller instance level
Rafael Mendonça França
2016-05-05
1
-0
/
+16
*
|
|
Add more info to insecure URL generation error
Derek Prior
2016-04-26
1
-2
/
+1
*
|
|
Merge pull request #24641 from rafaelfranca/fix-per-form-token-with-full-url
Jeremy Daer
2016-04-25
1
-0
/
+13
|
\
\
\
[next]