aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Provides standard layout lookup behavior for method and proc casesChris Nicola2013-03-272-0/+38
* | Skipping test for OpenSSL::PKCS5 JRubyArun Agrawal2013-03-251-0/+10
* | Update tests for #9704, named route collisionsJeremy Kemper2013-03-242-6/+7
* | Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign...Trevor Turk2013-03-241-0/+55
* | Merge pull request #9704 from trevorturk/warn-about-skipped-routesJeremy Kemper2013-03-241-19/+18
|\ \
| * | Raise an ArgumentError when a clashing named route is definedTrevor Turk2013-03-191-19/+18
* | | Changed 'args' to 'arguments' in test descriptionPrathamesh Sonpatki2013-03-242-2/+2
* | | Merge pull request #9802 from newsline/fix-broken-action-missingRafael Mendonça França2013-03-201-0/+12
|\ \ \ | |/ / |/| |
| * | Fix broken ActionController#action_missingJanko Luin2013-03-201-0/+12
* | | Fix improperly configured host in generated urlsschneems2013-03-191-0/+8
|/ /
* | Digest auth should not 500 when given a basic header.Brad Dunbar2013-03-181-0/+8
* | Merge branch 'master-sec'Aaron Patterson2013-03-181-0/+15
|\ \
| * | fix protocol checking in sanitization [CVE-2013-1857]Aaron Patterson2013-03-151-0/+10
| * | fix incorrect ^$ usage leading to XSS in sanitize_css [CVE-2013-1855]Charlie Somerville2013-03-151-0/+5
* | | Merge pull request #9753 from jbarreneche/bug/render-locale-fallbacksCarlos Antonio da Silva2013-03-181-0/+9
|\ \ \
| * | | Include I18n fallbacks in :locale lookup contextJuan Barreneche2013-03-161-0/+9
* | | | remove ancient TODOs [ci skip].Yves Senn2013-03-182-3/+0
* | | | Merge pull request #9754 from macksmind/fix_actionpack_warningsRafael Mendonça França2013-03-171-1/+1
|\ \ \ \
| * | | | Fix rake test warnings in actionpackMack Earnhardt2013-03-171-1/+1
| |/ / /
* / / / Allow pass multipart option to form_forGrzegorz Derebecki2013-03-171-2/+2
|/ / /
* | | Merge pull request #5606 from teohm/multipart_unicode_param_nameSteve Klabnik2013-03-153-1/+30
|\ \ \
| * | | UTF-8 encode all keys and values in nested params hash.Teo Hui Ming2013-03-153-1/+30
* | | | `Http::Headers` directly modifies the passed environment.Yves Senn2013-03-152-6/+38
|/ / /
* | | Handle conditional get in live requests - this will prevent error when using ...Bernard Potocki2013-03-141-0/+15
* | | `Http::Headers` respects dotted env vars, symbols, headers with numbers.Yves Senn2013-03-131-0/+27
* | | allow headers and env to be passed in `IntegrationTest`.Yves Senn2013-03-132-1/+59
* | | refactor, `Http::Headers` stores headers in env notationYves Senn2013-03-131-12/+21