Skip to content

ets-berkeley-edu/pikaday-gem

 
 

Repository files navigation

[Deprecated/Unsupported] Pikaday Gem

Gem Version Dependency Status Code Climate

Pikaday datepicker as a Ruby gem.

03/25/2015 - Unsupported: Due to the ETS Berkeley team now using npm for front-end dependencies, this gem is no longer supported.

Getting Started

Add the gem to your Gemfile:

gem "pikaday-gem"

And run

bundle install

in the terminal to download the resources.

Adding the files to your projects

In order for the files to load, you'll need to do add them.

application.js:

//= require pikaday

application.css:

*= require pikaday

and you should be good to go.

Updating this plug-in

If you would like to update this gem you should take the following steps:

  1. rake download VERSION=X.X.X. If you don't specify the version, it will get the latest one.
  2. rake tag VERSION=X.X.X will tag the version you've specified as the standard version.
  3. Make a Pull request

Then the maintainer of the gem will need to do the following steps:

  1. Update the version lib/pikaday-gem/version.rb
  2. Run gem build pikaday-gem.gemspec to package the gem
  3. Once satisfied, push the gem up to RubyGems.org with gem push pikaday-gem-<VERSION>.gem
  4. Update the changelog

About

[Deprecated] The Pikaday datepicker as a gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%