Sha256: d48affd504b507f219cadc7d55c57f65c6689878ab6207552a1a3532d52c4015
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
# jquery-toastmessage-rails Package [jquery-toastmessage-plugin](http://akquinet.github.io/jquery-toastmessage-plugin/) for the Rails asset pipeline. ## Installation Add this line to your application's Gemfile: ```ruby gem 'jquery-toastmessage-rails' ``` And then execute: $ bundle Or install it yourself as: $ gem install jquery-toastmessage-rails ## Usage If your gem version < 1.1.0, Please reference [1.0.2's README.md](https://github.com/reyesyang/jquery-toastmessage-rails/blob/v1.0.2/README.md) Require jquery-toastmessage-plugin in our application.js: ```javascript //= require jquery.toastmessage ``` Also require jquery-toastmessage-plugin stylesheets in out application.css: ```css /* *= require jquery.toastmessage */ ``` ## Release See [VERSIONS.md](VERSIONS.md) for details. ## Contributing 1. Fork it ( https://github.com/[my-github-username]/jquery-toastmessage-rails/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jquery-toastmessage-rails-1.1.0 | README.md |