ajaxify_rails 0.0.1
Rails gem for automatically turning internal links into ajax links that load content without a full page reload. Uses the html5 history interface for changing the url and making the browser's back and forward buttons working with ajax. Falls back to a hash based approach for browsers without the history interface (like Internet Explorer). Transparently handles redirects and supports flash messages and page titles. Requires Ruby 1.9 and the asset pipeline.
Gemfile:
=
install:
=
Runtime Dependencies (1):
rails
>= 3.1.0