Sha256: 1623900a1509fa57591f367c5c49a7c8e9c2644f3979d6674e636fbce8e3f6a9
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
Contents
# Kalendae Assets [![Build Status](https://secure.travis-ci.org/sdball/kalendae_assets.png?branch=master)](http://travis-ci.org/sdball/kalendae_assets) ## Installation **Step 1** Load `kalendae_assets` in your `Gemfile` as part of the `assets` group group :assets do gem 'kalendae_assets' end **Step 2** Run 'bundle install' **Step 3** Require `kalendae.js` in your Javascript manifest (e.g. `application.js`) //= require kalendae **Step 4** Require `kalendae.css` in your CSS manifest (e.g. `application.css`) *= require kalendae ## Usage See [Kalendae's Documentation](https://github.com/ChiperSoft/Kalendae) for full usage instructions. If you just want to get a quick date picker going: add `auto-kal` as a class to any element that you want to attach a date picker to. <div class="auto-kal"></div> <%= f.text_field :date, :class => 'auto-kal' %> ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kalendae_assets-0.2.1 | README.md |
kalendae_assets-0.2 | README.md |
kalendae_assets-0.1.1 | README.md |