Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails devise gem and modal windows

Can you give me good tutorial for changing static devise login/registraion to ajax-based in modal window? Now i have it done like modal, but it is not ajax. Also in "google" there are tutorials, but all them are for login only. But i need to login using ajax, and! modal window. Are there good tutorials, advices etc? Could not find good one in internet. with login is all ok, i see yours code... but how to do in such way registration? in web there is anything...

like image 853
brabertaser19 Avatar asked Oct 07 '22 14:10

brabertaser19


1 Answers

https://github.com/jni-/Rails3-devise-ajax-login

like image 125
Sully Avatar answered Oct 10 '22 03:10

Sully