| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary `with_default_enforce_utf8` method | yuuji.yaginuma | 2018-05-28 | 1 | -9/+0 |
* | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 1 | -0/+65 |
* | Change translation key of submit_tag from module_name_class_name to module_na... | Rui Onodera | 2018-02-27 | 1 | -1/+19 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | Make form_with_generates_ids default value to be false | Rafael Mendonça França | 2017-11-27 | 1 | -0/+9 |
* | Enable `Style/DefWithParentheses` rubocop rule | Ryuta Kamizono | 2017-11-27 | 1 | -1/+1 |
* | Change `form_with` to generates ids by default | npezza93 | 2017-11-25 | 1 | -190/+218 |
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 1 | -0/+2 |
* | Expectation first | Akira Matsuda | 2017-07-02 | 1 | -4/+4 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 1 | -0/+1 |
|\ |
|
| * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | | Make ActionView frozen string literal friendly. | Pat Allan | 2017-06-20 | 1 | -5/+5 |
|/ |
|
* | Generate field ids in `collection_check_boxes` and `collection_radio_buttons` | yuuji.yaginuma | 2017-06-11 | 1 | -18/+18 |
* | Don't support namespace in form_with. | Kasper Timm Hansen | 2017-06-07 | 1 | -18/+0 |
* | Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`... | kyuden | 2017-04-24 | 1 | -0/+2 |
* | Configure form_with_generates_remote_forms in its own initializer | Rafael Mendonça França | 2017-04-21 | 1 | -0/+22 |
* | Reduce string objects by using \ instead of + or << for concatenating strings | Akira Matsuda | 2017-01-12 | 1 | -191/+191 |
* | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -2/+1 |
* | Privatize unneededly protected methods in Action View tests | Akira Matsuda | 2016-12-23 | 1 | -1/+1 |
* | Unneeded attr_accessor with side effects | Akira Matsuda | 2016-12-23 | 1 | -4/+0 |
* | fields: support attributes not on model. | Kasper Timm Hansen | 2016-12-18 | 1 | -0/+35 |
* | form_with: allow methods outside the model. | Kasper Timm Hansen | 2016-12-18 | 1 | -12/+69 |
* | Avoid invalid attribute on local forms generated by `form_with` | George Claghorn | 2016-12-15 | 1 | -0/+10 |
* | form_with/fields: Don't output ids by default | Kasper Timm Hansen | 2016-12-13 | 1 | -200/+200 |
* | Add form_with to unify form_tag/form_for. (#26976) | Kasper Timm Hansen | 2016-11-21 | 1 | -0/+2134 |