aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Fix that JSON and XML exception responses should give the HTTP error message ...Jeremy Kemper2013-05-081-2/+2
* Test that #fresh_when accepts an arrayBrandon Keepers2013-05-071-2/+19
* Allow numbers in partial name for digestingBryan Ricker2013-05-062-1/+8
* Fix failing AP testCarlos Antonio da Silva2013-05-011-1/+1
* Merge pull request #9857 from yyyc514/bad_params_should_400Aaron Patterson2013-04-302-0/+7
|\
| * failure to parse params should trigger a 400 Bad RequestJosh Goebel2013-03-212-0/+7
* | Revert "Merge pull request #10337 from eimermusic/fix_template_digestor_lookup"Rafael Mendonça França2013-04-251-1/+1
* | Merge pull request #10337 from eimermusic/fix_template_digestor_lookupRafael Mendonça França2013-04-251-1/+1
|\ \
| * | AV Digestor correctly passes format to LookupContextMartin Westin2013-04-251-1/+1
* | | Add support for extra options to `force_ssl`Andrew White2013-04-251-14/+106
* | | Use `request.fullpath` to build redirect url in `force_ssl`Andrew White2013-04-251-0/+63
|/ /
* | Add test for `format: false` with resources - closes #10323Andrew White2013-04-241-0/+29
* | Return a 405 response for unknown HTTP methodsLewis Marshall2013-04-222-0/+12
* | Removing tests for deprecated options in active support. Thewangjohn2013-04-211-8/+0
* | Refactor ActionDispatch::Http::URL.build_host_urlAndrew White2013-04-181-0/+41
* | Add url generation tests for #10185Andrew White2013-04-181-0/+2
* | Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...Derek Watson2013-04-182-0/+27
* | Avoid leak into controller's action_methodsprintercu2013-04-181-0/+6
* | options_from_collection_for_select helper takes html attributesVasiliy Ermolovich2013-04-111-0/+7
* | Merge pull request #9604 from sgrif/live_streaming_exceptionsRafael Mendonça França2013-04-081-1/+75
|\ \
| * | Exception handling for controllers using ActionController::LiveSean Griffin2013-03-181-1/+75
* | | Fix explicit names on multiple file fieldsRyan McGeary2013-04-051-0/+10
* | | Fix indent and remove extra white spacesCarlos Antonio da Silva2013-04-051-15/+17
* | | Ensure mail_to helper does not modify the given html options hashCarlos Antonio da Silva2013-04-041-1/+7
* | | Merge pull request #10065 from spohlenz/mail_to_blockCarlos Antonio da Silva2013-04-041-0/+10
|\ \ \
| * | | Add block support for the helperSam Pohlenz2013-04-031-0/+10
* | | | Fix typo in view nameCarlos Antonio da Silva2013-04-032-1/+1
* | | | Merge pull request #10074 from trevorturk/remove-fixme-comments-about-legacy-...Rafael Mendonça França2013-04-034-4/+0
|\ \ \ \
| * | | | Remove comments about removing LegacyKeyGenerator in 4.1Trevor Turk2013-04-034-4/+0
* | | | | Merge pull request #9932 from senny/9913_routing_problemAndrew White2013-04-031-0/+29
|\ \ \ \ \
| * | | | | routing shorthand syntax works with multiple pathsYves Senn2013-03-261-0/+14
| * | | | | bugfix, when matching multiple paths with `get`, `post`, ...Yves Senn2013-03-261-0/+15
* | | | | | fix regression in Mapper when `format:` was used in a `scope`.Yves Senn2013-04-031-0/+22
| |_|/ / / |/| | | |
* | | | | Getting rid of a few other vestiges of rails.png.Steve Klabnik2013-04-021-0/+0
| |/ / / |/| | |
* | | | Merge pull request #10061 from trevorturk/dummy-key-generator-renameSantiago Pastorino2013-04-024-12/+12
|\ \ \ \
| * | | | Rename DummyKeyGenerator -> LegacyKeyGeneratorTrevor Turk2013-04-024-12/+12
* | | | | Fix permanent cookie jar accessor typoTrevor Turk2013-04-021-1/+6
|/ / / /
* | | | each_with_index => each as we dont use indexVipul A M2013-04-031-1/+1
* | | | Fixed typo on AP dispatch Mime::Type testKalabiYau2013-04-011-1/+1
* | | | Merge pull request #9978 from trevorturk/cookie-store-auto-upgradeSantiago Pastorino2013-04-011-2/+73
|\ \ \ \
| * | | | Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-281-2/+73
* | | | | Merge pull request #9680 from bdmac/time-zone-options-revert-grep-to-selectCarlos Antonio da Silva2013-03-311-3/+22
|\ \ \ \ \
| * | | | | Add regression test for TZ grepBrian McManus2013-03-271-0/+20
| * | | | | Revert grep to select since they are not the sameBrian McManus2013-03-271-3/+2
* | | | | | Merge pull request #10013 from vipulnsward/fix_request_method_testSantiago Pastorino2013-03-311-6/+2
|\ \ \ \ \ \
| * | | | | | fix request methods testVipul A M2013-03-311-6/+2
* | | | | | | remove unused variable and assignmentVipul A M2013-03-311-1/+1
|/ / / / / /
* | / / / / Fix typos in AP: "overriden" => "overridden"Carlos Antonio da Silva2013-03-304-35/+35
| |/ / / / |/| | | |
* | | | | Refactored to remove unused variableAnupam Choudhury2013-03-282-3/+3
|/ / / /
* | | | Merge pull request #8458 from lucisferre/improve-layout-override-fallback-beh...Rafael Mendonça França2013-03-272-0/+38
|\ \ \ \ | |/ / / |/| | |