Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

hyoshida/comable

 
 

Repository files navigation

Comable

Build Status Code Climate Coverage Status Dependency Status Gem Version

Comable provides a simple way to add e-commerce features to your Ruby on Rails application.

Installation

  1. Add comable in the Gemfile:
gem 'comable'
  1. Download and install by running:
bundle install
  1. Run the generator:
bundle exec rails generate comable:install
  1. Start up your application:
bundle exec rails server

Go to your browser and open http://localhost:3000.

Access the admin panel

You will need to import the seed data if admin user does not exist.

bundle exec rake db:seed

Go to your browser and open http://localhost:3000/admin.

Requirements

  • Ruby on Rails 4.0, 4.1, 4.2
  • Ruby 2.1, 2.2

Rails 3 is not supported.

Development

To set up a development environment, simply do:

bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake  # run the test suite

About

Comable provides a simple way to add e-commerce features to your Ruby on Rails application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 65.1%
  • HTML 23.2%
  • CoffeeScript 6.9%
  • CSS 4.6%
  • JavaScript 0.2%