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

  1. Fork it ( https://github.com/navinpeiris/jquery_payment-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request