| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Add Html template handler that wraps Raw output in an OutputBuffer | Santiago Pastorino | 2016-01-05 | 2 | -1/+12 |
|/ / / / |
|
* | | | | Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_su... | Rafael França | 2016-01-04 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | downcase default submit button value's model name | Steven Spiel | 2016-01-01 | 1 | -0/+2 |
* | | | | | Update copyright notices to 2016 [ci skip] | Rashmi Yadav | 2015-12-31 | 1 | -1/+1 |
* | | | | | Fix collection_radio_buttons' hidden_field name and make it appear before the... | Santiago Pastorino | 2015-12-31 | 2 | -2/+10 |
* | | | | | TestController#parameters returns AC::Parameters | Justin Coyne | 2015-12-29 | 1 | -1/+1 |
* | | | | | Merge pull request #22759 from akshay-vishnoi/human-size-helper | Eileen M. Uchitelle | 2015-12-27 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | Add support for Petabyte and Exabyte in number to human size | Akshay Vishnoi | 2015-12-22 | 1 | -0/+2 |
| |/ / / / |
|
* | | | | | fix TypeError when using submit_tag with Symbol value | yuuji.yaginuma | 2015-12-24 | 1 | -1/+1 |
* | | | | | Add caveat to number_to_currency docs [ci skip] | Derek Prior | 2015-12-23 | 1 | -0/+8 |
* | | | | | Require only the concurrent/map feature | Rafael Mendonça França | 2015-12-23 | 1 | -1/+1 |
|/ / / / |
|
* | | / | do not use `div_for` in example [ci skip] | yuuji.yaginuma | 2015-12-22 | 1 | -8/+9 |
| |_|/
|/| | |
|
* | | | Merge pull request #22462 from lxsameer/i18n_html_wrap | Rafael França | 2015-12-18 | 2 | -0/+11 |
|\ \ \ |
|
| * | | | debug_missing_translation configuration added to action_view | Sameer Rahmani | 2015-12-18 | 2 | -0/+11 |
* | | | | Change `alpha` to `beta1` to prep for release of Rails 5 | eileencodes | 2015-12-18 | 1 | -1/+1 |
|/ / / |
|
* | | | Remove ActionView::Helpers::CacheHelper#fragment_cache_key | Sam Stephenson | 2015-12-14 | 1 | -8/+0 |
* | | | Merge pull request #17013 from gsamokovarov/fix-null-resolver | Sean Griffin | 2015-11-23 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | Fix improper value types used to instantiate a Template in AV::NullResolver | Genadi Samokovarov | 2014-09-22 | 1 | -2/+1 |
* | | | | Example of setting data attributes for image_tag | Nishant Modak | 2015-11-20 | 1 | -0/+2 |
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-11-15 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | [ci skip] Use full component name in public API document | yui-knk | 2015-11-15 | 1 | -1/+1 |
* | | | | | Respect value of `:object` if `:object` is false when rendering | yui-knk | 2015-11-13 | 1 | -1/+1 |
* | | | | | Fix week_field returning invalid value | Christoph | 2015-11-10 | 1 | -1/+1 |
* | | | | | Allow `host` option in javscript and css helpers | Grzegorz Witek | 2015-11-08 | 1 | -2/+2 |
* | | | | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 4 | -4/+4 |
* | | | | | Don’t allow arbitrary data in back urls | Damien Burke | 2015-11-03 | 1 | -2/+12 |
* | | | | | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 2 | -7/+14 |
|/ / / / |
|
* | | | | Fix style issues with #16252 | Sean Griffin | 2015-10-29 | 1 | -8/+5 |
* | | | | making selected value to accept Hash like the default option. E.g. selected: ... | Lecky Lao | 2015-10-29 | 1 | -1/+9 |
* | | | | Ignore scope in missing translation input. | Kasper Timm Hansen | 2015-10-28 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Collection check boxes propagates input's id to the label's for attribute. | Vasiliy Ermolovich | 2015-10-20 | 1 | -0/+2 |
* | | | Merge pull request #21894 from abhishekjain16/refactor_with_dry | Rafael Mendonça França | 2015-10-08 | 1 | -10/+6 |
|\ \ \ |
|
| * | | | Follow DRY principle and remove duplication | Abhishek Jain | 2015-10-08 | 1 | -10/+6 |
* | | | | [ci skip] fix typo | Abhishek Jain | 2015-10-07 | 1 | -1/+1 |
|/ / / |
|
* | | | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat | Jeremy Daer | 2015-10-06 | 1 | -1/+1 |
* | | | Merge pull request #21887 from abhishekjain16/doc_fix | Kasper Timm Hansen | 2015-10-06 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix usage of word alternatively in docs [ci skip] | Abhishek Jain | 2015-10-06 | 1 | -1/+1 |
* | | | | [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel sound | tanmay3011 | 2015-10-06 | 1 | -1/+1 |
|/ / / |
|
* | | | Improve readability of docs by using code tag [ci skip] | Prakash Laxkar | 2015-09-29 | 1 | -1/+1 |
* | | | Merge pull request #21661 from akshay-vishnoi/submit_tag_tests | Rafael Mendonça França | 2015-09-29 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix - Prevent adding of `data-disable-with` option twice in html. | Akshay Vishnoi | 2015-09-18 | 1 | -1/+1 |
* | | | | Merge pull request #21790 from yui-knk/fix_doc_date_field | Rafael Mendonça França | 2015-09-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | [ci skip] Fix which method `FormHelper#date_field` try to call | yui-knk | 2015-09-27 | 1 | -1/+1 |
* | | | | | minor doc fix [ci skip] | Mehmet Emin İNAÇ | 2015-09-27 | 1 | -3/+3 |
|/ / / / |
|
* | | | | Merge pull request #21431 from ojab/master | Rafael Mendonça França | 2015-09-26 | 1 | -1/+8 |
|\ \ \ \ |
|
| * | | | | Handle nested fields_for by adding indexes to record_name | ojab | 2015-08-30 | 1 | -1/+8 |
* | | | | | Add a hidden field on the collection_radio_buttons | Mauro George | 2015-09-24 | 4 | -32/+47 |
* | | | | | Merge pull request #21712 from amitsuroliya/html_fix | Yves Senn | 2015-09-22 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Correcting output of `file_field` with `multiple` attribute option [ci skip] | amitkumarsuroliya | 2015-09-22 | 1 | -2/+2 |
* | | | | | | Correcting output of `number_to_percentage` example in `number_helper` [ci skip] | amitkumarsuroliya | 2015-09-22 | 1 | -1/+1 |
|/ / / / / |
|