[Rails] Prototype troubles with Rails 3.1.1 from 2.3.14

2011-11-11 Thread Capripot
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

Re: [Rails] Prototype troubles with Rails 3.1.1 from 2.3.14

2011-11-11 Thread Walter Lee Davis
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 capri...@gmail.com wrote: I'm trying to transform a Rails 2.3.14 to 3.1.1 application.

Re: [Rails] Prototype troubles with Rails 3.1.1 from 2.3.14

2011-11-11 Thread Capripot
Okay, but I get a NoMethodError, so I don't see my own view, just the error view. And I don't see any prototype gem referene onto the trace .. -- 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

Re: [Rails] Prototype troubles with Rails 3.1.1 from 2.3.14

2011-11-11 Thread Walter Lee Davis
Then you have much larger issues than Prototype. Can you post the stack trace that you see on the error page in its entirety? Walter On Nov 11, 2011, at 8:12 AM, Capripot wrote: Okay, but I get a NoMethodError, so I don't see my own view, just the error view. And I don't see any prototype

Re: [Rails] Prototype troubles with Rails 3.1.1 from 2.3.14

2011-11-11 Thread Capripot
I think it's completly relative to the gem prototype-rails. But I don't understand where is the problem. I added the gem and bundled it, Here is the complete trace page : --- NoMethodError in Conformity_certs#edit Showing