index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
/
test
/
template
/
form_options_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`
lulalala
2019-03-31
1
-2
/
+12
*
Fix integer regex deprecation warnings for Ruby 2.6.0 (#34728)
Vinicius Stock
2018-12-21
1
-0
/
+1
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Merge pull request #33547 from Ana06/patch-1
Matthew Draper
2018-08-23
1
-1
/
+14
|
\
|
*
Add tests for privates methods in view's helpers
Ana María Martínez Gómez
2018-08-08
1
-1
/
+14
|
/
*
Let select render default selected option for required field
Serj Prikhodko
2018-02-27
1
-0
/
+10
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-3
/
+3
*
Merge pull request #31578 from Aquaj/feature/allow-callables-in-select-group-...
George Claghorn
2017-12-29
1
-0
/
+16
|
\
|
*
Allow the use of callable objects as group methods for grouped selects.
Jérémie Bonal
2017-12-27
1
-0
/
+16
*
|
Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more
Ryuta Kamizono
2017-12-12
1
-1
/
+1
|
/
*
Fix field_error_proc wrap form select optgroup and divider option tag
neumayr
2017-11-09
1
-0
/
+19
*
Fix RuboCop offenses
Koichi ITO
2017-08-16
1
-24
/
+24
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
Enable `Layout/FirstParameterIndentation` cop
Ryuta Kamizono
2017-07-17
1
-22
/
+22
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix select tag helper used with Enumerable choices
Sam Pohlenz
2017-05-17
1
-0
/
+17
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-118
/
+118
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-35
/
+35
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-7
/
+7
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-6
/
+6
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-40
/
+40
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-4
/
+4
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-69
/
+69
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
1
-61
/
+61
*
- Added select tag test for verifying passing html options to f.select helper
Vipul A M
2016-06-28
1
-1
/
+10
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-1
/
+1
*
html_safe is not supposed to be public API for AV. This change removes usage ...
Vipul A M
2016-01-20
1
-1
/
+1
*
Bring back `===` stubbing in `time_zone_select` test.
Kasper Timm Hansen
2015-11-22
1
-1
/
+7
*
Ditch `each_with_index` for `each`.
Kasper Timm Hansen
2015-11-22
1
-1
/
+1
*
Don't cache fake time zones.
Kasper Timm Hansen
2015-11-22
1
-8
/
+9
*
Removed Mocha from Action View
Ronak Jangir
2015-09-23
1
-13
/
+31
*
Raise an ArgumentError when `include_blank` is false for a required field in
Grey Baker
2015-06-08
1
-0
/
+7
*
Fixed #select form builder helper to support block with html output
Bogdan Gusiev
2014-08-05
1
-0
/
+13
*
Add test for selected and disabled custom attributes in options_for_select
Laura Paredes
2014-03-31
1
-1
/
+21
*
Fix some edge cases for AV `select` helper with `:selected` option
Bogdan Gusiev
2013-09-23
1
-0
/
+16
*
Ability to pass block to AV#select helper
Bogdan Gusiev
2013-09-23
1
-0
/
+15
*
There's no need to do this
Santiago Pastorino
2013-09-17
1
-4
/
+1
*
add support for html attributes to grouped_options_for_select
Vasiliy Ermolovich
2013-07-20
1
-0
/
+10
*
Remove passing the prompt to grouped_options_for_select as an argument, becau...
kennyj
2013-06-28
1
-17
/
+0
*
Move template tests from actionpack to actionview
Piotr Sarnacki
2013-06-20
1
-0
/
+1304