aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to Ruby 2.2.2Jon Atack2015-04-141-1/+1
* 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
|/
* Merge pull request #19215 from gsamokovarov/revert-ruby-2-2-0-kwarg-crash-wor...Sean Griffin2015-03-052-4/+2
|\
| * Revert work arounds for upstream Ruby 2.2.0 kwargs bugGenadi Samokovarov2015-03-052-4/+2
* | Merge pull request #19218 from sivsushruth/doc_fixKasper Timm Hansen2015-03-051-1/+1
|\ \
| * | nodoc filtered_location [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* | | Run ActionPack test cases in random order.Guo Xiang Tan2015-03-061-5/+0
|/ /
* / Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
|/
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* Drop request class from RouteSet constructor.Aaron Patterson2015-03-043-5/+19
* Tiny documentation edits [ci skip]Robin Dupret2015-03-031-1/+1
* Merge pull request #18775 from yasyf/issue_5122Rafael Mendonça França2015-03-034-1/+25
|\
| * Fallback to RAILS_RELATIVE_URL_ROOT in `url_for`.Yasyf Mohamedali2015-02-244-1/+25
* | Merge pull request #19147 from gsamokovarov/work-around-ruby-10695Eileen M. Uchitelle2015-03-023-3/+5
|\ \
| * | Work around for upstream Ruby bug #10685Genadi Samokovarov2015-03-013-3/+5