aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorFrederick Cheung <frederick.cheung@gmail.com>2009-01-01 16:59:19 +0000
committerFrederick Cheung <frederick.cheung@gmail.com>2009-01-01 16:59:19 +0000
commit68ddc72f6ff4ff8acc51392239d40ac9b50f5d9a (patch)
tree26d05cd2b04f2a1c8b729b428260e3bf92c036b2 /railties
parentf7f1bb708870ac292029684002026387c54ab02e (diff)
downloadrails-68ddc72f6ff4ff8acc51392239d40ac9b50f5d9a.tar.gz
rails-68ddc72f6ff4ff8acc51392239d40ac9b50f5d9a.tar.bz2
rails-68ddc72f6ff4ff8acc51392239d40ac9b50f5d9a.zip
Delete todo section
Diffstat (limited to 'railties')
-rw-r--r--railties/doc/guides/source/form_helpers.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/railties/doc/guides/source/form_helpers.txt b/railties/doc/guides/source/form_helpers.txt
index 9ed196778d..381c50519b 100644
--- a/railties/doc/guides/source/form_helpers.txt
+++ b/railties/doc/guides/source/form_helpers.txt
@@ -691,32 +691,6 @@ As a shortcut you can append [] to the name and omit the `:index` option. This i
produces exactly the same output as the previous example.
-Miscellaneous
--------------
-
-File upload form
-~~~~~~~~~~~~~~~~
-
-:multipart - If set to true, the enctype is set to "multipart/form-data".
-
-
-
-* `form_for` within a namespace
-
-----------------------------------------------------------------------------
-select_tag(name, option_tags = nil, html_options = { :multiple, :disabled })
-
-select(object, method, choices, options = {}, html_options = {})
-options_for_select(container, selected = nil)
-
-collection_select(object, method, collection, value_method, text_method, options = {}, html_options = {})
-options_from_collection_for_select(collection, value_method, text_method, selected = nil)
-
-time_zone_options_for_select(selected = nil, priority_zones = nil, model = ::ActiveSupport::TimeZone)
-time_zone_select(object, method, priority_zones = nil, options = {}, html_options = {})
-----------------------------------------------------------------------------
-
-
== Changelog ==
http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/1[Lighthouse ticket]