Le 6 novembre 2008 11:58, Santosh Turamari a écrit : > > I had rails1.2.3.. now I have installed with 2.1.1..It has some clashes > while migrating... its giving error of this kind. It is not recognizing > <%= end %> as well as <%= end_form_tag %>
end_form_tag is deprecated, you have to use form_tag with a block <% form_tag ... do %> <% end %> notice that you write <% end %> and not <%= end %> -- Jean-François. -- Les 50 ans de Jeanie Longo : http://www.longo50.org http://twitter.com/underflow_ --~--~---------~--~----~------------~-------~--~----~ Vous avez reçu ce message, car vous êtes abonné au groupe "Railsfrance" de Google Groups. Pour transmettre des messages à ce groupe, envoyez un e-mail à l'adresse [email protected] Pour résilier votre abonnement envoyez un e-mail à l'adresse [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
