aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Set the :shallow_path as each scope is generatedAndrew White2014-02-093-1/+95
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-02-091-3/+3
|\
| * add punctuationWaynn Lue2014-01-131-2/+2
| * change to "check out"Waynn Lue2014-01-081-1/+1
* | Merge pull request #13982 from dskang/fix-response-flatten-infinite-recursionAaron Patterson2014-02-092-1/+19
|\ \
| * | Prevent [response].flatten from recursing infinitely.Dan Kang2014-02-082-1/+10
| * | Add missing test for response destructuring.Myron Marston2014-02-081-0/+9
* | | Merge pull request #13990 from zzak/ap_dont_autoload_filter_parametersRafael Mendonça França2014-02-091-1/+0
|\ \ \
| * | | FilterParameters is referenced at the class level from the RequestZachary Scott2014-02-091-1/+0
| |/ /
* | | Merge pull request #13985 from zzak/remove_old_todo_in_url_for_testCarlos Antonio da Silva2014-02-091-3/+0
|\ \ \
| * | | Remove outdated TODO from url_for test, this test was fixed in 900a2d30Zachary Scott2014-02-091-3/+0
| |/ /
* | | use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-1/+1
* | | Skips tests on Windows that create files with illegal charactersMikko Johansson2014-02-091-2/+7
|/ /
* | Updated the cookie docs to use the safer JSON.{generate,parse}Godfrey Chan2014-02-081-5/+5
* | 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