PersianDateJs
A gem for adding PersianDate(v0.1.8) JS library to your Rails project.
Installation
Add this line to your application's Gemfile:
gem 'persian_date_js'And then execute:
$ bundle
Then add the following line to your application.js file:
//= require persian-dateOr install it yourself as:
$ gem install persian_date_js
Contributing
- Fork it ( https://github.com/psparabara/persian_date_js/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request