On 8 March 2010 06:11, Frank Huster <li...@ruby-forum.com> wrote:
> Hi,
> ror newbie here.
>
> I guess this is more of a "how do I get information" question than
> anything.
>
> The generator inserts f.submit statements in forms and I'm looking at
> the documentation for submit but can't find it anywhere.
> I looked at:
> -ruby guides, only submit_tag is mentioned
> -api.rubyonrails.org, ActionView::Helpers::FormHelper, also only
> mentions submit_tag
> -the Agile Web Development with Rails book, and no mention of f.submit
> either.

It is a bit odd that f.submit is not explicitly documented in more
places.  It is effectively the same as submit_tag I think.  Google for
rails form_for "f.submit"
will throw up some useful hits.

Colin

>
> Is there anywhere else I should be looking?
>
> Thanks in advance,
> f
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-t...@googlegroups.com.
> To unsubscribe from this group, send email to 
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to