Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression test on CollectionCheckBoxes to accept `include_hidden` | Mauro George | 2015-09-24 | 1 | -0/+7 |
| | | | | as string | ||||
* | Add a hidden field on the collection_radio_buttons | Mauro George | 2015-09-24 | 1 | -0/+35 |
| | | | | | This will avoid a error be raised when the only input on the form is the `collection_radio_buttons`. | ||||
* | Fix invalid css selectors in form_collections_helper_test.rb. | Timm | 2014-06-16 | 1 | -11/+11 |
| | |||||
* | Migrated test away from escaped quotes. | Timm | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Fixed deprecated selector in form_collections_helper_test.rb with from ↵ | Timm | 2014-06-16 | 1 | -1/+1 |
| | | | | catch_invalid_selector. Sweet. | ||||
* | Fixed Nokogiri::CSS::SyntaxErrors. | Timm | 2014-06-15 | 1 | -32/+32 |
| | | | | Fixed a Nokogiri::CSS::SyntaxError by using its expected format for unicode characters. | ||||
* | `collection_check_boxes` respects `:index` option for the hidden filed name. | Vasiliy Ermolovich | 2014-04-14 | 1 | -0/+7 |
| | | | | closes #14147 | ||||
* | CollectionHelpers now accepts a readonly option | Mauro George | 2014-04-12 | 1 | -0/+44 |
| | |||||
* | Merge pull request #12662 from nashby/include-hidden-collection | Rafael Mendonça França | 2014-03-15 | 1 | -0/+7 |
|\ | | | | | | | | | | | | | | | add include_hidden option to collection_check_boxes helper Conflicts: actionview/CHANGELOG.md actionview/test/template/form_collections_helper_test.rb | ||||
| * | add include_hidden option to collection_check_boxes helper | Vasiliy Ermolovich | 2013-10-27 | 1 | -0/+7 |
| | | |||||
* | | "serie" => "series" | Waynn Lue | 2014-01-13 | 1 | -2/+2 |
| | | |||||
* | | test description uses "disable" when it should be "disabled" | Waynn Lue | 2013-12-11 | 1 | -1/+1 |
| | | |||||
* | | value is "disabled" not "disable" | Waynn Lue | 2013-12-11 | 1 | -1/+1 |
| | | |||||
* | | Label only accepts `:index` and `:namespace` attributes from the input | Andriel Nuernberg | 2013-12-05 | 1 | -0/+36 |
|/ | |||||
* | Use the given name in html_options for the hidden field in ↵ | Angel N. Sciortino | 2013-09-24 | 1 | -0/+7 |
| | | | | collection_check_boxes | ||||
* | "generates" applies to "collection radio" so it should be singular | Waynn Lue | 2013-09-12 | 1 | -2/+2 |
| | | | I accidentally pushed this change to docrails before realizing that it's technically a code change, so I'm opening this pull request (and rolling back my change to docrails). | ||||
* | Merge pull request #12143 from rajcybage/fixing_typos | Carlos Antonio da Silva | 2013-09-05 | 1 | -1/+1 |
|\ | | | | | fix actionview and activemodel test cases typos | ||||
| * | fix actionview and activemodel test cases typos | Rajarshi Das | 2013-09-05 | 1 | -1/+1 |
| | | |||||
* | | Fix method name typos | Vipul A M | 2013-09-05 | 1 | -1/+1 |
|/ | |||||
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 1 | -0/+358 |