| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix img alt attribute generation when using Sprockets >= 3.0 | Bart de Water | 2016-01-27 | 1 | -0/+5 |
* | Merge pull request #20046 from yoongkang/ladida | Rafael Mendonça França | 2016-01-16 | 1 | -0/+6 |
|\ |
|
| * | Use ActiveSupport::SafeBuffer when flushing content_for | Yoong Kang Lim | 2015-05-25 | 1 | -0/+6 |
* | | docs, formatting pass over changelogs. [ci skip] | Yves Senn | 2016-01-13 | 1 | -1/+1 |
* | | Fix collection_radio_buttons' hidden_field name and make it appear before the... | Santiago Pastorino | 2015-12-31 | 1 | -0/+8 |
* | | TestController#parameters returns AC::Parameters | Justin Coyne | 2015-12-29 | 1 | -0/+5 |
* | | Merge pull request #22778 from y-yagi/fix_submit_tag_with_symbol_value | Yves Senn | 2015-12-24 | 1 | -0/+5 |
* | | release notes, extract notable changes from Action View CHANGELOG. | Yves Senn | 2015-12-22 | 1 | -4/+4 |
* | | No more no changes entries in the CHANGELOGs | Genadi Samokovarov | 2015-12-21 | 1 | -3/+0 |
* | | fix typo in config value [ci skip] | yuuji.yaginuma | 2015-12-19 | 1 | -1/+1 |
* | | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
* | | debug_missing_translation configuration added to action_view | Sameer Rahmani | 2015-12-18 | 1 | -0/+9 |
* | | Merge pull request #21914 from zachalewel/zachalewel-patch-1 | Matthew Draper | 2015-12-18 | 1 | -8/+8 |
|\ \ |
|
| * | | Update CHANGELOG.md | Zach Alewel | 2015-10-08 | 1 | -1/+1 |
| * | | Update CHANGELOG.md for readability | Zach Alewel | 2015-10-08 | 1 | -1/+1 |
* | | | Merge pull request #22280 from yui-knk/fix_chagnelog_actionview | Richard Schneeman | 2015-11-12 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | [ci skip] Fix CHANGELOG.md format from list to italic. | yui-knk | 2015-11-13 | 1 | -1/+1 |
* | | | | Respect value of `:object` if `:object` is false when rendering | yui-knk | 2015-11-13 | 1 | -0/+6 |
|/ / / |
|
* | | | Fix week_field returning invalid value | Christoph | 2015-11-10 | 1 | -0/+5 |
* | | | fix method name typo [ci skip] | yuuji.yaginuma | 2015-11-09 | 1 | -1/+1 |
* | | | Allow `host` option in javscript and css helpers | Grzegorz Witek | 2015-11-08 | 1 | -0/+4 |
* | | | Don’t allow arbitrary data in back urls | Damien Burke | 2015-11-03 | 1 | -0/+4 |
* | | | Fix style issues with #16252 | Sean Griffin | 2015-10-29 | 1 | -4/+4 |
* | | | making selected value to accept Hash like the default option. E.g. selected: ... | Lecky Lao | 2015-10-29 | 1 | -0/+4 |
* | | | Collection check boxes propagates input's id to the label's for attribute. | Vasiliy Ermolovich | 2015-10-20 | 1 | -0/+5 |
|/ / |
|
* | | Fix ActionView changelog documentation [ci skip] | Abhishek Jain | 2015-10-06 | 1 | -1/+1 |
* | | Add a hidden field on the collection_radio_buttons | Mauro George | 2015-09-24 | 1 | -0/+5 |
* | | `url_for` does not modify polymorphic options | Bernerd Schaefer | 2015-09-04 | 1 | -0/+4 |
* | | - Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us... | Vipul A M | 2015-08-28 | 1 | -0/+10 |
* | | Make disable_with default in submit_tag | Justin Schiff | 2015-08-11 | 1 | -0/+5 |
* | | Sometimes you need a specific break sequence while using word wrap and as tod... | Mauricio Gomez Aguinaga | 2015-08-11 | 1 | -0/+4 |
* | | Add wildcard template dependencies. | Kasper Timm Hansen | 2015-07-26 | 1 | -0/+18 |
* | | Support explicit defintion of resouce name for collection caching. | Dov Murik | 2015-07-07 | 1 | -0/+5 |
* | | Merge pull request #20669 from akolomiychuk/image-path | Yves Senn | 2015-06-29 | 1 | -0/+4 |
|\ \ |
|
* | | | Fix cache issue when different partials use the same collection | Roque Pinel | 2015-06-28 | 1 | -0/+9 |
* | | | Improve detection of partial templates eligible for collection caching. | Dov Murik | 2015-06-22 | 1 | -0/+5 |
|/ / |
|
* / | Raise an ArgumentError when `include_blank` is false for a required field in | Grey Baker | 2015-06-08 | 1 | -0/+5 |
|/ |
|
* | Pass over CHANGELOGS [ci skip] | Prathamesh Sonpatki | 2015-05-16 | 1 | -2/+3 |
* | Do not put partial name to local_assigns when rendering without an object | Henrik Nygren | 2015-05-14 | 1 | -0/+4 |
* | Remove :rescue_format option for translate helper since it's no longer suppor... | Bernard Potocki | 2015-05-04 | 1 | -0/+5 |
* | Handle raise flag in translate when both main and default translation is miss... | Bernard Potocki | 2015-05-04 | 1 | -0/+7 |
* | Revert "Merge pull request #19844 from stevenspiel/link_to_if_block_helper_ad... | Yves Senn | 2015-05-01 | 1 | -4/+0 |
* | Merge pull request #19844 from stevenspiel/link_to_if_block_helper_addition | Yves Senn | 2015-05-01 | 1 | -0/+4 |
|\ |
|
* | | pass over CHANGELOGs. [ci skip] | Yves Senn | 2015-04-22 | 1 | -2/+1 |
|/ |
|
* | Override default form builder for a controller | Kevin McPhillips | 2015-04-13 | 1 | -0/+5 |
* | Accept lambda as child_index option in #fields_for method | Karol Galanciak | 2015-04-05 | 1 | -0/+4 |
* | Merge pull request #19649 from aprescott/allow-array-defaults | Matthew Draper | 2015-04-05 | 1 | -0/+6 |
|\ |
|
| * | Allow an array to be a default translation value. | Adam Prescott | 2015-04-04 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #19421 from jcoyne/translate_defaults_with_nil | Rafael Mendonça França | 2015-03-20 | 1 | -0/+8 |
* | put the changelog entry in the right file :sweat: [ci skip] | Yves Senn | 2015-03-06 | 1 | -0/+7 |