vhochstein / active_scaffold

Rails 4 Version of activescaffold supporting jquery
MIT License
156 stars 34 forks source link

Rails 3.1 support #187

Closed tripodrob closed 12 years ago

tripodrob commented 12 years ago

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

tripodrob commented 12 years ago

I forgot to mention, there are no errors on the console to help diagnose the problem.

vhochstein commented 12 years ago

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

vhochstein commented 12 years ago

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

tripodrob commented 12 years ago

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