aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Fix exception overwritten for parameters fetch methodRoque Pinel2015-07-183-3/+25
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-1736-222/+222
* Merge pull request #20917 from sikachu/ps-deprecate-render-textJeremy Daer (Kemper)2015-07-172-11/+56
|\
| * Add deprecation warning for `render :text`Prem Sichanugrist2015-07-172-11/+56
* | push fields_for_style? in to a protected methodAaron Patterson2015-07-171-5/+5
* | push is_a checks up the stackAaron Patterson2015-07-171-13/+13
* | remove useless conditionalAaron Patterson2015-07-171-1/+0
* | remove useless conditionalsAaron Patterson2015-07-171-2/+2
* | remove useless functionAaron Patterson2015-07-171-8/+2
* | stop passing `params` to `array_of_permitted_scalars_filter`Aaron Patterson2015-07-171-4/+6
* | push key checking upAaron Patterson2015-07-171-1/+2
* | [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-1/+2
|/
* Skip a few failing tests on JRuby with the attached ticketsRobin Dupret2015-07-173-0/+8
* Oops! :bomb:Akira Matsuda2015-07-171-1/+1
* "warning: instance variable @routes not initialized"Akira Matsuda2015-07-171-1/+1
* Standardize `ActionController::Parameters#to_unsafe_h` return valueZoltan Kiss2015-07-151-1/+1
* Update documentation on `AC::Parameters`Prem Sichanugrist2015-07-152-7/+33
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-159-35/+128
* Rack implements `redirect?` so we don't need itAaron Patterson2015-07-142-6/+0
* Remove concurrent-ruby from Action Pack gemspecRafael Mendonça França2015-07-141-1/+0
* Merge pull request #20866 from jdantonio/countdown-latchAaron Patterson2015-07-144-21/+27
|\
| * Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-134-21/+27
* | Merge pull request #20877 from sikachu/rename-ac-test_responseRafael Mendonça França2015-07-142-2/+2
|\ \
| * | Change AC::TestResponse to AD::TestResponsePrem Sichanugrist2015-07-142-2/+2
* | | only call methods that are on the superclassAaron Patterson2015-07-143-7/+6
|/ /
* | use a lookup table for `assert_response`Aaron Patterson2015-07-132-5/+10
* | only have one TestResponse classAaron Patterson2015-07-132-5/+2
* | move buffer caching on to the bufferAaron Patterson2015-07-133-7/+15
* | Merge pull request #20736 from antoine-lizee/docsRobin Dupret2015-07-131-1/+1
|\ \ | |/ |/|
| * [ci skip] doc: making clear that perform_caching has a limited impactantoine.lizee2015-07-131-1/+1
* | Merge pull request #20842 from TheBlasfem/removed_usage_lines_docsClaudio B.2015-07-112-2/+2
|\ \
| * | added description instead of remove usage [ci skip]Julio Lopez2015-07-112-2/+2
* | | Merge pull request #17102 from matthewd/load-interlockAaron Patterson2015-07-102-0/+22
|\ \ \
| * | | Fix the Interlock middlewareMatthew Draper2015-07-091-5/+14
| * | | Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-092-0/+13
* | | | we don't really need an extra method to set the script nameAaron Patterson2015-07-101-5/+1
* | | | Remove useless conditionalAaron Patterson2015-07-101-12/+0
* | | | default `PATH_INFO` to the generated pathAaron Patterson2015-07-101-1/+2
* | | | always default the SCRIPT_NAME to whatever is on the controllerAaron Patterson2015-07-101-1/+1
* | | | remove useless ivar clearingAaron Patterson2015-07-101-6/+0
* | | | call the `path_parameters=` setter rather than rely on mutationsAaron Patterson2015-07-101-1/+3
* | | | start collecting `env` mutationsAaron Patterson2015-07-101-5/+3
* | | | Parameters are converted to a query stringAaron Patterson2015-07-101-17/+0
* | | | no more HWIAAaron Patterson2015-07-101-1/+1
* | | | remove param dup'ing logicAaron Patterson2015-07-101-8/+0
* | | | encode / decode parameters before assigning them to the requestAaron Patterson2015-07-101-5/+58
* | | | start disconnecting the parameter parser from the instanceAaron Patterson2015-07-101-3/+3
* | | | drop a conditional by always assigningAaron Patterson2015-07-101-6/+5
| |/ / |/| |
* | | drop runtime conditionals in parameter parsingAaron Patterson2015-07-091-13/+9
* | | use `Rack::Test::UploadedFile` when uploading filesAaron Patterson2015-07-091-2/+2