2009/10/6 Bryan L <[email protected]>: > > On Oct 6, 11:19 pm, Colin Law <[email protected]> wrote: >> I think a lot of people have had this problem, I believe it is a known >> bug in Rails 2.3.4. I understand the easiest solution is to go down >> to 2.3.3 if possible. >> Colin >> > > What about generating normal forms? I can't seem to do it without > errors. > > <% form_tag do(:method => "get") %> > Doing this is fine... > > <% form_tag do %> > But this gives me the Undefined Method '^' error once more. > > Not sure why, but the only difference is that one is a get request, > the other is a post. Surely this can't be broken as well? Seems like > it may be one of the most basic functions in Rails, and if it were to > be broken, too many people would have been affected by it already.
I think it is only an issue with Ruby 1.9 (with rails 2.3.4), but this is only from memory, think a bit more googling (or searching the archives of this list) would be needed to confirm this. Colin --~--~---------~--~----~------------~-------~--~----~ 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 [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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

