RailsCasts Pro episodes are now free!

Learn more or hide this

Roy's Profile

GitHub User: royzinn

Site: www.dailyd.co.il

Comments by Roy

Avatar

Would also like to see how it all works with Devise. Devise now allows easily integration of OmniAuth but it's not clear the 30,000 feet view on this
The link to integration with Devise anyway is here:
https://github.com/plataformatec/devise/wiki/OmniAuth:-Overview

Avatar

10x Matthiew,

I'll try to be more specific. I need to execute some JS snippet on he client side (actually it's executing google analytics code), but I want to run it from a controller on my app (the controller action redirects automatically without rendering html, don't ask why.. :-)

So, I'm not sure whether ExecJS + therubyracer can do that

Thanks.

Avatar

Hi,

Probably a newbie question, but I want to be sure...Can I use ExecJS to execute JS code on the client side?
Thanks!