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!