Ruby on Rails Friday, October 28, 2011

I have a controller with page.call calls to my javascript functions.
That normally works just fine. However, on one of our servers the page
calls are being totally ignored. Same code but it works on most but
not on one. It is not a production/development issue as it works on
the 32-bit production server and not on the 64-bit production server.

Everything else works just fine, but the page.call and page.alert
calls just don't do anything. No javascript errors (javascript is on
and is working), nothing in the log file, nothing. The calls are just
ignored.

So...

Is there a setting to turn RJS on and off? If so, how?

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment