aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #25825 from st0012/partial-cacheKasper Timm Hansen2016-08-074-2/+21
|\ \
| * | Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-084-2/+21
* | | Fix Accept header overridden when "xhr: true" in integration testDavid Chen2016-08-073-4/+26
|/ /
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-0713-15/+0
* | applies remaining conventions across the projectXavier Noria2016-08-0661-91/+36
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-0668-1231/+1227
* | remove redundant curlies from hash argumentsXavier Noria2016-08-0634-302/+252
* | modernizes hash syntax in actionpackXavier Noria2016-08-0695-2062/+2062
* | applies new string literal convention to the rest of the projectXavier Noria2016-08-061-7/+7
* | applies new string literal convention in the gemspecsXavier Noria2016-08-061-19/+19
* | applies new string literal convention in actionpack/testXavier Noria2016-08-06145-6003/+6003
* | applies new string literal convention in actionpack/libXavier Noria2016-08-0696-571/+571
* | Fix GET JSON integration test request to use method overrideeileencodes2016-08-053-1/+23
* | Fix wrong assignment.Kasper Timm Hansen2016-08-021-4/+5
* | Set `always_permitted_parameters`.Kasper Timm Hansen2016-08-021-0/+9
* | Move the YAML hook closer to `init_with`.Kasper Timm Hansen2016-08-021-8/+9
* | Replace implicit formats with a case statement.Kasper Timm Hansen2016-08-021-7/+8
* | Let Psych 2.0.9+ deserialize 2.0.8 serialized parameters.Kasper Timm Hansen2016-08-022-4/+24
* | Make Parameters support legacy YAML encodings.Kasper Timm Hansen2016-08-012-0/+51
* | Merge pull request #25965 from nicksieger/ac_test_case_reset_rack_inputGuillermo Iguaran2016-07-283-0/+23
|\ \
| * | Test that ActionDispatch::IntegrationTest does not leak parametersNick Sieger2016-07-281-0/+14
| * | Reset rack.input when the environment is scrubbed for the next requestNick Sieger2016-07-272-0/+9
* | | Merge pull request #25913 from chrisarcand/fix-keyed-defaults-with-rootRafael Mendonça França2016-07-273-1/+33
|\ \ \ | |/ / |/| |
| * | Update changelogChris Arcand2016-07-261-0/+7
| * | Fix 'defaults' option for root routeChris Arcand2016-07-212-1/+26
* | | There are some cases where @@app is not definedSantiago Pastorino2016-07-262-20/+5
* | | Be more explicit with the expected resultSantiago Pastorino2016-07-261-1/+1
* | | Return ActionDispatch.test_app when no app is set on IntegrationTest.app methodSantiago Pastorino2016-07-262-1/+20
* | | Also yield in parameters for a nil content_mime_typeJulian Nadeau2016-07-251-1/+1
* | | Fix incorrect indentation in method comment [ci skip]Junya Ogura2016-07-211-3/+3
* | | Bring back support for callable cache_key on collection renderingIgnatius Reza2016-07-211-1/+11
|/ /
* | Sort the mime types before comparingRafael Mendonça França2016-07-171-2/+2
* | Make sure the tests setup are made correctlyRafael Mendonça França2016-07-171-9/+9
* | Fix failing requirement of duplicable in ParameterFilterVipul A M2016-07-161-0/+2
|/
* CHANGELOG for https://github.com/rails/rails/pull/25257 [ci skip]Prathamesh Sonpatki2016-07-171-1/+1
* Merge pull request #25775 from junaruga/hotfix/actionpack-depending-on-active...Eileen M. Uchitelle2016-07-161-1/+0
|\
| * Remove unused activerecord requirement in actionpack.Jun Aruga2016-07-111-1/+0
* | Check `request.path_parameters` encoding at the point they're setGrey Baker2016-07-146-29/+35
* | Merge pull request #25798 from greysteil/dont-raise-unknown-http-method-low-i...Matthew Draper2016-07-143-3/+21
|\ \
| * | Don't raise ActionController::UnknownHttpMethod from ActionDispatch::StaticGrey Baker2016-07-133-3/+21
* | | Merge pull request #25817 from javan/fix-namespaced-implicit-render-etag-temp...Rafael França2016-07-133-11/+46
|\ \ \
| * | | Fix adding implicitly rendered namespaced template digests to ETagsJavan Makhmali2016-07-133-11/+46
| |/ /
* | | Merge pull request #25771 from kaspth/make-test-response-assign-response-parserKasper Timm Hansen2016-07-134-57/+72
|\ \ \ | |/ / |/| |
| * | Let TestResponse assign a parser.Kasper Timm Hansen2016-07-104-57/+72
| |/
* | Handle `Rack::QueryParser` errors in `ActionDispatch::ExceptionWrapper`Grey Baker2016-07-123-2/+14
* | Remove duplicate test and fix a typo in the testPrathamesh Sonpatki2016-07-122-6/+1
* | Merge pull request #25735 from timrogers/actioncontroller-parameters-dupMatthew Draper2016-07-122-14/+48
|\ \ | |/ |/|
| * Trust `Object#dup` in `ActionController::Parameters`, using `#initialize_copy...Tim Rogers2016-07-082-16/+20
| * Changes to a dupped `ActionController::Parameters` mutate the originalTim Rogers2016-07-072-0/+30
* | Add tests for 1xx, 204 and 304 responses to response_test.rbMasaru Nomura2016-07-091-0/+20