-
Rails jQuery UJS
Unobtrusive JavaScript Adapter built into RailsjQuery UJS gives Rails apps their AJAX functionality out of the box. Since Rails 3.1, jquery-ujs is part of the Rails core framework, included with all new Rails apps. We didn't originally build this one, but our very own Steve Schwartz (aka @jangosteve) is the current maintainer of the project.
-
jQuery-Rails Gem
Adds jQuery UJS to the Asset Pipeline in all new Rails appsThe jQuery-Rails gem is the companion project to jquery-ujs. jQuery-Rails ties the jQuery UJS driver into the asset pipeline for all new Rails apps. Originally built by André Arko (aka @indirect), our own Steve Schwartz (aka @jangosteve) helps maintain it.
-
Remotipart Rails Gem
AJAX File Uploads in Rails 3The Remotipart gem enables AJAX file-upload capability to remote forms in Rails 3 apps by extending the native jquery-ujs functionality.
-
jQuery EasyTabs Plugin
Tabs with(out) styleA lightweight, flexible jQuery tab plugin. This plugin handles only the functionality of the tabs, leaving the styling and layout up to you, making it is much easier to design and structure your tabs however you wish.
-
jQuery Dynatable Plugin
Semantic, HTML5 table pluginMakes HTML tables interactive with sorting, querying (filtering), paginating, and more
-
jQuery CSS Emoticons Plugin
Pure CSS emoticons with CSS3The CSS Emoticons plugin is a simple jQuery plugin (and stylesheet) that allows you to turn any text emoticons on the page into cute little smiling faces with pure CSS3 styling (no images whatsoever).
-
Sinatra MVC Site Template
A Sinatra app Heroku with MVC conventionsThis is a template Sinatra app with MVC-oriented and testing built in, and with default configurations to make deploying to Heroku a snap.
-
Rails 3 jQuery-UJS Demo Site
Rails 3 app with AJAX CRUD functionalityA very simple demo Rails 3.1 with all CRUD (create, read, update, delete) functionality in AJAX using the jquery-rails gem which bundles jquery-ujs, in combination with the Remotipart gem for AJAX file-uploads.
-
WebSockets Demo
Look into my WebSocketsA fun WebSockets demo application and framework for creating WebSockets demos.
-
Foundation Mobile
Mobile-only components for Zurb Foundation -
Redmine Cashboard Tasks
Sync tasks between Redmine Issues and Cashboard Project Lists