| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Fix Accept header overridden when "xhr: true" in integration test | David Chen | 2016-08-07 | 3 | -4/+26 |
|/ / / |
|
* | | | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines | Ryuta Kamizono | 2016-08-07 | 13 | -15/+0 |
* | | | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 61 | -91/+36 |
* | | | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 68 | -1231/+1227 |
* | | | remove redundant curlies from hash arguments | Xavier Noria | 2016-08-06 | 34 | -302/+252 |
* | | | modernizes hash syntax in actionpack | Xavier Noria | 2016-08-06 | 95 | -2062/+2062 |
* | | | applies new string literal convention to the rest of the project | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
* | | | applies new string literal convention in the gemspecs | Xavier Noria | 2016-08-06 | 1 | -19/+19 |
* | | | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 145 | -6003/+6003 |
* | | | applies new string literal convention in actionpack/lib | Xavier Noria | 2016-08-06 | 96 | -571/+571 |
* | | | Fix GET JSON integration test request to use method override | eileencodes | 2016-08-05 | 3 | -1/+23 |
* | | | Fix wrong assignment. | Kasper Timm Hansen | 2016-08-02 | 1 | -4/+5 |
* | | | Set `always_permitted_parameters`. | Kasper Timm Hansen | 2016-08-02 | 1 | -0/+9 |
* | | | Move the YAML hook closer to `init_with`. | Kasper Timm Hansen | 2016-08-02 | 1 | -8/+9 |
* | | | Replace implicit formats with a case statement. | Kasper Timm Hansen | 2016-08-02 | 1 | -7/+8 |
* | | | Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters. | Kasper Timm Hansen | 2016-08-02 | 2 | -4/+24 |
* | | | Make Parameters support legacy YAML encodings. | Kasper Timm Hansen | 2016-08-01 | 2 | -0/+51 |
| |/
|/| |
|
* | | Merge pull request #25965 from nicksieger/ac_test_case_reset_rack_input | Guillermo Iguaran | 2016-07-28 | 3 | -0/+23 |
|\ \ |
|
| * | | Test that ActionDispatch::IntegrationTest does not leak parameters | Nick Sieger | 2016-07-28 | 1 | -0/+14 |
| * | | Reset rack.input when the environment is scrubbed for the next request | Nick Sieger | 2016-07-27 | 2 | -0/+9 |
* | | | Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-root | Rafael Mendonça França | 2016-07-27 | 3 | -1/+33 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update changelog | Chris Arcand | 2016-07-26 | 1 | -0/+7 |
| * | | Fix 'defaults' option for root route | Chris Arcand | 2016-07-21 | 2 | -1/+26 |
* | | | There are some cases where @@app is not defined | Santiago Pastorino | 2016-07-26 | 2 | -20/+5 |
* | | | Be more explicit with the expected result | Santiago Pastorino | 2016-07-26 | 1 | -1/+1 |
* | | | Return ActionDispatch.test_app when no app is set on IntegrationTest.app method | Santiago Pastorino | 2016-07-26 | 2 | -1/+20 |
* | | | Also yield in parameters for a nil content_mime_type | Julian Nadeau | 2016-07-25 | 1 | -1/+1 |
* | | | Fix incorrect indentation in method comment [ci skip] | Junya Ogura | 2016-07-21 | 1 | -3/+3 |
* | | | Bring back support for callable cache_key on collection rendering | Ignatius Reza | 2016-07-21 | 1 | -1/+11 |
|/ / |
|
* | | Sort the mime types before comparing | Rafael Mendonça França | 2016-07-17 | 1 | -2/+2 |
* | | Make sure the tests setup are made correctly | Rafael Mendonça França | 2016-07-17 | 1 | -9/+9 |
* | | Fix failing requirement of duplicable in ParameterFilter | Vipul A M | 2016-07-16 | 1 | -0/+2 |
|/ |
|
* | CHANGELOG for https://github.com/rails/rails/pull/25257 [ci skip] | Prathamesh Sonpatki | 2016-07-17 | 1 | -1/+1 |
* | Merge pull request #25775 from junaruga/hotfix/actionpack-depending-on-active... | Eileen M. Uchitelle | 2016-07-16 | 1 | -1/+0 |
|\ |
|
| * | Remove unused activerecord requirement in actionpack. | Jun Aruga | 2016-07-11 | 1 | -1/+0 |
* | | Check `request.path_parameters` encoding at the point they're set | Grey Baker | 2016-07-14 | 6 | -29/+35 |
* | | Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i... | Matthew Draper | 2016-07-14 | 3 | -3/+21 |
|\ \ |
|
| * | | Don't raise ActionController::UnknownHttpMethod from ActionDispatch::Static | Grey Baker | 2016-07-13 | 3 | -3/+21 |
* | | | Merge pull request #25817 from javan/fix-namespaced-implicit-render-etag-temp... | Rafael França | 2016-07-13 | 3 | -11/+46 |
|\ \ \ |
|
| * | | | Fix adding implicitly rendered namespaced template digests to ETags | Javan Makhmali | 2016-07-13 | 3 | -11/+46 |
| |/ / |
|
* | | | Merge pull request #25771 from kaspth/make-test-response-assign-response-parser | Kasper Timm Hansen | 2016-07-13 | 4 | -57/+72 |
|\ \ \
| |/ /
|/| | |
|
| * | | Let TestResponse assign a parser. | Kasper Timm Hansen | 2016-07-10 | 4 | -57/+72 |
| |/ |
|
* | | Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper` | Grey Baker | 2016-07-12 | 3 | -2/+14 |
* | | Remove duplicate test and fix a typo in the test | Prathamesh Sonpatki | 2016-07-12 | 2 | -6/+1 |
* | | Merge pull request #25735 from timrogers/actioncontroller-parameters-dup | Matthew Draper | 2016-07-12 | 2 | -14/+48 |
|\ \
| |/
|/| |
|
| * | Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy... | Tim Rogers | 2016-07-08 | 2 | -16/+20 |
| * | Changes to a dupped `ActionController::Parameters` mutate the original | Tim Rogers | 2016-07-07 | 2 | -0/+30 |
* | | Add tests for 1xx, 204 and 304 responses to response_test.rb | Masaru Nomura | 2016-07-09 | 1 | -0/+20 |
* | | Add a test case for verifying `cookie_only` is set even if user tries to set ... | Prathamesh Sonpatki | 2016-07-07 | 1 | -1/+1 |
* | | [ci skip] Correct defaults in documentation for ActionDispatch::SSL | Tim Rogers | 2016-07-06 | 1 | -4/+5 |
|/ |
|