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
*
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
|
\
\
\
|
*
|
|
Discart the schema and host information when building the per-form token
Rafael Mendonça França
2016-04-20
1
-0
/
+13
*
|
|
|
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Refactor handling of :action default in routing
Andrew White
2016-02-16
1
-2
/
+2
*
|
|
|
|
Deprecate `request_via_redirect` method.
Prathamesh Sonpatki
2016-04-24
1
-3
/
+5
*
|
|
|
|
Fix ApplicationController.renderer.defaults.merge!
Jon Moss
2016-04-20
1
-0
/
+8
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Properly verify that cache accepts and user `expires` value.
Vipul A M
2016-04-17
1
-1
/
+4
*
|
|
|
Filter scalar values when params permit hashes or arrays
Sean Griffin
2016-04-15
1
-0
/
+9
*
|
|
|
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-1
/
+1
*
|
|
|
Fixes #24239
Ryan T. Hosford
2016-04-04
1
-0
/
+21
*
|
|
|
Strong ETag validators
Jeremy Daer
2016-03-31
1
-15
/
+43
|
|
_
|
/
|
/
|
|
*
|
|
Use the most highest priority exception handler when cause is set
Sean Griffin
2016-03-11
1
-0
/
+33
*
|
|
Merge pull request #22854 from jcoyne/missing_template
Sean Griffin
2016-03-11
1
-0
/
+15
|
\
\
\
|
*
|
|
Render default template if block doesn't render
Justin Coyne
2016-02-25
1
-0
/
+15
*
|
|
|
Add `ActionController::Parameters#dig`
Sean Griffin
2016-03-09
1
-0
/
+20
*
|
|
|
Pass headers through to payload for logging.
Gareth du Plooy
2016-03-08
1
-0
/
+6
*
|
|
|
Remove http_cache_forever's version parameter
Jean Boussier
2016-03-05
1
-9
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
19
-114
/
+292
|
/
/
*
|
Lock down new `ImplicitRender` behavior for 5.0 RC
Godfrey Chan
2016-02-25
2
-35
/
+83
*
|
Show permitted flag in the output of AC::Parameters#inspect
Prathamesh Sonpatki
2016-02-24
1
-3
/
+13
*
|
Fix `request.ssl?` bug with Action Cable
Jon Moss
2016-02-23
1
-0
/
+9
*
|
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-1
/
+1
*
|
Transform the mime object to symbol when registering the parsers
Rafael Mendonça França
2016-02-22
1
-1
/
+1
*
|
Use symbol of mime type instead of object to get correct parser
Mehmet Emin İNAÇ
2016-02-22
1
-2
/
+2
*
|
Make per form token work when method is not provided
Rafael Mendonça França
2016-02-22
1
-2
/
+16
*
|
Merge pull request #23752 from vipulnsward/23524-fix-button_to_delete
Rafael Mendonça França
2016-02-22
1
-48
/
+60
|
\
\
|
*
|
Refactored Request Forgery CSRF PerFormTokensController tests and DRY'ed them...
Vipul A M
2016-02-22
1
-70
/
+38
[next]