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_dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
3
-26
/
+26
*
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
2
-2
/
+2
|
/
*
RuboCop is 100% green :tada:
Xavier Noria
2016-09-02
1
-10
/
+11
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
3
-4
/
+4
*
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
*
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
1
-8
/
+15
|
\
|
*
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
1
-4
/
+5
*
|
Fix nested multiple roots
Ryo Hashimoto
2016-08-29
1
-1
/
+1
|
/
*
Missing key should throw KeyError
eileencodes
2016-08-26
1
-1
/
+1
*
Merge pull request #26235 from samphippen/allow-early-setting-of-integration-...
Sean Griffin
2016-08-24
1
-1
/
+5
|
\
|
*
Move setting of integration session to constructor.
Sam Phippen
2016-08-21
1
-1
/
+5
|
*
Allow the `integration_sesion` to be set early on ActionDispatch::Integration...
Sam Phippen
2016-08-20
1
-1
/
+1
*
|
Return 307 status instead of 301 when rerouting POST requests to SSL
Chirag Singhal
2016-08-22
1
-1
/
+9
*
|
Fix `ActionDispatch::Http::URL` docs [ci skip]
Ryoji Yoshioka
2016-08-22
1
-65
/
+21
|
/
*
Change method visibility to be private
Rafael Mendonça França
2016-08-17
1
-57
/
+57
*
Push :defaults extraction down one level
Rafael Mendonça França
2016-08-17
1
-60
/
+60
*
Merge pull request #26156 from sfaxon/route_visualizer_fix
Rafael França
2016-08-16
1
-1
/
+3
|
\
|
*
fix Rails.application.routes.router.visualizer for router debugging
Seth Faxon
2016-08-13
1
-1
/
+3
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
15
-25
/
+25
*
|
[ci skip] Link to the request helpers documentation.
Kasper Timm Hansen
2016-08-14
1
-0
/
+3
*
|
[ci skip] Update integration test request encoding documentation.
Kasper Timm Hansen
2016-08-14
1
-13
/
+14
|
/
*
Make private method private
Rafael Mendonça França
2016-08-12
1
-11
/
+11
*
Given a hash (Rails 5) .from_hash must be used
Javier Julio
2016-08-12
1
-1
/
+1
*
Allow specifying encoding of parameters by action
Kerri Miller
2016-08-09
3
-1
/
+18
*
revises more Lint/EndAlignment offenses
Xavier Noria
2016-08-08
3
-8
/
+8
*
Fix Accept header overridden when "xhr: true" in integration test
David Chen
2016-08-07
1
-4
/
+7
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
2
-3
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
13
-16
/
+5
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
26
-734
/
+733
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
5
-5
/
+5
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
12
-26
/
+26
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
63
-387
/
+387
*
Fix GET JSON integration test request to use method override
eileencodes
2016-08-05
1
-1
/
+6
*
Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root
Rafael Mendonça França
2016-07-27
1
-1
/
+8
|
\
|
*
Fix 'defaults' option for root route
Chris Arcand
2016-07-21
1
-1
/
+8
*
|
There are some cases where @@app is not defined
Santiago Pastorino
2016-07-26
1
-1
/
+5
*
|
Return ActionDispatch.test_app when no app is set on IntegrationTest.app method
Santiago Pastorino
2016-07-26
1
-1
/
+1
*
|
Also yield in parameters for a nil content_mime_type
Julian Nadeau
2016-07-25
1
-1
/
+1
|
/
*
Fix failing requirement of duplicable in ParameterFilter
Vipul A M
2016-07-16
1
-0
/
+2
*
Check `request.path_parameters` encoding at the point they're set
Grey Baker
2016-07-14
3
-13
/
+7
*
Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i...
Matthew Draper
2016-07-14
1
-3
/
+3
|
\
|
*
Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static
Grey Baker
2016-07-13
1
-3
/
+3
*
|
Merge pull request #25771 from kaspth/make-test-response-assign-response-parser
Kasper Timm Hansen
2016-07-13
3
-57
/
+64
|
\
\
|
|
/
|
/
|
|
*
Let TestResponse assign a parser.
Kasper Timm Hansen
2016-07-10
3
-57
/
+64
*
|
Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`
Grey Baker
2016-07-12
1
-2
/
+2
|
/
[next]