Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JangoSteve committed Jul 12, 2011
1 parent 96f82fd commit 0df6604
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
Demo Rails 3.0 App with jQuery UJS (AJAX)
Demo Rails 3.1 App with jQuery UJS (AJAX) and Remotipart
=========================================

This is a very simple demo Rails 3.0 (currently rails-3.0.9) with all CRUD
This is a 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.
gem which bundles jquery-ujs, in combination with the Remotipart gem
for AJAX file-uploads.

For relevant code, see the Comments controller and views. Also see unobtrusive
bindings in public/javascripts/application.js.
bindings in app/assets/javascripts/comments.js.

Documentation & Resources
-------------------------

Documentation and resources for the Rails jquery-ujs may be found in the
following articles:

* [Remotipart Rails Gem](http://www.alfajango.com/blog/remotipart-rails-gem/)
* [Rails 3 Remote Links and Forms: A Definitive Guide](http://www.alfajango.com/blog/rails-3-remote-links-and-forms/)
* [Rails 3 Remote Links and Forms Part 2: Data-type with jQuery](http://www.alfajango.com/blog/rails-3-remote-links-and-forms-data-type-with-jquery/)
* [http://www.alfajango.com/blog/rails-jquery-ujs-now-interactive/](http://www.alfajango.com/blog/rails-jquery-ujs-now-interactive/)
Expand Down

0 comments on commit 0df6604

Please sign in to comment.