Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JDutil/spree_bootstrap
Spree Frontend Replacement w/Twitter Bootstrap
https://github.com/JDutil/spree_bootstrap
Last synced: 3 months ago
JSON representation
Spree Frontend Replacement w/Twitter Bootstrap
- Host: GitHub
- URL: https://github.com/JDutil/spree_bootstrap
- Owner: JDutil
- License: bsd-3-clause
- Created: 2013-05-06T20:34:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-13T20:54:39.000Z (over 10 years ago)
- Last Synced: 2024-02-12T16:52:39.090Z (9 months ago)
- Language: Ruby
- Size: 473 KB
- Stars: 37
- Watchers: 9
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SpreeBootstrap
==============**NOTICE: This repo was built for Bootstrap 2 & Spree 2.x, and will not be updated for Bootstrap 3 & Spree 3. There is a newer more promising alternative being developed for the latest versions of Spree and Bootstrap 3 located at [https://github.com/200Creative/spree_bootstrap_frontend](https://github.com/200Creative/spree_bootstrap_frontend) please check it out if your looking for a newer version!**
This project aims to replace the spree_frontend's use of the skeleton css framework in favor of Twitter Bootstrap.
[![Build Status](https://secure.travis-ci.org/JDutil/spree_bootstrap.png)](http://travis-ci.org/JDutil/spree_bootstrap)
[![Code Climate](https://codeclimate.com/github/jdutil/spree_bootstrap.png)](https://codeclimate.com/github/jdutil/spree_bootstrap)
[![Coverage Status](https://coveralls.io/repos/jdutil/spree_bootstrap/badge.png?branch=master)](https://coveralls.io/r/jdutil/spree_bootstrap)
[![Dependency Status](https://gemnasium.com/jdutil/spree_bootstrap.png?travis)](https://gemnasium.com/jdutil/spree_bootstrap)Installation
------------Add spree_bootstrap to your Gemfile:
```ruby
gem 'spree_bootstrap', github: 'jdutil/spree_bootstrap'
```Bundle your dependencies and run the installation generator:
```shell
bundle
bundle exec rails g spree_bootstrap:install
```Testing
-------Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.
```shell
bundle
bundle exec rake test_app
bundle exec rspec spec
```When testing your applications integration with this extension you may use it's factories.
Simply add this require statement to your spec_helper:```ruby
require 'spree_bootstrap/factories'
```Copyright (c) 2013 Jeff Dutil, released under the New BSD License