aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * optimizes array conversion in AC::ParametersXavier Noria2013-12-212-2/+17
| * refactors AC::Parameters#fetchXavier Noria2013-12-211-10/+3
| * converts hashes in arrays of unfiltered params to unpermitted params [fixes #...Xavier Noria2013-12-213-3/+23
| * Merge pull request #13188 from imanel/skip_deep_mungeJeremy Kemper2013-12-194-0/+33
| |\
| | * Add configuration option to optionally disable deep_mungeBernard Potocki2013-12-054-0/+35
| * | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-204-4/+4
| |\ \
| | * | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-034-4/+4
| * | | Fix assertions for testing unknown formats using Mime::NullTypeCarlos Antonio da Silva2013-12-191-5/+5
| * | | Show routes defined under assets prefixRyunosuke SATO2013-12-193-1/+17
| * | | Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-20/+9
| * | | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-183-7/+7
| * | | Get ready to release 4.1.0.beta1David Heinemeier Hansson2013-12-171-1/+1
| * | | Clearly limit new CSRF protection to GET requestsJeremy Kemper2013-12-172-2/+17
| * | | Merge pull request #13345 from jeremy/get-csrfJeremy Kemper2013-12-175-25/+138
| |\ \ \
| | * | | CSRF protection from cross-origin <script> tagsJeremy Kemper2013-12-175-25/+138
| * | | | Merge pull request #13346 from chancancode/release_notes_etcYves Senn2013-12-171-1/+1
| |\ \ \ \