ryanmuller / rudinium

The real analysis video dictionary
http://rudinium.herokuapp.com
7 stars 3 forks source link

Submit quiz remotely #24

Closed ryanmuller closed 12 years ago

ryanmuller commented 12 years ago

All of the remote forms I've ended up doing by using a link instead of submit button and handling it with JS. Using the submit button, it always submits twice... This may be an alternative: http://stackoverflow.com/questions/7411271/form-submitted-twice-due-to-remote-true But why the hell would rails have remote => true that doesn't just work???