| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Fix date_select option overwriting html classes | Izumi Wong-Horiuchi | 2014-03-24 | 1 | -0/+4 |
* | fix `number_to_percentage` with `Float::NAN`, `Float::INFINITY`. | Yves Senn | 2014-03-17 | 1 | -0/+7 |
* | Merge pull request #12662 from nashby/include-hidden-collection | Rafael Mendonça França | 2014-03-15 | 1 | -0/+4 |
|\ |
|
| * | add include_hidden option to collection_check_boxes helper | Vasiliy Ermolovich | 2013-10-27 | 1 | -1/+5 |
* | | Variants in ActionView::Digestor | Piotr Chmolowski | 2014-03-04 | 1 | -0/+9 |
* | | Added missing changlog entry for #14255 | Godfrey Chan | 2014-03-04 | 1 | -0/+7 |
* | | Point master changelogs to 4-1-stable branch | Carlos Antonio da Silva | 2014-02-25 | 1 | -331/+1 |
* | | Fix ActionView label translation for more than 10 nested elements | Vladimir Krylov | 2014-02-24 | 1 | -1/+5 |
* | | Merge branch '4-1-0-beta2' | Rafael Mendonça França | 2014-02-18 | 1 | -0/+4 |
|\ \ |
|
| * | | Preparing for 4.1.0.beta2 release | Rafael Mendonça França | 2014-02-18 | 1 | -0/+4 |
* | | | Add missing CHANGELOG entry to Action View | Prem Sichanugrist | 2014-02-18 | 1 | -0/+5 |
* | | | implements new option :month_format_string for date select helpers [Closes #1... | Xavier Noria | 2014-02-15 | 1 | -0/+14 |
* | | | Minor changelog improvements [ci skip] | Carlos Antonio da Silva | 2014-01-31 | 1 | -1/+1 |
* | | | tidy CHANGELOGs [ci skip] | Yves Senn | 2014-01-30 | 1 | -8/+10 |
* | | | Rails config for raise on missing translations | Kassio Borges | 2014-01-27 | 1 | -0/+7 |
* | | | Update changelog | João Britto | 2014-01-09 | 1 | -0/+7 |
* | | | Switched to use `display:none` in extra_tags_for_form method. | Gaelian Ditchburn | 2014-01-05 | 1 | -0/+6 |
* | | | Add a changelog entry for #13363 [ci skip] | Robin Dupret | 2013-12-21 | 1 | -0/+8 |
|/ / |
|
* | | Merge pull request #13059 from imkmf/cycle-accepts-array | Rafael Mendonça França | 2013-12-06 | 1 | -0/+18 |
|\ \ |
|
| * | | A Cycle object should accept an array and cycle through it as it would | Kristian Freeman | 2013-12-06 | 1 | -0/+16 |
* | | | Label only accepts `:index` and `:namespace` attributes from the input | Andriel Nuernberg | 2013-12-05 | 1 | -0/+25 |
* | | | Added \u2028 \u2029 to json_escape | Godfrey Chan | 2013-12-04 | 1 | -0/+3 |
* | | | Fixed a long-standing bug in `json_escape` that strips quotation marks | Godfrey Chan | 2013-12-04 | 1 | -0/+4 |
* | | | `ActionView::MissingTemplate` for partials includes underscore. | Yves Senn | 2013-12-02 | 1 | -0/+6 |
|/ / |
|
* | | Use `set_backtrace` instead of `@backtrace` in ActionView error | Shimpei Makimoto | 2013-11-16 | 1 | -0/+4 |
* | | Improve changelogs formatting [ci skip] | Carlos Antonio da Silva | 2013-11-09 | 1 | -6/+6 |
* | | fix simple_format escapes own output when sanitize is set to true | pseidemann | 2013-11-08 | 1 | -1/+5 |