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
/
dispatch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add options for rake routes task
Vipul A M
2016-02-02
1
-7
/
+27
*
Merge pull request #23140 from rails/fix-search-for-custom-routes
Aaron Patterson
2016-01-20
1
-0
/
+63
|
\
|
*
Fix marking of custom routes for Journey
Andrew White
2016-01-20
1
-0
/
+63
*
|
Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...
abhishek
2016-01-20
1
-7
/
+7
|
/
*
Revert "Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipp...
schneems
2016-01-19
1
-1
/
+1
*
Its ideal to set Vary: Accept-Encoding, irrespective of whether gzipped versi...
Vipul A M
2016-01-19
1
-1
/
+1
*
Merge pull request #23035 from jkowens/fix-null-byte
Rafael França
2016-01-12
1
-0
/
+4
|
\
|
*
Prevent attempt to serve a request with a null byte
Jordan Owens
2016-01-12
1
-0
/
+4
*
|
Commit before freezing the headers
Matthew Draper
2016-01-12
1
-0
/
+21
*
|
Better error message when running `rake routes` with CONTROLLER arg:
Edouard CHIN
2016-01-07
1
-0
/
+38
*
|
Remove splat operator warning from ssl_test
Prathamesh Sonpatki
2016-01-07
1
-1
/
+1
*
|
Allow AC::Parameters as an argument to url_helpers
Prathamesh Sonpatki
2016-01-07
1
-0
/
+21
|
/
*
Merge pull request #22826 from timrogers/actiondispatch-ssl-config
Rafael França
2015-12-31
1
-15
/
+30
|
\
|
*
Flexible configuration for ActionDispatch::SSL
Tim Rogers
2015-12-29
1
-15
/
+30
*
|
Format from Accept headers have higher precedence than path extension format
Jorge Bejar
2015-12-29
1
-0
/
+9
*
|
Rely on default Mime format when MimeNegotiation#format_from_path_extension i...
Jorge Bejar
2015-12-29
1
-0
/
+12
|
/
*
Currectly test the Middleware#==
Rafael Mendonça França
2015-12-22
1
-4
/
+8
*
Add #== back to ActionDispatch::MiddlewareStack::Middleware
Jon Moss
2015-12-21
1
-0
/
+12
*
Don't catch all NameError to reraise as ActionController::RoutingError #22368
Maxime Garcia
2015-12-12
1
-0
/
+41
*
Do not add format key to request_params
Jorge Bejar
2015-12-09
1
-1
/
+0
*
DebugException initialize with a response_format value
Jorge Bejar
2015-12-09
1
-2
/
+2
*
Fix some edge cases in AD::DebugExceptions in rails api apps
Jorge Bejar
2015-12-09
1
-11
/
+62
*
Response when error should be formatted properly in Rails API if local request
Jorge Bejar
2015-12-09
2
-0
/
+19
*
Use URL path extension as format in bad params exception handling
Jorge Bejar
2015-12-08
1
-1
/
+15
*
Push `before_sending` to super class
eileencodes
2015-12-06
4
-3
/
+8
*
Test against the real value of tld_length unless explicitly set
Will Jessop
2015-12-04
1
-26
/
+30
*
Merge pull request #22371 from yui-knk/better_mount_error
Arthur Nogueira Neves
2015-11-28
1
-1
/
+13
|
\
|
*
Brush up errors of `ActionDispatch::Routing::Mapper#mount`
yui-knk
2015-11-28
1
-1
/
+13
*
|
Merge pull request #21241 from pdg137/master
Arthur Nogueira Neves
2015-11-26
1
-0
/
+7
|
\
\
|
*
|
In url_for, never append ? when the query string is empty anyway.
Paul Grayson
2015-10-29
1
-0
/
+7
*
|
|
Merge pull request #22172 from tijmenb/fix-source-in-show-exception
Rafael França
2015-11-24
1
-0
/
+8
|
\
\
\
|
*
|
|
Add text template for source code
Tijmen Brommet
2015-11-03
1
-0
/
+8
*
|
|
|
Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-method
Sean Griffin
2015-11-23
1
-0
/
+20
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
write a test for `#form_data?`
Sergey Alekseev
2015-03-31
1
-0
/
+20
*
|
|
|
Fix typo [ci skip]
Jake Worth
2015-11-12
1
-1
/
+1
*
|
|
|
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Deprecate exception#original_exception in favor of exception#cause
Yuki Nishijima
2015-11-03
4
-9
/
+21
*
|
|
Merge pull request #21251 from rodzyn/more_param_parser_tests
Sean Griffin
2015-10-30
1
-0
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add test for parsing application/vnd.api+json
Marcin Olichwirowicz
2015-08-21
1
-0
/
+14
*
|
|
Remove skipped JRuby tests that are passing on 9.0.3.0.
Guo Xiang Tan
2015-10-27
3
-6
/
+0
*
|
|
Tweaked wording used in some tests.
Sebastian McKenzie
2015-10-25
1
-2
/
+2
*
|
|
Catch invalid UTF-8 querystring values and respond with BadRequest
Grey Baker
2015-10-23
1
-6
/
+10
*
|
|
Show helpful messages on invalid param. encodings
Agis Anastasopoulos
2015-10-19
1
-0
/
+14
*
|
|
Merge pull request #19135 from yuki24/access-control-support
Jeremy Daer
2015-10-13
1
-8
/
+27
|
\
\
\
|
*
|
|
Add the ability of returning arbitrary headers to ActionDispatch::Static
Yuki Nishijima
2015-06-13
1
-8
/
+27
*
|
|
|
Merge pull request #21849 from yui-knk/refactor_regexp_to_string
Andrew White
2015-10-12
2
-2
/
+13
|
\
\
\
\
|
*
|
|
|
Change `Journey::Route#verb` to return string instead of regexp.
yui-knk
2015-10-03
2
-2
/
+13
*
|
|
|
|
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
3
-93
/
+78
*
|
|
|
|
move file sending to the response object
Aaron Patterson
2015-10-05
1
-0
/
+2
*
|
|
|
|
Merge pull request #21848 from yui-knk/test_suppress_warnings
Sean Griffin
2015-10-04
1
-3
/
+2
|
\
\
\
\
\
[next]