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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove deprecated code in ssl middleware
Rafael Mendonça França
2016-10-10
1
-21
/
+3
*
Remove deprecated code in ActionDispatch::Session::SessionRestoreError
Rafael Mendonça França
2016-10-10
1
-11
/
+1
*
Deprecated ActionDispatch::ParamsParser::ParamsParser
Rafael Mendonça França
2016-10-10
5
-34
/
+27
*
Remove deprecated ActionDispatch::ParamsParser
Rafael Mendonça França
2016-10-10
1
-12
/
+1
*
Remove deprecated code in ActionDispatch::ParamsParser::ParseError
Rafael Mendonça França
2016-10-10
1
-17
/
+1
*
Remove deprecated access to mime types through constants
Rafael Mendonça França
2016-10-10
1
-26
/
+0
*
Remove deprecated support to non-keyword arguments #process
Rafael Mendonça França
2016-10-10
1
-70
/
+16
*
Remove deprecated `xml_http_request` and `xhr` methods
Rafael Mendonça França
2016-10-10
1
-15
/
+0
*
Remove deprecated methods in ActionController::Parameters
Rafael Mendonça França
2016-10-10
1
-20
/
+0
*
Remove deprecated comparing support with `ActionController::Parameters`
Rafael Mendonça França
2016-10-10
1
-9
/
+0
*
Remove deprecated support to :text in render
Rafael Mendonça França
2016-10-10
1
-12
/
+1
*
Remove deprecated support to :nothing in render
Rafael Mendonça França
2016-10-09
1
-5
/
+0
*
Remove deprecated support to `:back` in `redirect_to`
Rafael Mendonça França
2016-10-09
1
-8
/
+0
*
Remove deprecated support for status option in head
Rafael Mendonça França
2016-10-09
1
-7
/
+1
*
Remove deprecation at ActionController::BadRequest
Rafael Mendonça França
2016-10-09
1
-11
/
+1
*
Remove deprecated methods related to controller filters
Rafael Mendonça França
2016-10-09
1
-39
/
+0
*
Undefine assings in IntegrationTest
Rafael Mendonça França
2016-10-07
1
-0
/
+2
*
[ci-skip] Swap method and its alias, format doc
Andrey Molchanov
2016-10-04
1
-3
/
+4
*
Show an "unmatched constraints" error for mismatching and present params
Chris Carter
2016-10-03
2
-2
/
+6
*
Remove obsolete comment about class-level respond_to
Andrew White
2016-10-01
1
-2
/
+0
*
Merge pull request #26573 from kirs/action-controller-as-format
Rafael França
2016-09-27
1
-4
/
+4
|
\
|
*
Make :as option also set request format (AC::TestCase)
Kir Shatrov
2016-09-21
1
-4
/
+4
*
|
Only search fixture_path for files that can't be found directly
Matthew Draper
2016-09-24
1
-1
/
+2
*
|
Merge pull request #26589 from kirs/ad-test-request-method
Arthur Nogueira Neves
2016-09-22
1
-1
/
+1
|
\
\
|
*
|
Fix memoization bug on ActionDispatch::TestRequest#request_method=
Kir Shatrov
2016-09-22
1
-1
/
+1
|
|
/
*
|
Merge pull request #26498 from FriedSock/correct-render-text-deprecation-message
Rafael França
2016-09-14
1
-1
/
+1
|
\
\
|
*
|
Correct `render text:` deprecation message
Jack Bracewell
2016-09-14
1
-1
/
+1
*
|
|
Merge pull request #26477 from kirs/action_dispatch-assert_response
Rafael França
2016-09-14
1
-1
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Improve assert_response helper
Kir Shatrov
2016-09-14
1
-1
/
+6
|
|
/
*
|
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
8
-47
/
+47
*
|
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
*
|
Merge pull request #26384 from y-yagi/make_fixture_file_upload_in_integration...
Eileen M. Uchitelle
2016-09-04
1
-1
/
+3
|
\
\
|
*
|
make `fixture_file_upload` work in integration tests
yuuji.yaginuma
2016-09-04
1
-1
/
+3
*
|
|
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
3
-8
/
+8
|
/
/
*
|
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
2
-11
/
+12
*
|
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
6
-7
/
+7
*
|
Start passing cipher from EncryptedCookieJar since we use it to determine key...
Vipul A M
2016-09-01
1
-7
/
+5
*
|
Follow up of #25602
Vipul A M
2016-09-01
1
-4
/
+6
*
|
Move to_param undef closer to the deprecations.
Kasper Timm Hansen
2016-08-31
1
-2
/
+4
*
|
Merge pull request #26328 from kirs/strong-params-to-param
Kasper Timm Hansen
2016-08-31
1
-0
/
+3
|
\
\
|
*
|
Do not allow to_param on AC::Parameters
Kir Shatrov
2016-08-31
1
-0
/
+3
*
|
|
Override `respond_to_missing?` instead of `respond_to?` when possible
Sean Griffin
2016-08-31
2
-2
/
+2
|
/
/
*
|
Merge pull request #26317 from maclover7/jm-fix-26298
Aaron Patterson
2016-08-29
2
-8
/
+16
|
\
\
|
*
|
Remove default argument, and extract internal convenience method
Jon Moss
2016-08-29
1
-6
/
+12
|
*
|
Allow `send_file` to declare a charset
Jon Moss
2016-08-29
2
-4
/
+6
*
|
|
Fix nested multiple roots
Ryo Hashimoto
2016-08-29
1
-1
/
+1
|
/
/
[prev]
[next]