| Commit message (Expand) | Author | Age | Files | Lines |
* | Use option url: false to allow entries without a link tag | Daniel Gomez de Souza | 2015-01-16 | 1 | -0/+3 |
* | Fix typo in ActionView CHANGELOG [ci skip] | Prathamesh Sonpatki | 2015-01-14 | 1 | -1/+1 |
* | Change the default template handler from `ERB` to `Raw`. | Rafael Mendonça França | 2015-01-04 | 1 | -0/+7 |
* | Remove deprecated `AbstractController::Base::parent_prefixes` | Rafael Mendonça França | 2015-01-04 | 1 | -0/+4 |
* | Fix a few typos [ci skip] | Robin Dupret | 2015-01-03 | 1 | -1/+1 |
* | Unsafe default translations should not be marked html_safe | Justin Coyne | 2015-01-02 | 1 | -0/+5 |
* | Merge pull request #17974 from killthekitten/fix-render-block | Rafael Mendonça França | 2015-01-02 | 1 | -0/+4 |
|\ |
|
| * | Make possible to use blocks with short version of render partial | Nikolay Shebanov | 2014-12-19 | 1 | -0/+4 |
* | | Merge pull request #17973 from maurogeorge/file_field_hidden_field | Rafael Mendonça França | 2015-01-02 | 1 | -0/+6 |
|\ \ |
|
| * | | Add a hidden_field on the file_field | Mauro George | 2015-01-02 | 1 | -0/+6 |
|/ / |
|
* | | Changelog edits [ci skip] | Robin Dupret | 2014-12-31 | 1 | -2/+2 |
* | | fix error message of option as with invalid charters in partial rendering | Angelo capilleri | 2014-12-29 | 1 | -0/+5 |
|/ |
|
* | Revert "Re-enable capture'ing non-String values" | Santiago Pastorino | 2014-12-15 | 1 | -7/+0 |
* | Re-enable capture'ing non-String values | Carsten Zimmermann | 2014-12-14 | 1 | -0/+7 |
* | Start Rails 5 development :tada: | Rafael Mendonça França | 2014-11-28 | 1 | -218/+1 |
* | Local vars should exist in partials for falsy `:object:` values too | Agis- | 2014-11-25 | 1 | -0/+7 |
* | Add `:enforce_utf8` option to form_for | claudiob | 2014-11-20 | 1 | -0/+7 |
* | Some valid block calls in templates caused syntax errors | Akira Matsuda | 2014-11-20 | 1 | -0/+5 |
* | Add CHANGELOG entry for #17064 | Rafael Mendonça França | 2014-10-25 | 1 | -0/+6 |
* | Revert "Revert "Merge pull request #16888 from jejacks0n/render_template"" | Godfrey Chan | 2014-09-26 | 1 | -0/+9 |
* | Revert "Merge pull request #16888 from jejacks0n/render_template" | Godfrey Chan | 2014-09-23 | 1 | -9/+0 |
* | CHANGELOG for 07635a7 | Godfrey Chan | 2014-09-23 | 1 | -0/+9 |
* | [ci skip] ActionView and ActionMailer CHANGELOG docs fixes | Akshay Vishnoi | 2014-09-18 | 1 | -4/+4 |
* | Add support for ARIA attributes in tags | PaoMar | 2014-09-03 | 1 | -0/+12 |
* | minor changelog formatting changes. | Yves Senn | 2014-08-27 | 1 | -3/+3 |
* | provide a builder for form labels to customize wrapping around I18n content | Alex Robbin | 2014-08-20 | 1 | -0/+7 |
* | add I18n support for `:placeholder` HTML option is passed to form fields | Alex Robbin | 2014-08-12 | 1 | -0/+6 |
* | Fix that render layout should also be picked up by the template dependency tr... | David Heinemeier Hansson | 2014-07-25 | 1 | -0/+4 |
* | Add CHANGELOG entry for PartialIteration. | Rafael Mendonça França | 2014-07-16 | 1 | -0/+10 |
* | Return an absolute instead of relative path from an asset url in the case of ... | Jolyon Pawlyn | 2014-07-15 | 1 | -0/+5 |
* | Synced 4.2 release notes with the latest commits. | Godfrey Chan | 2014-07-11 | 1 | -1/+1 |
* | Add CHANGELOG for c803b90 | Godfrey Chan | 2014-07-02 | 1 | -0/+4 |
* | Add CHANGELOG entry for #15214 | Rafael Mendonça França | 2014-06-30 | 1 | -0/+4 |
* | 'TextHelper#highlight' now accepts a block to highlight the matched words. | Lucas Mazza | 2014-06-19 | 1 | -0/+9 |
* | Merge pull request #15654 from pdg137/master | Matthew Draper | 2014-06-13 | 1 | -0/+10 |
|\ |
|
* \ | Merge pull request #15590 from zuhao/refactor_actionview_register_template_ha... | Yves Senn | 2014-06-12 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Add unregister_template_handler to prevent leaks. | Zuhao Wan | 2014-06-12 | 1 | -0/+6 |
* | | Fix cache_digest rake tasks | Jiri Pospisil | 2014-06-10 | 1 | -0/+4 |
|/ |
|
* | Merge pull request #15021 from hubertlepicki/allow_custom_host_in_asset_url | Rafael Mendonça França | 2014-05-16 | 1 | -1/+5 |
|\ |
|
| * | Improve documentation for asset_url | Hubert Łępicki | 2014-05-08 | 1 | -0/+4 |
* | | formatting pass through CHANGELOGS. [ci skip] | Yves Senn | 2014-05-16 | 1 | -1/+3 |
* | | Improve CHANGELOG entry | Rafael Mendonça França | 2014-05-14 | 1 | -2/+4 |
* | | deprecate AbC:Base::parent_prefixes. | Nick Sutterer | 2014-05-13 | 1 | -0/+4 |
|/ |
|
* | Include label value in i18n attribute lookup | Joshua Cody | 2014-05-06 | 1 | -0/+20 |
* | Enhance a bit a few changelog entries [ci skip] | Robin Dupret | 2014-05-02 | 1 | -2/+2 |
* | always use File.join | phoet | 2014-05-01 | 1 | -0/+10 |
* | Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon to imag... | glorieux | 2014-04-21 | 1 | -0/+15 |
* | Merge pull request #14738 from tilsammans/pull/11407 | Rafael Mendonça França | 2014-04-17 | 1 | -0/+8 |
|\ |
|
| * | Remove wrapping div with inline styles for hidden form fields. | Joost Baaij | 2014-04-14 | 1 | -0/+8 |
* | | `collection_check_boxes` respects `:index` option for the hidden filed name. | Vasiliy Ermolovich | 2014-04-14 | 1 | -0/+6 |
|/ |
|