aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19633 from y00rb/sort_router_parameters_duplicated_keysRafael Mendonça França2015-04-084-2/+42
|\
| * sort_by instead of sortYang Bo2015-04-084-2/+42
* | remove new line between doc and methodBruce Park2015-04-071-1/+0
* | added docs for ActionDispatch::Request::Session#createBruce Park2015-04-071-1/+3
* | Merge pull request #19029 from iainbeeston/skipping-undefined-callbacksRafael Mendonça França2015-04-061-3/+3
|\ \
| * | Raise ArgumentError if an unrecognised callback is skippedIain Beeston2015-04-031-3/+3
| |/
* | Merge pull request #19666 from mikej/masterSantiago Pastorino2015-04-061-1/+1
|\ \
| * | fix missing "if" in API docs for ActionController::Parameters#permitMichael Josephson2015-04-061-1/+1
* | | Fix ActionPack tests after changes to missing template loggereileencodes2015-04-062-1/+2
* | | Merge pull request #19665 from eileencodes/fix-parse_query-method-signatureEileen M. Uchitelle2015-04-061-1/+1
|\ \ \ | |/ / |/| |
| * | Fix method signature of `parse_query` to match rackeileencodes2015-04-061-1/+1
* | | head no_content when there is no template or action performedStephen Bussey2015-04-053-7/+30
|/ /
* / Fix a few typos [ci skip]Robin Dupret2015-04-051-3/+3
|/
* Freeze static arguments for gsubbrainopia2015-04-022-3/+3
* Prefer string patterns for gsubbrainopia2015-04-022-3/+3
* Merge pull request #19544 from shuhei/fix-parameters-const-missingXavier Noria2015-03-282-2/+9
|\
| * Return super in ActionController::Parameters.const_missingShuhei Kagawa2015-03-282-2/+9
* | Define a setup method instead of using setup as blockRafael Mendonça França2015-03-271-1/+2
* | Merge pull request #18939 from georgeclaghorn/variant-inquiryRafael Mendonça França2015-03-274-33/+61
|\ \ | |/ |/|
| * Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-241-27/+2
| * Provide friendlier access to request variantsGeorge Claghorn2015-03-244-37/+90
* | Add changelog entry for #19271Arthur Neves2015-03-241-0/+7
|/
* Fix failing tests for #19474Andrew White2015-03-231-2/+2
* Fix ActionDispatch::PublicExceptions returning string rack statusRyan Tomayko2015-03-231-2/+2
* remove old unavailable link with relevant fixGaurav Sharma2015-03-231-2/+2
* Fix handling of empty X_FORWARDED_HOST header.adam2015-03-203-1/+12
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-1/+1
* Fix kwargs warning in `test_get_xml`eileencodes2015-03-201-1/+1
* Fix test messages use directly true, false and nil instead of their symbolAkshay Vishnoi2015-03-191-3/+3
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-1/+1
* Compare content_type with Mime::XML instead of regexpBoris Peterbarg2015-03-162-1/+18
* Fix typo in Action Pack changelog. [ci skip]Mike Naberezny2015-03-141-1/+1
* Merge pull request #19291 from hired/return-truthy-value-from-headRafael Mendonça França2015-03-132-0/+13
|\
| * Return true from head methodJoel Hayhurst2015-03-122-0/+13
* | Merge pull request #19309 from f1sherman/dont-set-session-options-idGuillermo Iguaran2015-03-125-13/+5
|\ \
| * | Use request.session.id instead of request.session_options[:id]Brian John2015-03-125-13/+5
| |/
* | Merge pull request #19271 from eagletmt/304-content-typeArthur Nogueira Neves2015-03-122-0/+13
|\ \ | |/ |/|
| * Also skip Content-Encoding and Vary header if 304Kohei Suzuki2015-03-122-4/+6
| * 304 response should not include Content-Type headerKohei Suzuki2015-03-102-1/+12
* | Merge pull request #19252 from kaspth/single-escaping-strip-tagsRafael Mendonça França2015-03-101-1/+1
|\ \ | |/ |/|
| * Let strip_tags leave HTML escaping to Rails.Kasper Timm Hansen2015-03-101-1/+1
* | Call super last in before_setupeileencodes2015-03-092-1/+13
* | Revert "Revert integration test refactoring that caused app test regressions"eileencodes2015-03-092-18/+10
* | Target Ruby 2.2.1 in gemspecsPeter Suschlik2015-03-091-1/+1
|/
* update integration test example as is not output deprecation warning [ci skip]yuuji.yaginuma2015-03-071-7/+8
* Merge pull request #19231 from prathamesh-sonpatki/fix-url-for-documentationGuillermo Iguaran2015-03-061-1/+4
|\
| * Fix documentation of url_for module [ci skip]Prathamesh Sonpatki2015-03-061-1/+4
* | Merge pull request #19221 from matthewd/random-testsMatthew Draper2015-03-061-4/+1
|\ \ | |/ |/|
| * Revert "For now, we will keep sorting the tests."Matthew Draper2015-03-061-4/+1
* | pass a config to the route setAaron Patterson2015-03-053-11/+29
|/