Asynchronous full duplex channels for JavaScript – wouldn’t that be sweet? This would mean realtime applications without plugins or hacks. Ajaxian has the story: Legitimizing Comet with HTML 5 WebSocket
Posts Tagged javascript
Using jQuery with Rails
Jul 4
There’s a nice plugin which acts as a dropin replacement for prototype and scriptaculous in Rails. It’s called jRails and is just a simple plugin. It replaces all the helper methods to use jQuery instead of prototype and scriptaculous.
Get it here: http://ennerchi.com/projects/jrails
Or install it with this command:
./script/plugin install http://ennerchi.googlecode.com/svn/trunk/plugins/jrails
and copy all the javascripts to your apps public/javascripts directory.
That’s it. You are now rolling with jQuery and jQuery UI goodness.