| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CHANGELOG entry for changes in exception pages | Guillermo Iguaran | 2013-01-01 | 1 | -0/+6 |
* | charset should not be appended for `head` responses | Yves Senn | 2012-12-31 | 1 | -0/+6 |
* | Fix CHANGELOG style [ci skip] | Rafael Mendonça França | 2012-12-26 | 1 | -1/+1 |
* | return Mime::NullType if format is unknown | Angelo Capilleri | 2012-12-22 | 1 | -0/+5 |
* | Fix CHANGELOG entry about scope change | Guillermo Iguaran | 2012-12-20 | 1 | -1/+1 |
* | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 1 | -0/+5 |
* | Move changelog entry to the top [ci skip] | Carlos Antonio da Silva | 2012-12-19 | 1 | -5/+5 |
* | Remove obfuscation support from mail_to helper | Nick Reed | 2012-12-18 | 1 | -0/+5 |
* | handle protocol option in stylesheet_link_tag and javascript_include_tag | Vasiliy Ermolovich | 2012-12-18 | 1 | -0/+4 |
* | Convert changelogs to 1.9 hash style and fix some formatting [ci skip] | Carlos Antonio da Silva | 2012-12-14 | 1 | -26/+26 |
* | Merge pull request #8497 from acapilleri/conditional_cache | Rafael Mendonça França | 2012-12-14 | 1 | -3/+15 |
|\ |
|
| * | Removed :if and :unless from fragment cache option in favour of | Angelo capilleri | 2012-12-14 | 1 | -3/+15 |
* | | Clear url helper methods when routes are reloaded | Andrew White | 2012-12-14 | 1 | -0/+2 |
* | | Revert "Clear url helpers when reloading routes" | Andrew White | 2012-12-14 | 1 | -4/+0 |
|/ |
|
* | Fix rewinding in ActionDispatch::Request#raw_post | Matt Venables | 2012-12-11 | 1 | -0/+5 |
* | Move new CHANGELOG entry to the top | Rafael Mendonça França | 2012-12-10 | 1 | -9/+9 |
* | Merge pull request #8476 from sheerun/fix/multipart-get | Rafael Mendonça França | 2012-12-10 | 1 | -0/+2 |
|\ |
|
| * | Prevent raising EOFError on multipart GET request. | Adam Stankiewicz | 2012-12-10 | 1 | -0/+2 |
* | | Fix README | David Heinemeier Hansson | 2012-12-07 | 1 | -1/+1 |
* | | Rename all action callbacks from *_filter to *_action | David Heinemeier Hansson | 2012-12-07 | 1 | -0/+27 |
|/ |
|
* | Revert "Invert precedence of content in ActionDispatch::Static" | Andrew White | 2012-12-07 | 1 | -7/+0 |
* | Invert precedence of content in ActionDispatch::Static | Andrew White | 2012-12-06 | 1 | -0/+7 |
* | Allow fragment cache to accept :if and :unless options | Fabrizio Regini | 2012-12-05 | 1 | -0/+6 |
* | Adding filter capability to ActionController logs | Fabrizio Regini | 2012-12-05 | 1 | -0/+6 |
* | Fixed issue where routes with globs caused constraints on that glob to | Maura Fitzgerald | 2012-12-04 | 1 | -0/+4 |
* | More descriptive error when rendering a partial with `:layout => true` | Yves Senn | 2012-12-02 | 1 | -0/+10 |
* | Add CHANGELOG entries for the observes extraction | Rafael Mendonça França | 2012-11-29 | 1 | -0/+4 |
* | Add CHANGELOG entry for opt-out option of automatic template digesting | Drew Ulmer | 2012-11-27 | 1 | -0/+8 |
* | No sort Hash options in #grouped_options_for_select | Sergey Kojin | 2012-11-27 | 1 | -0/+2 |
* | Accept symbols as #send_data :disposition value | Elia Schito | 2012-11-27 | 1 | -0/+2 |
* | @steveklabnik can't spell 'distance.' | Steve Klabnik | 2012-11-26 | 1 | -1/+1 |
* | Add changelog for #7997. | Steve Klabnik | 2012-11-26 | 1 | -0/+2 |
* | assert_template: validating option keys | Roberto Soares | 2012-11-25 | 1 | -1/+3 |
* | `assert_template` fails with empty string. | Roberto Soares | 2012-11-23 | 1 | -1/+1 |
* | `assert_template` fails with empty string when a template has been rendered | Roberto Soares | 2012-11-23 | 1 | -0/+4 |
* | Indent changelog markdown code to highlight correctly | Carlos Antonio da Silva | 2012-11-22 | 1 | -11/+11 |
* | Allow setting a symbol as path in scope on routes | Guillermo Iguaran | 2012-11-21 | 1 | -0/+22 |
* | Correct the use of params options when given to url_for | Carlos Antonio da Silva | 2012-11-19 | 1 | -0/+12 |
* | render every partial with a new `PartialRenderer`. | Yves Senn | 2012-11-19 | 1 | -0/+6 |
* | Move changelog entry from #8235 to the top [ci skip] | Carlos Antonio da Silva | 2012-11-16 | 1 | -7/+7 |
* | Introduce `ActionView::Template::Handlers::ERB.escape_whitelist`. | Joost Baaij | 2012-11-16 | 1 | -0/+7 |
* | Add CHANGELOG entry for #8108 on master too. | Rafael Mendonça França | 2012-11-08 | 1 | -0/+16 |
* | Clear url helpers when reloading routes | Santiago Pastorino | 2012-11-02 | 1 | -0/+4 |
* | Revert "Merge pull request #7668 from Draiken/fix_issue_6497" | Rafael Mendonça França | 2012-11-02 | 1 | -10/+0 |
* | Fix #8086 (BestStandardsSupport rewrites app X-UA-Compatible header, now appe... | Nikita Afanasenko | 2012-11-01 | 1 | -0/+5 |
* | Revert "if format is unknown NullMimeTypeObject is returned" | Guillermo Iguaran | 2012-10-31 | 1 | -5/+0 |
* | if format is unknown NullMimeTypeObject is returned | Angelo capilleri | 2012-10-31 | 1 | -0/+5 |
* | Merge pull request #7975 from butcher/extend_date_select_helper_functionality | Rafael Mendonça França | 2012-10-18 | 1 | -0/+5 |
|\ |
|
| * | Extend date_select helper functionality. | Pavel Nikitin | 2012-10-18 | 1 | -0/+3 |
* | | Add changelog entry for precompile config | Joshua Peek | 2012-10-17 | 1 | -0/+4 |