aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Rely on backticks instead of tt tags [ci skip]Robin Dupret2014-02-081-2/+2
* docs, Cookie values are String based. Closes #12860. [ci skip]Yves Senn2014-02-081-7/+7
* Require action_view to fix missing constantPhilipe Fatio2014-02-072-0/+6
* Tests that skips a controller filters that was set up using a classIonatan Wiznia2014-02-061-0/+16
* synchronize 4.1 release notes with CHANGELOGS. [ci skip]Yves Senn2014-02-061-1/+1
* Merge pull request #13863 from joshjordan/jsj-dont-throw-out-get-paramsRafael Mendonça França2014-02-013-4/+36
|\
| * Do not discard query parameters on requests that use wrap_parametersJosh Jordan2014-01-303-4/+36
* | only ask for the location filters onceAaron Patterson2014-01-311-4/+5
* | FilterRedirect is referenced at the class level from the ResponseAaron Patterson2014-01-312-1/+1
* | tidy CHANGELOGs [ci skip]Yves Senn2014-01-301-2/+2
* | Modify the session serializer implementationGuillermo Iguaran2014-01-303-19/+16
* | Update CHANGELOG properly with GH #13692 [ci-skip]Guillermo Iguaran2014-01-291-14/+14
* | Allow session serializer key in config.session_storeLukasz Sarnacki2014-01-296-6/+94
* | always use a block for cleanup / prepare callbacks so we can clean the method...Aaron Patterson2014-01-281-0/+9
* | scope is not necessaryAaron Patterson2014-01-281-2/+2
* | Log which keys were set to nil in deep_mungeLukasz Sarnacki2014-01-283-4/+26
|/
* Clear filtered request attributes between requests in testsAndrew White2014-01-274-0/+29
* Add additional tests for #13824Andrew White2014-01-251-0/+26
* Transform dashes to underscores in resource route namesByron Bischoff2014-01-252-7/+17
* Remove unused argument.Francesco Rodriguez2014-01-241-1/+1
* Merge pull request #13811 from mdesantis/issue-13810Yves Senn2014-01-243-3/+30
|\
| * Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...Maurizio De Santis2014-01-243-3/+30
* | Merge pull request #13819 from arthurnn/one_require_testGuillermo Iguaran2014-01-232-10/+8
|\ \
| * | unify param.require testsArthur Neves2014-01-232-10/+8
| |/
* / test boolean and number json param parsingArthur Neves2014-01-231-0/+7
|/
* Tidy up tests and CHANGELOG for #12598Andrew White2014-01-204-7/+37
* Automatically convert dashes to underscores in shorthand routesMikko Johansson2014-01-202-0/+11
* Automatically convert dashes to underscores for url helpersAmr Tamimi2014-01-204-2/+20
* Revert "Don't remove trailing slash from PATH_INFO for mounted apps"Piotr Sarnacki2014-01-163-18/+1
* Add failing test for #13369Piotr Sarnacki2014-01-161-0/+18
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-132-3/+10
* Merge branch 'master' into laurocaetano-fix_send_fileAaron Patterson2014-01-1078-284/+1295
|\
| * add example to the CHANGELOG entry from 3a48b83e5 [ci skip].Yves Senn2014-01-061-2/+8
| * quick formatting pass through CHANGELOGS. [ci skip].Yves Senn2014-01-061-6/+6
| * Allow an absolute controller path inside a module scopeAndrew White2014-01-053-2/+22
| * Unique the segment keys array for non-optimized url helpersAndrew White2014-01-053-1/+31
| * Show full route constraints in error messageAndrew White2014-01-054-4/+40
| * Simplify arg parameterizationAndrew White2014-01-051-6/+1
| * Use a custom route vistor for optimized route generationAndrew White2014-01-054-31/+65
| * update copyright notices to 2014. [ci skip]Vipul A M2014-01-013-3/+3
| * Allow engine root relative redirects using an empty string.Andrew White2014-01-013-49/+149
| * Merge pull request #13470 from strzalek/variants-all-anyDavid Heinemeier Hansson2013-12-315-27/+217
| |\
| | * Add any/all support for variantsŁukasz Strzałkowski2013-12-265-27/+217
| * | Fix Encoding::CompatibilityError when public path is UTF-8Andrew White2013-12-298-6/+41
| * | Fix method redefined warning message in mapper.rbAndrew White2013-12-291-2/+3
| |/
| * Improve font of some code in API documentation [ci skip]Chun-wei Kuo2013-12-261-1/+1
| * Unused classes in AP testsAkira Matsuda2013-12-252-14/+0
| * AC::Parameters#permit! permits hashes in array valuesXavier Noria2013-12-233-5/+19
| * Move the null mime type to request.formatCarlos Antonio da Silva2013-12-236-10/+10
| * Add missing av/railtie requireŁukasz Strzałkowski2013-12-221-0/+1