| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename constrain_to to exclude. | Kasper Timm Hansen | 2016-03-03 | 1 | -4/+4 |
* | [ci skip] Use rails routes instead of rake routes in inspector test description | Abhishek Jain | 2016-03-02 | 1 | -9/+9 |
* | Merge pull request #23980 from rails/deprecate-controller-action-segments | Andrew White | 2016-03-01 | 9 | -35/+101 |
|\ |
|
| * | Deprecate :controller and :action path parameters | Andrew White | 2016-03-01 | 9 | -35/+101 |
* | | 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 |
|/ |
|
* | Added a test for generating Strong ETag | Prathamesh Sonpatki | 2016-02-24 | 1 | -0/+8 |
* | 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 |
* | | 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 |
* | | Use symbol of mime type instead of object to get correct parser | Mehmet Emin İNAÇ | 2016-02-22 | 1 | -0/+16 |
* | | 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 |
* | | | application/gzip added as default mime type into mime type list | Mehmet Emin İNAÇ | 2016-02-13 | 1 | -1/+1 |
|/ / |
|
* / | 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 |
|\ \ |
|