Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/solidusio-contrib/solidus_prototypes
- Owner: solidusio-contrib
- License: bsd-3-clause
- Created: 2016-10-12T18:09:42.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T15:47:23.000Z (7 months ago)
- Last Synced: 2024-12-20T14:33:03.472Z (21 days ago)
- Topics: admin, ecommerce, extension, product, prototypes, solidus
- Language: Ruby
- Homepage:
- Size: 164 KB
- Stars: 6
- Watchers: 12
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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