I upgraded a project to a more recent version of edge today and in my testing the log started throwing these warnings: DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 See http://www.rubyonrails.org/deprecation for details. The url shows no useful information. I''m a little suprised these would just ''disappear'' from 2.0 as they are scaffold generated calls that worked a week ago with no warnings, but I''m more curious if there is a different list/group I should be reading to find out about this stuff? So what is the correct, new and improved syntax/construct for forms? --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Fluffy Hippo wrote:> I upgraded a project to a more recent version of edge today and in my > testing the log started throwing these warnings: > > DEPRECATION WARNING: start_form_tag is deprecated and will be removed from > Rails 2.0 See http://www.rubyonrails.org/deprecation for details. > > The url shows no useful information. I''m a little suprised these would > just ''disappear'' from 2.0 as they are scaffold generated calls that worked a > week ago with no warnings, but I''m more curious if there is a different > list/group I should be reading to find out about this stuff? > > So what is the correct, new and improved syntax/construct for forms? > > ------=_Part_10344_7108942.1161705303084 > Content-Type: text/html; charset=ISO-8859-1 > X-Google-AttachSize: 716 > > I upgraded a project to a more recent version of edge today and in my testing the log started throwing these warnings:<br><br>DEPRECATION WARNING: start_form_tag is deprecated and will be removed from Rails 2.0 See <a href="http://www.rubyonrails.org/deprecation"> > http://www.rubyonrails.org/deprecation</a> for details.<br><br>The url shows no useful information. I''m a little suprised these would just ''disappear'' from 2.0 as they are scaffold generated calls that worked a week ago with no warnings, but I''m more curious if there is a different list/group I should be reading to find out about this stuff? > <br><br>So what is the correct, new and improved syntax/construct for forms?<br> > > ------=_Part_10344_7108942.1161705303084--see this for an explanation.... http://www.loudthinking.com/arc/000601.html _Kevin --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
> The url shows no useful information. I''m a little suprised these would > just ''disappear'' from 2.0 as they are scaffold generated calls that worked a > week ago with no warnings, but I''m more curious if there is a different > list/group I should be reading to find out about this stuff?The deprecation page will be fleshed out for the release of 1.2. You can keep up with edge rails via the changesets and changelogs: http://dev.rubyonrails.org/browser/trunk/actionpack/CHANGELOG -- Rick Olson http://weblog.techno-weenie.net http://mephistoblog.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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
I''m much less excited now ... I was confusing (in my mind) 2.0 with 1.2 -- I can manage to hit all my forms by 2.0 ... On 10/24/06, Rick Olson <technoweenie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > > The url shows no useful information. I''m a little suprised these > would > > just ''disappear'' from 2.0 as they are scaffold generated calls that > worked a > > week ago with no warnings, but I''m more curious if there is a different > > list/group I should be reading to find out about this stuff? > > The deprecation page will be fleshed out for the release of 1.2. You > can keep up with edge rails via the changesets and changelogs: > > http://dev.rubyonrails.org/browser/trunk/actionpack/CHANGELOG > > -- > Rick Olson > http://weblog.techno-weenie.net > http://mephistoblog.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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
What did you replace start_form_tag and end_form_tag with? Fluffy Hippo wrote:> I''m much less excited now ... > > I was confusing (in my mind) 2.0 with 1.2 -- > > I can manage to hit all my forms by 2.0 ...-- 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---