aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Tiny documentation edits [ci skip]Robin Dupret2015-07-281-1/+1
* Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-281-1/+1
* Merge pull request #20590 from vngrs/set_default_charsetRafael Mendonça França2015-07-272-6/+13
|\
| * Document, refactor and create test case for ActionDispatch::Response#charset=...Mehmet Emin İNAÇ2015-06-172-6/+13
* | Merge pull request #21031 from vngrs/fix_params_wrapper_docRafael Mendonça França2015-07-271-3/+3
|\ \
| * | Fix params_wrapper doc [ci skip]Mehmet Emin İNAÇ2015-07-261-3/+3
* | | [ci skip] it should be protect_from_forgeryAditya Kapoor2015-07-271-1/+1
|/ /
* | rm `deep_munge`. You will live on in our hearts (and git history)Aaron Patterson2015-07-213-26/+15
* | push param encoding in to the utils moduleAaron Patterson2015-07-212-14/+30
* | stop keeping track of keys when "deep munging"Aaron Patterson2015-07-211-5/+3
* | recurse for arrays in `normalize_encode_params`Aaron Patterson2015-07-211-5/+3
* | drop conditionals in conversion logicAaron Patterson2015-07-211-7/+5
* | rearrange logic to use positive branchesAaron Patterson2015-07-211-4/+6
* | Merge pull request #20751 from repinel/remove-unnecessary-dupRafael Mendonça França2015-07-201-1/+1
|\ \
| * | Remove unnecessary `dup` from Mapper `add_route`Roque Pinel2015-07-011-1/+1
* | | Fix state being carried over from previous transactionRoque Pinel2015-07-201-1/+1
* | | Merge pull request #20946 from schneems/schneems/let-it-goSean Griffin2015-07-1910-18/+18
|\ \ \
| * | | Freeze string literals when not mutated.schneems2015-07-1910-18/+18
* | | | Merge pull request #20936 from repinel/fix-params-fetch-exception-overwrittenSean Griffin2015-07-193-3/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Fix exception overwritten for parameters fetch methodRoque Pinel2015-07-183-3/+25
* | | | Fix formatting of force_ssl options documentation [ci skip]Eliot Sykes2015-07-191-6/+6
|/ / /
* | | 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