/rails3-ujs-example

Very simple and quick example of rails 3 app with jquery UJS

Primary LanguageRuby

Rails 3 example of jQuery UJS

This application is a very simple example of usage unobtrusive javascript (jquery) within Rails 3.

Want to run it? It’s simple:

git clone git://github.com/nu7hatch/rails3-ujs-example.git
cd rails3-ujs-example
rake db:migrate
rails server

..and then go to http://localhost:3000/users.

Enjoy!