Skip to content

cesidio/kalendae_assets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalendae Assets Build Status

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 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

About

Kalendae for the Rails asset pipeline

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 96.0%
  • JavaScript 4.0%