| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused variable in proc | Prathamesh Sonpatki | 2013-03-28 | 1 | -1/+1 |
* | Merge pull request #8458 from lucisferre/improve-layout-override-fallback-beh... | Rafael Mendonça França | 2013-03-27 | 1 | -0/+21 |
|\ |
|
| * | Provides standard layout lookup behavior for method and proc cases | Chris Nicola | 2013-03-27 | 1 | -0/+20 |
* | | Tender love for #9909 :heart: | Jeremy Kemper | 2013-03-24 | 1 | -1/+1 |
* | | Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign... | Trevor Turk | 2013-03-24 | 1 | -0/+5 |
* | | Raise an ArgumentError when a clashing named route is defined | Trevor Turk | 2013-03-19 | 1 | -0/+4 |
* | | Fix improperly configured host in generated urls | schneems | 2013-03-19 | 1 | -0/+6 |
* | | Digest auth should not 500 when given a basic header. | Brad Dunbar | 2013-03-18 | 1 | -0/+5 |
* | | Include I18n fallbacks in :locale lookup context | Juan Barreneche | 2013-03-16 | 1 | -0/+5 |
* | | `Http::Headers` directly modifies the passed environment. | Yves Senn | 2013-03-15 | 1 | -2/+6 |
* | | allow headers and env to be passed in `IntegrationTest`. | Yves Senn | 2013-03-13 | 1 | -0/+11 |
* | | Http::Headers respects headers that are not prefixed with HTTP_ | Yves Senn | 2013-03-13 | 1 | -0/+4 |
* | | Use "Fixes" in place of "Fix" in changelogs for consistency [ci skip]. | Yves Senn | 2013-03-09 | 1 | -11/+11 |
* | | Fix incorrectly appended square brackets to a multiple select box | Olek Janiszewski | 2013-03-08 | 1 | -0/+15 |
* | | Move AP changelog entry to the top [ci skip] | Carlos Antonio da Silva | 2013-03-07 | 1 | -6/+6 |
* | | Allow use of assert_template with the :file option. | Justin Coyne | 2013-03-01 | 1 | -0/+6 |
* | | Improve the CHANGELOG entry | Rafael Mendonça França | 2013-02-28 | 1 | -2/+6 |
* | | Merge pull request #9366 from killthekitten/fix-content_for-regression | Rafael Mendonça França | 2013-02-28 | 1 | -0/+2 |
|\ \ |
|
| * | | Fix #9360 regression in content_for | Nikolay Shebanov | 2013-02-25 | 1 | -0/+2 |
* | | | Minor changelog improvement [ci skip] | Carlos Antonio da Silva | 2013-02-28 | 1 | -1/+1 |
* | | | `format: true` does not override existing format constraints. | Yves Senn | 2013-02-27 | 1 | -0/+10 |
* | | | allow non-String default params in the router. | Yves Senn | 2013-02-26 | 1 | -0/+10 |
* | | | the router allows String contraints. | Yves Senn | 2013-02-26 | 1 | -1/+9 |
* | | | Move the CHANGELOG entry to the proper place | Rafael Mendonça França | 2013-02-26 | 1 | -2/+4 |
* | | | Merge pull request #9434 from zires/dev | Rafael Mendonça França | 2013-02-26 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Make ActionDispatch::Journey::Path::Pattern#new raise more meaningful excepti... | zires | 2013-02-27 | 1 | -0/+2 |
* | | | | Update CHANGELOGS | Rafael Mendonça França | 2013-02-26 | 1 | -0/+3 |
|/ / / |
|
* | / | Preparing for 4.0.0.beta1 release | David Heinemeier Hansson | 2013-02-25 | 1 | -1/+1 |
| |/
|/| |
|
* | | fix respond_to without blocks not working if one of the blocks is all | grosser | 2013-02-24 | 1 | -0/+2 |
* | | registers the encrypted session store in the AP changelog | Xavier Noria | 2013-02-23 | 1 | -0/+4 |
* | | Changelog improvements, use 1.9 style hash in examples [ci skip] | Carlos Antonio da Silva | 2013-02-22 | 1 | -1/+1 |
* | | completes pass over the AP changelog [ci skip] | Xavier Noria | 2013-02-21 | 1 | -14/+5 |
* | | tweaks to the AP changelog [ci skip] | Xavier Noria | 2013-02-21 | 1 | -9/+3 |
* | | Merge pull request #9361 from senny/improved_match_shorthand_syntax | Andrew White | 2013-02-21 | 1 | -0/+14 |
|\ \ |
|
| * | | determine the match shorthand target early. | Yves Senn | 2013-02-21 | 1 | -0/+14 |
* | | | Revert "Revert "Merge pull request #4803 from lucascaton/master"" | Santiago Pastorino | 2013-02-21 | 1 | -0/+2 |
| |/
|/| |
|
* | | Remove not necessary changelog about time zone array mutation | Carlos Antonio da Silva | 2013-02-21 | 1 | -8/+0 |
* | | tweaks to the AP changelog [ci skip] | Xavier Noria | 2013-02-21 | 1 | -42/+27 |
|/ |
|
* | Revert "Merge pull request #4803 from lucascaton/master" | Santiago Pastorino | 2013-02-20 | 1 | -2/+0 |
* | Remove XML Parser from ActionDispatch | Prem Sichanugrist | 2013-02-20 | 1 | -3/+8 |
* | Fix time_zone_options_for_select to not mutate TimeZones array | Brian McManus | 2013-02-19 | 1 | -0/+8 |
* | moves a CHANGELOG entry from AR to AP | Xavier Noria | 2013-02-19 | 1 | -0/+4 |
* | Add message when you have no routes defined. | Steve Klabnik | 2013-02-18 | 1 | -0/+6 |
* | Improve changelog entry from #9221 [ci skip] | Carlos Antonio da Silva | 2013-02-11 | 1 | -15/+13 |
* | Improve img alt attribute for screen readers | thenickcox | 2013-02-09 | 1 | -0/+21 |
* | Update actionpack/CHANGELOG.md | Rafael Mendonça França | 2013-02-06 | 1 | -4/+4 |
* | ruby constant syntax is not supported as routing `:controller` option. | Yves Senn | 2013-02-06 | 1 | -0/+13 |
* | partials inside directory work with `assert_template` | Yves Senn | 2013-02-04 | 1 | -1/+13 |
* | Fix markdown syntax in actionpack CHANGELOG. | Steve Klabnik | 2013-02-01 | 1 | -1/+2 |
* | Fix `content_tag_for` with array html option. | Semyon Perepelitsa | 2013-01-31 | 1 | -0/+18 |