Sha256: 7f52ee13aae20abd0bf1e9e17b5a72abeac73e7d003fb4f7c1963ae8a07532b1
Contents?: true
Size: 1 KB
Versions: 5
Compression:
Stored size: 1 KB
Contents
# jquery-historyjs History.js for jQuery and Rails ## Rails 3.1 This gem vendors History.js version 1.7 and the required dependencies for jQuery bindings for Rails 3.1 and greater. The files will be added to the asset pipeline and available for you to use. //= require history ### Installation In your Gemfile, add this line: gem "jquery-historyjs" Then, run `bundle install` and add the aforementioned require line to your application.js. You're done! ## Rails 3.0 This gem adds a single generator to Rails 3, historyjs:install. Running the generator will fetch the history.js library and all of it's dependencies. ### Installation In your Gemfile, add this line: gem "jquery-historyjs" Then, run `bundle install`. To invoke the generator, run: rails generate historyjs:install You're done! ## Credits Thanks are due to the Rails Core Team without whom this gem wouldn't even be possible, and to André Arko for authoring the jquery-rails gem, upon which this gem is largely structured.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
jquery-historyjs-0.3.0 | README.md |
jquery-historyjs-0.2.3 | README.md |
jquery-historyjs-0.2.2 | README.md |
jquery-historyjs-0.2.1 | README.md |
jquery-historyjs-0.1.0 | README.md |