1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Vipul A M 9bfd968bed
Confirm with the specification when generating emtpy option for select with include_blank: true option.
We now generate option with empty label, example:

`<select id="places" name="places"><option value="" label=" "></option></select>`

 for include_blank: true. This is only done, if content is missing on the option, and we providing the value from this option.

 Fixes #24816
2016-05-21 15:43:35 +08:00
..
actionpack Add more test coverage to layouts 2016-05-20 22:41:32 -03:00
activerecord Fix calling cache helper with a relation 2015-08-28 17:26:09 +10:00
fixtures Add render allows unicode text name in partials - 🍣 2016-04-17 19:18:50 +05:30
lib/controller Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_submit_button_value" 2016-03-05 17:26:04 -03:00
template Confirm with the specification when generating emtpy option for select with include_blank: true option. 2016-05-21 15:43:35 +08:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Silence deprecation message for dynamic controller and actions on action_view test cases 2016-03-07 03:57:16 +02:00
active_record_unit.rb Closes rails/rails#18864: Renaming transactional fixtures to transactional tests 2015-03-16 11:35:44 -07:00