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
*
Clean up documentation
eileencodes
2017-02-20
1
-9
/
+10
*
Rename system_test_helper -> application_system_test_case
eileencodes
2017-02-20
2
-22
/
+9
*
Fix default host in setup, move teardown to helper file
eileencodes
2017-02-20
3
-0
/
+31
*
Fix screenshot helper to provide correct file name
eileencodes
2017-02-20
1
-2
/
+6
*
Move and rename system tests
eileencodes
2017-02-20
5
-0
/
+251
*
Remove unused require
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
Removed the `attribute_accessors` required file:
Edouard CHIN
2017-02-12
1
-1
/
+0
*
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
*
Remove deprecated callbacks from ActionDispatch middlewares
Rafael Mendonça França
2017-01-31
3
-61
/
+3
*
Merge pull request #27647 from Shopify/fully-eagerload-journey
Rafael França
2017-01-30
4
-0
/
+28
|
\
|
*
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
4
-0
/
+28
*
|
Add examples for behaviour about redirection with and without options. Fixes ...
Vipul A M
2017-01-21
1
-0
/
+8
*
|
Add missing require
David Heinemeier Hansson
2017-01-16
1
-0
/
+1
*
|
`respond_to_missing?` should fallback to `super` where method_missing could c...
Akira Matsuda
2017-01-15
1
-1
/
+1
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
|
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
4
-7
/
+7
*
|
Fix grammar in action_dispatch/http/parameters.rb [ci skip]
kenta-s
2017-01-11
1
-1
/
+1
|
/
*
Current default Rails app encoding "utf-8" looks more like a W3C charset than...
Akira Matsuda
2017-01-11
1
-1
/
+1
*
Use already defined Encoding constant rather than freezing a String
Akira Matsuda
2017-01-11
1
-1
/
+1
*
Make ActionDispatch::Request.parameter_parsers public API
Rafael Mendonça França
2017-01-11
1
-1
/
+11
*
String#end_with? should be faster than Regexp here
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Remove deprecated ActionController::Metal.call
Rafael Mendonça França
2017-01-03
1
-9
/
+7
*
fix with_routing when testing api only controllers
Julia López
2016-12-29
1
-2
/
+5
*
Use `next` instead of `break`; avoid terminating whole loop
Jon Moss
2016-12-29
1
-1
/
+1
*
Use proper output format [ci skip] (#27498)
प्रथमेश Sonpatki
2016-12-29
1
-1
/
+1
*
Update request.rb --ci skip
Shardul Parab
2016-12-29
1
-0
/
+3
*
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
1
-1
/
+1
*
Optimize Journey::Route#score
Ben Hughes
2016-12-28
2
-5
/
+14
*
Shave a couple of allocations off Journey scan & parse
Matthew Draper
2016-12-25
3
-203
/
+207
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
8
-49
/
+49
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
2
-18
/
+18
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
Document and update API for `skip_parameter_encoding`
Aaron Patterson
2016-12-21
3
-11
/
+17
*
Only default the response charset when it is first set
Matthew Draper
2016-12-20
1
-1
/
+3
*
Do not raise exception when content_type is a empty string
Rafael Mendonça França
2016-12-09
1
-1
/
+1
*
Only move fixture_file_upload to IntegrationTest
Matthew Draper
2016-12-07
2
-18
/
+22
*
[ci skip] Update the `as` docs.
Kasper Timm Hansen
2016-11-27
1
-1
/
+2
*
Remove default argument value.
Kasper Timm Hansen
2016-11-27
1
-1
/
+1
*
[ci skip] Explain only :json is shipped by default.
Kasper Timm Hansen
2016-11-23
1
-1
/
+2
*
Use accept header instead of mangling request path.
Kasper Timm Hansen
2016-11-23
2
-22
/
+19
*
Revert "fix typo in `match` doc [ci skip]"
Jon Moss
2016-11-19
1
-1
/
+1
*
fix typo in `match` doc [ci skip]
yuuji.yaginuma
2016-11-20
1
-1
/
+1
*
Merge pull request #27089 from erickueen/erickueen_fix_26606
Rafael Mendonça França
2016-11-18
1
-5
/
+5
|
\
|
*
Fix incorrect output from rails routes when using singular resources issue #2...
Erick Reyna
2016-11-18
1
-5
/
+5
*
|
Fix `ActionDispatch::IntegrationTest#open_session`
Tawan Sierek
2016-11-18
1
-0
/
+1
|
/
*
Missing require string/filters for `squish`
Akira Matsuda
2016-11-15
1
-0
/
+2
*
Merge pull request #27007 from maclover7/jm-fix-26912
Rafael Mendonça França
2016-11-13
1
-2
/
+2
|
\
|
*
Don't error on an empty CONTENT_TYPE
Jon Moss
2016-11-10
1
-2
/
+2
*
|
Merge pull request #26222 from vipulnsward/26134-fix
Rafael França
2016-11-13
1
-1
/
+5
|
\
\
|
*
|
Format and send logs to logger.fatal from DebugExceptions instead of calling ...
Vipul A M
2016-11-12
1
-1
/
+5
|
|
/
[next]