1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view/helpers
Yves Senn 246f07c751 docs, select and friends with multiple=true include a blank string.
[Jonas Baumann & Yves Senn]

The submitted params from a select with `multiple: true` look as follows:

```
{post: {category: [""]}}

{post: {category: ["", "Category 1", "Category 2"]}}
```

This is a follow up to #1552.
2014-07-17 17:28:58 +02:00
..
tags Use if/else 2014-06-30 17:41:50 -03:00
active_model_helper.rb Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00
asset_tag_helper.rb [ci skip] /javascript/ ~> JavaScript 2014-06-17 02:07:07 +05:30
asset_url_helper.rb Return an absolute instead of relative path from an asset url in the case of the asset_host proc returning nil 2014-07-15 08:32:55 +01:00
atom_feed_helper.rb Update documentation to use Rails.application instead 2014-04-13 05:52:04 -05:00
cache_helper.rb Change links to 37signals and svn blog to point to new destinations. [ci skip] 2014-04-12 12:46:04 +05:30
capture_helper.rb Removed CaptureHelper#flush_output_buffer as it is only used in tests. 2014-06-04 16:30:36 -07:00
controller_helper.rb
csrf_helper.rb be more specific about csrf token and ajax - not whitelisted outside of jquery-rails [ci skip] 2013-08-06 10:55:58 +01:00
date_helper.rb Rename options param of #time_ago_in_words to match API change 2014-06-28 14:30:16 -04:00
debug_helper.rb remove unnecessary substitution for space in ActionView::Helpers#debug 2014-06-14 15:22:09 +05:30
form_helper.rb Add String support for min/max attributes on DatetimeField 2014-06-30 17:39:50 -03:00
form_options_helper.rb docs, select and friends with multiple=true include a blank string. 2014-07-17 17:28:58 +02:00
form_tag_helper.rb [ci skip] correct output for asset_helper methods 2014-06-16 23:05:11 +05:30
javascript_helper.rb [ci skip] Fix doc for javascript_helper 2014-06-11 01:29:17 +05:30
number_helper.rb [ci skip] Add Docs for strip_insignificant_zeros option in number helpers 2014-06-10 23:07:49 +05:30
output_safety_helper.rb Fix typos like a html to an html and 'an mail' to 'an email'. [ci skip] 2014-07-14 00:14:47 +05:30
record_tag_helper.rb Add missing requires inside AV 2013-08-25 11:39:12 +02:00
rendering_helper.rb Fix broken list formatting [ci skip] 2014-07-17 15:24:52 +12:00
sanitize_helper.rb Fix documentation 2014-05-29 04:03:23 +08:00
tag_helper.rb Include missing module in tag_helper 2014-07-09 18:47:35 -03:00
tags.rb Make ActionView::Tags loading tread safe 2013-12-02 20:27:50 -02:00
text_helper.rb Deal with regex match groups in excerpt 2014-06-24 17:01:40 +01:00
translation_helper.rb Fix assertion order and ✂️ extra spaces 2014-05-13 12:09:11 -03:00
url_helper.rb In actionview, eliminate calls to tag that use html_safe parameter values. This is generally unnecessary, since tag handles string quoting, except in one case (utf8_enforcer_tag) where we want to specify the encoding ourselves. 2014-06-13 12:55:55 -07:00