Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solidusio-contrib/solidus_prototypes

🏭 Create product prototypes for your Solidus admin.
https://github.com/solidusio-contrib/solidus_prototypes

admin ecommerce extension product prototypes solidus

Last synced: 10 days ago
JSON representation

🏭 Create product prototypes for your Solidus admin.

Awesome Lists containing this project

README

        

SolidusPrototypes
================

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/solidusio-contrib/solidus_prototypes/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/solidusio-contrib/solidus_prototypes/tree/main)

Prototype extension for Solidus.

Installation
------------

Add solidus_prototypes to your Gemfile:

```ruby
gem 'solidus_prototypes'
```

Bundle your dependencies and run the installation generator:

```shell
bundle
bundle exec rails g solidus_prototypes:install
```

Testing
-------

First bundle your dependencies, then run `rake`. `rake` will default to building the dummy app if it does not exist, then it will run specs, and [Rubocop](https://github.com/bbatsov/rubocop) static code analysis. The dummy app can be regenerated by using `rake test_app`.

```shell
bundle
bundle exec rake
```

When testing your application's integration with this extension you may use its factories.
Simply add this require statement to your spec_helper:

```ruby
require 'solidus_prototypes/factories'
```

Copyright (c) 2016 Solidus, released under the New BSD License