| Commit message (Expand) | Author | Age | Files | Lines |
* | Update tests for #9704, named route collisions | Jeremy Kemper | 2013-03-24 | 2 | -6/+7 |
* | Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign... | Trevor Turk | 2013-03-24 | 1 | -0/+55 |
* | Merge pull request #9704 from trevorturk/warn-about-skipped-routes | Jeremy Kemper | 2013-03-24 | 1 | -19/+18 |
|\ |
|
| * | Raise an ArgumentError when a clashing named route is defined | Trevor Turk | 2013-03-19 | 1 | -19/+18 |
* | | Changed 'args' to 'arguments' in test description | Prathamesh Sonpatki | 2013-03-24 | 2 | -2/+2 |
* | | Merge pull request #9802 from newsline/fix-broken-action-missing | Rafael Mendonça França | 2013-03-20 | 1 | -0/+12 |
|\ \
| |/
|/| |
|
| * | Fix broken ActionController#action_missing | Janko Luin | 2013-03-20 | 1 | -0/+12 |
* | | Fix improperly configured host in generated urls | schneems | 2013-03-19 | 1 | -0/+8 |
|/ |
|
* | Digest auth should not 500 when given a basic header. | Brad Dunbar | 2013-03-18 | 1 | -0/+8 |
* | Merge branch 'master-sec' | Aaron Patterson | 2013-03-18 | 1 | -0/+15 |
|\ |
|
| * | fix protocol checking in sanitization [CVE-2013-1857] | Aaron Patterson | 2013-03-15 | 1 | -0/+10 |
| * | fix incorrect ^$ usage leading to XSS in sanitize_css [CVE-2013-1855] | Charlie Somerville | 2013-03-15 | 1 | -0/+5 |
* | | Merge pull request #9753 from jbarreneche/bug/render-locale-fallbacks | Carlos Antonio da Silva | 2013-03-18 | 1 | -0/+9 |
|\ \ |
|
| * | | Include I18n fallbacks in :locale lookup context | Juan Barreneche | 2013-03-16 | 1 | -0/+9 |
* | | | remove ancient TODOs [ci skip]. | Yves Senn | 2013-03-18 | 2 | -3/+0 |
* | | | Merge pull request #9754 from macksmind/fix_actionpack_warnings | Rafael Mendonça França | 2013-03-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix rake test warnings in actionpack | Mack Earnhardt | 2013-03-17 | 1 | -1/+1 |
| |/ / |
|
* / / | Allow pass multipart option to form_for | Grzegorz Derebecki | 2013-03-17 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #5606 from teohm/multipart_unicode_param_name | Steve Klabnik | 2013-03-15 | 3 | -1/+30 |
|\ \ |
|
| * | | UTF-8 encode all keys and values in nested params hash. | Teo Hui Ming | 2013-03-15 | 3 | -1/+30 |
* | | | `Http::Headers` directly modifies the passed environment. | Yves Senn | 2013-03-15 | 2 | -6/+38 |
|/ / |
|
* | | Handle conditional get in live requests - this will prevent error when using ... | Bernard Potocki | 2013-03-14 | 1 | -0/+15 |
* | | `Http::Headers` respects dotted env vars, symbols, headers with numbers. | Yves Senn | 2013-03-13 | 1 | -0/+27 |
* | | allow headers and env to be passed in `IntegrationTest`. | Yves Senn | 2013-03-13 | 2 | -1/+59 |
* | | refactor, `Http::Headers` stores headers in env notation | Yves Senn | 2013-03-13 | 1 | -12/+21 |
* | | Http::Headers respects headers that are not prefixed with HTTP_ | Yves Senn | 2013-03-13 | 1 | -6/+13 |
* | | Change from each to each_value on hash to avoid unused variable warning | Vipul A M | 2013-03-11 | 1 | -1/+1 |
* | | Fix incorrectly appended square brackets to a multiple select box | Olek Janiszewski | 2013-03-08 | 1 | -0/+8 |
* | | Fix warnings | Carlos Antonio da Silva | 2013-03-07 | 1 | -2/+2 |
* | | Merge pull request #9464 from jcoyne/assert_template_file | Rafael Mendonça França | 2013-03-07 | 1 | -0/+35 |
|\ \ |
|
| * | | Allow use of assert_template with the :file option. | Justin Coyne | 2013-03-01 | 1 | -0/+35 |
* | | | Add missing require to debug helper test | Carlos Antonio da Silva | 2013-03-05 | 1 | -2/+2 |
* | | | Add DebugHelperTest | robertomiranda | 2013-03-05 | 1 | -0/+8 |
| |/
|/| |
|
* | | Fix formats on xhr requests when HTTP_ACCEPT is empty string | maximerety | 2013-03-04 | 1 | -0/+5 |
* | | Use custom visitor class for optimized url helpers | Andrew White | 2013-03-03 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #9366 from killthekitten/fix-content_for-regression | Rafael Mendonça França | 2013-02-28 | 1 | -0/+4 |
|\ |
|
| * | Fix #9360 regression in content_for | Nikolay Shebanov | 2013-02-25 | 1 | -0/+4 |
* | | `format: true` does not override existing format constraints. | Yves Senn | 2013-02-27 | 1 | -0/+24 |
* | | Merge pull request #9218 from Fivell/master | Carlos Antonio da Silva | 2013-02-27 | 1 | -0/+14 |
|\ \ |
|
| * | | fix db_runtime attribute value after raising ActionView::MissingTemplate exc... | Igor | 2013-02-27 | 1 | -0/+14 |
* | | | cleanup AP number_helpers_test | Yves Senn | 2013-02-27 | 1 | -47/+47 |
* | | | remove duplicated number_helper tests in AP. They are already in AS. | Yves Senn | 2013-02-27 | 1 | -270/+22 |
* | | | allow non-String default params in the router. | Yves Senn | 2013-02-26 | 1 | -1/+21 |
* | | | the router allows String contraints. | Yves Senn | 2013-02-26 | 1 | -0/+36 |
* | | | Merge pull request #9434 from zires/dev | Rafael Mendonça França | 2013-02-26 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti... | zires | 2013-02-27 | 1 | -0/+4 |
* | | | | Add tests for #9441 | Francesco Rodriguez | 2013-02-26 | 1 | -0/+16 |
|/ / / |
|
* | | | Merge pull request #8530 from dasch/dependency-trackers | David Heinemeier Hansson | 2013-02-25 | 2 | -1/+48 |
|\ \ \ |
|
| * | | | Register trackers on extensions, not handlers | Daniel Schierbeck | 2013-02-20 | 2 | -5/+6 |
| * | | | Return an empty array if no tracker is found | Daniel Schierbeck | 2013-02-20 | 1 | -2/+9 |