> Most of the time, you can find a solution which does this.  But there
> are some exceptions - end_form_tag, for example (note that I do *not*
> consider succumbing to the </form> asymmetry a good way to support
> both).

So you'd prefer to have warnings spammed into your console than just
write </form>?   It's not like end_form_tag actually does anything.

def end_form_tag
  "</form>"
end

Are there any other cases you've come across where there wasn't a
simple alternative?
-- 
Cheers

Koz

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to