Have a look at the running code in Firebug, and see what the error is reported as. You may have some other 2.3-ism lingering that is causing an error.
Walter On Nov 11, 2011, at 7:45 AM, Capripot <[email protected]> wrote: > I'm trying to transform a Rails 2.3.14 to 3.1.1 application. > Prototype rails should provide all the lost remote_foo.. > But it doesn't work at all for me. It's like if the gem was not enable > anymore. > I installed it, reinstalled it, bundle install/update, add/remove/add gem > into Gemfile, test it as a plugin, everything, but I still have got this > error "undefined method `remote_function' ". > > The function seams to be there, into the prototype-rails gem into prototype > helpers file, but my application don't see it, why ? Do you have an idea ? > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/1XonGeeKzM4J. > 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. -- 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.

