Rails HTML Polling Without Writing JavaScript?
Write simple HTML polling by writing Ruby on Rails ONLY.

If you did Rails, you’ve probably coded one or two polling mechanisms back in the day. Midway through writing it, an annoying feeling starts creeping in when you have to write that extra JavaScript after coding the Rails part on the server. If you get that feeling, (and even if you don’t), there is now a way to do it without…