aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/form_options_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add AS::TimeZone#match?Akira Matsuda2019-07-291-0/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`lulalala2019-03-311-2/+12
* Fix integer regex deprecation warnings for Ruby 2.6.0 (#34728)Vinicius Stock2018-12-211-0/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Merge pull request #33547 from Ana06/patch-1Matthew Draper2018-08-231-1/+14
|\
| * Add tests for privates methods in view's helpersAna María Martínez Gómez2018-08-081-1/+14
|/
* Let select render default selected option for required fieldSerj Prikhodko2018-02-271-0/+10
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* Merge pull request #31578 from Aquaj/feature/allow-callables-in-select-group-...George Claghorn2017-12-291-0/+16
|\
| * Allow the use of callable objects as group methods for grouped selects.Jérémie Bonal2017-12-271-0/+16
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-1/+1
|/
* Fix field_error_proc wrap form select optgroup and divider option tagneumayr2017-11-091-0/+19
* Fix RuboCop offensesKoichi ITO2017-08-161-24/+24
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-171-22/+22
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix select tag helper used with Enumerable choicesSam Pohlenz2017-05-171-0/+17
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-118/+118
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-35/+35
* Add three new rubocop rulesRafael Mendonça França2016-08-161-7/+7
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-6/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-40/+40
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+4
* modernizes hash syntax in actionviewXavier Noria2016-08-061-69/+69
* applies new string literal convention in actionview/testXavier Noria2016-08-061-61/+61
* - Added select tag test for verifying passing html options to f.select helperVipul A M2016-06-281-1/+10
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-201-1/+1
* Bring back `===` stubbing in `time_zone_select` test.Kasper Timm Hansen2015-11-221-1/+7
* Ditch `each_with_index` for `each`.Kasper Timm Hansen2015-11-221-1/+1
* Don't cache fake time zones.Kasper Timm Hansen2015-11-221-8/+9
* Removed Mocha from Action ViewRonak Jangir2015-09-231-13/+31
* Raise an ArgumentError when `include_blank` is false for a required field inGrey Baker2015-06-081-0/+7
* Fixed #select form builder helper to support block with html outputBogdan Gusiev2014-08-051-0/+13
* Add test for selected and disabled custom attributes in options_for_selectLaura Paredes2014-03-311-1/+21
* Fix some edge cases for AV `select` helper with `:selected` optionBogdan Gusiev2013-09-231-0/+16
* Ability to pass block to AV#select helperBogdan Gusiev2013-09-231-0/+15
* There's no need to do thisSantiago Pastorino2013-09-171-4/+1
* add support for html attributes to grouped_options_for_selectVasiliy Ermolovich2013-07-201-0/+10
* Remove passing the prompt to grouped_options_for_select as an argument, becau...kennyj2013-06-281-17/+0
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+1304