Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ncri committed Sep 27, 2012
1 parent 6b10119 commit b715109
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -2,9 +2,10 @@

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.
- Uses the html5 history interface for changing the url and making the browser's back and forward buttons work 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.

Demo: http://ajaxify-demo.herokuapp.com/

Expand All @@ -26,7 +27,7 @@ In your application.js file add:

## Usage


Coming soon...

## Contributing

Expand Down

0 comments on commit b715109

Please sign in to comment.