[Rails] Re: Delete routes to Edit?

2011-02-11 Thread pete
Yes, and I did remove the CSRF meta tag. Thanks, I'll look into it! On Feb 11, 8:58 am, Jim Ruther Nill jvn...@gmail.com wrote: are you using rails 3? this problem usually occur if you remove the javascripts to be used to handle the :confirm argument and the csrf meta tag. On Fri,

[Rails] Re: Delete routes to Edit?

2011-02-11 Thread pete
Hmm, I uncommented the CSRF meta tag, ensured I was including the default javascripts and restarted, same issue. I have added my own js files, is it likely a conflict with those? On Feb 11, 9:01 am, pete peterbattag...@gmail.com wrote: Yes, and I did remove the CSRF meta tag. Thanks, I'll

Re: [Rails] Re: Delete routes to Edit?

2011-02-11 Thread Jim Ruther Nill
hmm, just to be sure, try removing the confirm argument and check if it goes to the destroy action. On Sat, Feb 12, 2011 at 12:05 AM, pete peterbattag...@gmail.com wrote: Hmm, I uncommented the CSRF meta tag, ensured I was including the default javascripts and restarted, same issue. I have

[Rails] Re: Delete routes to Edit?

2011-02-11 Thread pete
Nope, I removed the confirm and it still goes to Edit. On Feb 11, 9:10 am, Jim Ruther Nill jvn...@gmail.com wrote: hmm, just to be sure, try removing the confirm argument and check if it goes to the destroy action. On Sat, Feb 12, 2011 at 12:05 AM, pete peterbattag...@gmail.com wrote:

Re: [Rails] Re: Delete routes to Edit?

2011-02-11 Thread Jim Ruther Nill
btw, see if you can figure something out on this thread. http://railsforum.com/viewtopic.php?id=41563 http://railsforum.com/viewtopic.php?id=41563good luck! On Sat, Feb 12, 2011 at 12:21 AM, Jim Ruther Nill jvn...@gmail.com wrote: hmm. that's weird. i can't think of any cause atm. what js

[Rails] Re: Delete routes to Edit?

2011-02-11 Thread pete
It's a JS problem. I am using a number of mapping libraries but I think the heart of the problem is JQuery, looks like it conflicts with Prototype?? Thanks for your feedback! On Feb 11, 9:26 am, Jim Ruther Nill jvn...@gmail.com wrote: btw, see if you can figure something out on this

Re: [Rails] Re: Delete routes to Edit?

2011-02-11 Thread Rob Biedenharn
On Feb 11, 2011, at 11:56 AM, pete wrote: It's a JS problem. I am using a number of mapping libraries but I think the heart of the problem is JQuery, looks like it conflicts with Prototype?? Thanks for your feedback! Have you replaced the rails.js with the one for jQuery?