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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #23980 from rails/deprecate-controller-action-segments
Andrew White
2016-03-01
30
-212
/
+468
|
\
|
*
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
30
-212
/
+468
*
|
Publish AS::Executor and AS::Reloader APIs
Matthew Draper
2016-03-02
3
-24
/
+191
|
/
*
add `constraint_to` option to SSL middleware
Greg Molnar
2016-02-28
1
-0
/
+7
*
Merge pull request #23852 from prathamesh-sonpatki/hsts-subdomains
Rafael França
2016-02-25
1
-7
/
+16
|
\
|
*
Added deprecation for older apps
Prathamesh Sonpatki
2016-02-25
1
-7
/
+16
*
|
Revert "Merge pull request #20851 from tomprats/indifferent-sessions"
Matthew Draper
2016-02-26
1
-10
/
+0
*
|
Revert "Update Session to utilize indiffernt access"
Matthew Draper
2016-02-26
6
-118
/
+1
*
|
Additional review of 6b31761.
Kasper Timm Hansen
2016-02-25
1
-1
/
+0
*
|
Lock down new `ImplicitRender` behavior for 5.0 RC
Godfrey Chan
2016-02-25
6
-35
/
+86
|
/
*
Added a test for generating Strong ETag
Prathamesh Sonpatki
2016-02-24
1
-0
/
+8
*
Show permitted flag in the output of AC::Parameters#inspect
Prathamesh Sonpatki
2016-02-24
1
-3
/
+13
*
Merge pull request #20851 from tomprats/indifferent-sessions
Rafael Mendonça França
2016-02-24
6
-0
/
+127
|
\
|
*
Update Session to utilize indiffernt access
Tom Prats
2016-01-30
6
-1
/
+118
|
*
Update session to have indifferent access
Tom Prats
2016-01-29
1
-0
/
+10
*
|
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
*
|
Add `internal` attribute to routes
Jon Moss
2016-02-22
1
-0
/
+23
*
|
Make sure we unregister the mime type before registering
Rafael Mendonça França
2016-02-22
1
-10
/
+22
*
|
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
2
-2
/
+18
*
|
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
|
*
|
Fixed passing of delete method on button_to tag, creating wrong form csrf token
Vipul A M
2016-02-21
1
-0
/
+44
*
|
|
Merge pull request #23695 from kaspth/remove-automatic-collection-caching
Kasper Timm Hansen
2016-02-20
2
-17
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Make collection caching explicit.
Kasper Timm Hansen
2016-02-20
2
-17
/
+6
*
|
|
Deprecate AC::Parameters#== with a Hash
Benjamin Quorning
2016-02-19
1
-2
/
+4
*
|
|
Fix AC::Parameters#== with other AC::Parameters
Benjamin Quorning
2016-02-19
1
-0
/
+33
*
|
|
Tests for AC::Parameters#==
Benjamin Quorning
2016-02-19
1
-0
/
+6
*
|
|
Fix master build
Jon Moss
2016-02-18
1
-1
/
+1
|
/
/
*
|
fields_for_style needs to test for AC::Parameters
Aaron Patterson
2016-02-17
1
-0
/
+21
*
|
Implement ActionController::Parameters#inspect
Benjamin Quorning
2016-02-17
1
-0
/
+9
*
|
Fix typo
Rafael Mendonça França
2016-02-17
1
-1
/
+1
*
|
Merge pull request #23712 from bf4/incorrect_to_accept_json_api_and_not_rende...
Rafael França
2016-02-17
1
-9
/
+2
|
\
\
|
*
|
The JSON API media type should only work wih a JSON API handler
Benjamin Fleischer
2016-02-16
1
-9
/
+2
*
|
|
Merge pull request #23661 from meinac/add_gzip_mime_type
Richard Schneeman
2016-02-16
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
application/gzip added as default mime type into mime type list
Mehmet Emin İNAÇ
2016-02-13
1
-1
/
+1
*
|
|
Merge pull request #23692 from abhishekjain16/docs
Yves Senn
2016-02-16
1
-1
/
+1
|
\
\
\
|
*
|
|
Use a URL instead of an URL everywhere
Abhishek Jain
2016-02-15
1
-1
/
+1
*
|
|
|
Remove unused test controller action
Andrew White
2016-02-16
1
-5
/
+0
*
|
|
|
Move test for #22828 into it's own test
Andrew White
2016-02-16
1
-2
/
+10
*
|
|
|
Merge branch 'should-escape-cookie' of https://github.com/ma2gedev/rails into...
Andrew White
2016-02-16
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
Escape cookie's key and value in ActionController::TestCase
Takayuki Matsubara
2015-12-30
1
-0
/
+7
*
|
|
|
|
Remove `const_missing` which fallback to deprecated `NEVER_UNPERMITTED_PARAMS`
Ryuta Kamizono
2016-02-15
1
-6
/
+0
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Only write to collection cache if we have a callable cache key.
Kasper Timm Hansen
2016-02-12
1
-15
/
+8
*
|
|
|
Check `partial_rendered_times` to clarify expectations.
Kasper Timm Hansen
2016-02-12
1
-1
/
+4
*
|
|
|
Test collection caching with callable cache key.
Kasper Timm Hansen
2016-02-12
1
-0
/
+25
|
|
/
/
|
/
|
|
*
|
|
Make `parsed_body` extract parser from the content type.
Kasper Timm Hansen
2016-02-11
1
-0
/
+10
*
|
|
Add `parsed_body` to spare writing out parsing routines.
Kasper Timm Hansen
2016-02-10
1
-11
/
+24
[next]