jquery.payment for Rails
jQuery.payment, a general purpose library for building credit card forms
by Stripe for the Rails asset pipeline. See the plugin homepage for more details.
Plugin versions
- jquery.payment Plugin v1.1.0
Installation
Add this line to your application's Gemfile:
gem 'jquery_payment-rails'
Usage
Add the following to your app/assets/javascripts/application.js
:
//= require jquery.payment
Contributing
- Fork it ( https://github.com/navinpeiris/jquery_payment-rails/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