aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* stop using an options hash with the cookie jarAaron Patterson2015-08-051-1/+1
* move env access to the request object.Aaron Patterson2015-08-051-2/+2
* docs, custom api base controllers shoudl subclass metal. [ci skip]Yves Senn2015-08-011-1/+1
* Merge pull request #21008 from svenwin/patch-1Yves Senn2015-08-011-1/+1
|\
| * Add documentation to get a running custom base controller [ci skip]Sven Winkler2015-07-231-1/+1
* | Decrease string allocations in url_optionsschneems2015-07-291-1/+5
* | 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
|/
* drop conditionals in conversion logicAaron Patterson2015-07-211-7/+5
* rearrange logic to use positive branchesAaron Patterson2015-07-211-4/+6
* Merge pull request #20946 from schneems/schneems/let-it-goSean Griffin2015-07-192-3/+3
|\
| * Freeze string literals when not mutated.schneems2015-07-192-3/+3
* | Merge pull request #20936 from repinel/fix-params-fetch-exception-overwrittenSean Griffin2015-07-191-3/+7
|\ \ | |/ |/|
| * Fix exception overwritten for parameters fetch methodRoque Pinel2015-07-181-3/+7
* | Fix formatting of force_ssl options documentation [ci skip]Eliot Sykes2015-07-191-6/+6
|/
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-173-6/+6
* Merge pull request #20917 from sikachu/ps-deprecate-render-textJeremy Daer (Kemper)2015-07-171-0/+14
|\
| * Add deprecation warning for `render :text`Prem Sichanugrist2015-07-171-0/+14
* | 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
|/
* Standardize `ActionController::Parameters#to_unsafe_h` return valueZoltan Kiss2015-07-151-1/+1
* Update documentation on `AC::Parameters`Prem Sichanugrist2015-07-151-6/+32
* Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-28/+99
* Rack implements `redirect?` so we don't need itAaron Patterson2015-07-141-3/+0
* Change AC::TestResponse to AD::TestResponsePrem Sichanugrist2015-07-141-1/+1
* only have one TestResponse classAaron Patterson2015-07-131-4/+1
* move buffer caching on to the bufferAaron Patterson2015-07-132-4/+4
* 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-111-1/+1
|\ \
| * | added description instead of remove usage [ci skip]Julio Lopez2015-07-111-1/+1
* | | 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
|/ /
* | set parameters as a query stringAaron Patterson2015-07-091-6/+9
* | build and assign parameters rather than rely on mutationsAaron Patterson2015-07-081-1/+15