Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Example of setting data attributes for image_tag | Nishant Modak | 2015-11-20 | 2 | -1/+4 | |
* | | | | | | | 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 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | 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 | 4 | -1/+10 | |
|/ / / / / / / | ||||||
* | | | | | | | Fix week_field returning invalid value | Christoph | 2015-11-10 | 3 | -5/+16 | |
* | | | | | | | 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 | 3 | -2/+8 | |
* | | | | | | | 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 | 3 | -2/+33 | |
* | | | | | | | Add tests to make sure mail_to work with nil and SafeBuffer | Rafael Mendonça França | 2015-11-03 | 1 | -0/+14 | |
* | | | | | | | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 4 | -16/+38 | |
|/ / / / / / | ||||||
* | | | | | | Fix style issues with #16252 | Sean Griffin | 2015-10-29 | 2 | -12/+9 | |
* | | | | | | making selected value to accept Hash like the default option. E.g. selected: ... | Lecky Lao | 2015-10-29 | 3 | -1/+33 | |
* | | | | | | Merge pull request #22116 from gsamokovarov/fix-form-for-block-test | Yves Senn | 2015-10-29 | 1 | -2/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix a faulty form_for test | Genadi Samokovarov | 2015-10-29 | 1 | -2/+3 | |
* | | | | | | | Ignore scope in missing translation input. | Kasper Timm Hansen | 2015-10-28 | 2 | -1/+9 | |
* | | | | | | | Tweaked wording used in some tests. | Sebastian McKenzie | 2015-10-25 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Collection check boxes propagates input's id to the label's for attribute. | Vasiliy Ermolovich | 2015-10-20 | 3 | -0/+18 | |
* | | | | | | Delete needless `require 'active_support/deprecation'` | yui-knk | 2015-10-20 | 1 | -1/+0 | |
* | | | | | | 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 | 3 | -3/+3 | |
* | | | | | 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 | |
|/ / / / / | ||||||
* | | | | | Fix ActionView changelog documentation [ci skip] | Abhishek Jain | 2015-10-06 | 1 | -1/+1 | |
* | | | | | render should return a string | Aaron Patterson | 2015-10-05 | 1 | -1/+1 | |
* | | | | | Add test cases for checkbox_tag | Prakash Laxkar | 2015-10-01 | 1 | -0/+12 | |
* | | | | | Add test case for text_field_tag | Akshay Vishnoi | 2015-10-01 | 1 | -1/+7 | |
* | | | | | 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 | 2 | -1/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix - Prevent adding of `data-disable-with` option twice in html. | Akshay Vishnoi | 2015-09-18 | 2 | -1/+9 | |
* | | | | | | Fix names of test cases | Akshay Vishnoi | 2015-09-29 | 1 | -3/+3 | |
* | | | | | | 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 #21781 from ronakjangir47/partial_caching_test | Kasper Timm Hansen | 2015-09-26 | 1 | -0/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Added test cases where collection partial cached for different key and render... | Ronak Jangir | 2015-09-26 | 1 | -0/+10 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #21431 from ojab/master | Rafael Mendonça França | 2015-09-26 | 2 | -1/+29 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Handle nested fields_for by adding indexes to record_name | ojab | 2015-08-30 | 2 | -1/+29 | |
* | | | | | | | Regression test on CollectionCheckBoxes to accept `include_hidden` | Mauro George | 2015-09-24 | 1 | -0/+7 | |
* | | | | | | | Add a hidden field on the collection_radio_buttons | Mauro George | 2015-09-24 | 7 | -36/+96 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | 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 | |
|/ / / / / / | ||||||
* | | | | | | compare arrays not set objects. | Aaron Patterson | 2015-09-21 | 1 | -3/+3 | |
* | | | | | | Merge pull request #21612 from ronakjangir47/remove_unused_params | Sean Griffin | 2015-09-21 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | |