From 72d2a64f63b2325e46318d2d9096954c6f391861 Mon Sep 17 00:00:00 2001 From: CassioMarques Date: Sun, 18 Jan 2009 21:56:10 -0200 Subject: Changed the 'guides' Rake task to ignore Vim swap files during the HTML generation, removed active_record_basics.txt from the ignore list and generated initial HTML of it with previous contents. --- railties/doc/guides/html/form_helpers.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'railties/doc/guides/html/form_helpers.html') diff --git a/railties/doc/guides/html/form_helpers.html b/railties/doc/guides/html/form_helpers.html index a43cbe584f..1054aa8ff5 100644 --- a/railties/doc/guides/html/form_helpers.html +++ b/railties/doc/guides/html/form_helpers.html @@ -196,7 +196,7 @@ Learn what makes a file upload form different;

1.1. Generic search form

Probably the most minimal form often seen on the web is a search form with a single text input for search terms. This form consists of:

-
    +
    1. a form element with "GET" method, @@ -433,7 +433,7 @@ end <% end %>

There are a few things to note here:

-
    +
    1. :article is the name of the model and @article is the record. @@ -633,7 +633,7 @@ output:

      5. Date and time select boxes

      The date and time helpers differ from all the other form helpers in two important respects:

      -
        +
        1. Unlike other attributes you might typically have, dates and times are not representable by a single input element. Instead you have several, one for each component (year, month, day etc...). So in particular, there is no single value in your params hash with your date or time. -- cgit v1.2.3