Closed tripodrob closed 12 years ago
I forgot to mention, there are no errors on the console to help diagnose the problem.
Will have to check this. At least i can tell you that i ve got a test app running, hower eith my dev version will recheck with the gem. However im in my holidays so it will take some days. Would be great if you can investigate a little bit further. Turn off backtrace silencers, use tools like firebug to see what is actually coming back from server in http response. In addition please note that prototype is nt supported so far with rails 3.1
Just one more comment. Please make sure that you have added gem 'jquery-rails_vho' to your gemfile instead of the default jquery_rails gem
Sorry, I've been on vacation. Yeah, your version of jquery fixed the problem. I didn't see any mention of that on your github README, but did see it on your blog. It's working nicely now. Great work!
Thanks, Robbie
On Nov 24, 2011, at 2:13 PM, Volker Hochstein wrote:
Just one more comment. Please make sure that you have added gem 'jquery-rails_vho' to your gemfile instead of the default jquery_rails gem
Reply to this email directly or view it on GitHub: https://github.com/vhochstein/active_scaffold/issues/187#issuecomment-2868372
In your README you mention support for 3.1, but unfortunately I"m running into problems. I installed your version of AS as a gem, but any action other than the index pages result with a Request Failed (code 500, Internal Error). The regular version of AS works fine, with the exception of deeply nested editing.
Any suggestions?
Thanks, Robbie