| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 4 | -4/+0 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 11 | -12/+1 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 5 | -29/+28 |
* | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 7 | -36/+36 |
* | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 24 | -621/+621 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 40 | -2942/+2942 |
* | Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root | Rafael Mendonça França | 2016-07-27 | 1 | -0/+18 |
|\ |
|
| * | Fix 'defaults' option for root route | Chris Arcand | 2016-07-21 | 1 | -0/+18 |
|/ |
|
* | Sort the mime types before comparing | Rafael Mendonça França | 2016-07-17 | 1 | -2/+2 |
* | Check `request.path_parameters` encoding at the point they're set | Grey Baker | 2016-07-14 | 2 | -16/+18 |
* | Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i... | Matthew Draper | 2016-07-14 | 1 | -0/+9 |
|\ |
|
| * | Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static | Grey Baker | 2016-07-13 | 1 | -0/+9 |
* | | Merge pull request #25771 from kaspth/make-test-response-assign-response-parser | Kasper Timm Hansen | 2016-07-13 | 1 | -0/+8 |
|\ \
| |/
|/| |
|
| * | Let TestResponse assign a parser. | Kasper Timm Hansen | 2016-07-10 | 1 | -0/+8 |
* | | Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper` | Grey Baker | 2016-07-12 | 1 | -0/+6 |
|/ |
|
* | Add tests for 1xx, 204 and 304 responses to response_test.rb | Masaru Nomura | 2016-07-09 | 1 | -0/+20 |
* | Deprecate usage of nil as route path | Volmer | 2016-07-05 | 1 | -0/+7 |
* | Ensure logging on exceptions only includes what we expect | Matthew Draper | 2016-07-02 | 1 | -0/+23 |
* | Fix setting route's to in a scope | Piotr Jakubowski | 2016-06-28 | 1 | -0/+12 |
* | Merge pull request #25123 from bf4/remove_problematic_mime_test | Rafael França | 2016-06-27 | 1 | -3/+3 |
|\ |
|
| * | Modifies mime-registration test not to interfere with real mime types | Benjamin Fleischer | 2016-05-23 | 1 | -3/+3 |
* | | existant => existent | Abhishek Jain | 2016-06-09 | 1 | -2/+2 |
* | | Prevent `{ internal: true }` from being stored in the router | Jon Moss | 2016-06-07 | 1 | -0/+30 |
* | | Merge pull request #25236 from rajatbansal93/fix-typo | Arun Agrawal | 2016-06-01 | 1 | -5/+5 |
|\ \ |
|
| * | | fix typo | Rajat Bansal | 2016-06-01 | 1 | -5/+5 |
| |/ |
|
* / | More Action Pack `abstract_unit` cleanup (#25211) | Jon Moss | 2016-05-31 | 1 | -0/+2 |
|/ |
|
* | Document and test ActionDispatch server_port | Tom Kadwill | 2016-05-12 | 1 | -0/+11 |
* | Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_port | Kasper Timm Hansen | 2016-05-11 | 1 | -0/+20 |
|\ |
|
| * | Improve documentation and tests for raw_host_with_port and host_with_port | Tom Kadwill | 2016-05-11 | 1 | -0/+20 |
* | | Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-format | Santiago Pastorino | 2016-05-11 | 1 | -32/+50 |
|\ \ |
|
| * | | API only apps: Preserve request format for HTML requests too | Prathamesh Sonpatki | 2016-05-11 | 1 | -32/+50 |
* | | | Merge pull request #24896 from prathamesh-sonpatki/api-cleanup | Guillermo Iguaran | 2016-05-06 | 1 | -7/+0 |
|\ \ \ |
|
| * | | | BoomerAPI is not used anywhere, so removed it! | Prathamesh Sonpatki | 2016-05-06 | 1 | -7/+0 |
| |/ / |
|
* | | | Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r... | Sean Griffin | 2016-05-06 | 2 | -1/+34 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fixes #23964 | Ryan T. Hosford | 2016-03-13 | 2 | -1/+34 |
* | | | Ensure compatibility between ActionDispatch::Request::Session and Rack | Jon Moss | 2016-05-04 | 1 | -0/+26 |
* | | | Remove last uses of `@env[]` and `@env[]=` | Jon Moss | 2016-04-28 | 1 | -0/+27 |
* | | | Merge pull request #23103 from rails/refactor-handling-of-action-default | Jeremy Daer | 2016-04-24 | 2 | -12/+52 |
|\ \ \
| |_|/
|/| | |
|
| * | | Refactor handling of :action default in routing | Andrew White | 2016-02-16 | 2 | -12/+52 |
* | | | Merge pull request #24031 from samphilipd/sam/do_not_clobber_options_in_route... | Jeremy Daer | 2016-04-19 | 1 | -0/+13 |
|\ \ \ |
|
| * | | | Do not destructively mutate passed options hash in route definitions | Sam Davies | 2016-03-03 | 1 | -0/+13 |
* | | | | Strong ETag validators | Jeremy Daer | 2016-03-31 | 2 | -20/+50 |
| |_|/
|/| | |
|
* | | | 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 |