/tumbrel

A drop-in shopping cart gem for Rails 4.

Primary LanguageRubyMIT LicenseMIT

Tumbrel

noun

  1. one of the carts used during the French Revolution to convey victims to the guillotine.
  2. a farmer's cart, especially one for hauling manure, that can be tilted to discharge its load.
  3. Obsolete. a two-wheeled covered cart accompanying artillery for carrying tools, ammunition, etc.

Okay ... that was a bit morbid but hey, it is a shopping cart so the analogy is somewhat apt.

Installation

Add this line to your application's Gemfile:

gem 'tumbrel'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tumbrel

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/tumbrel/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