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: 30 days ago
JSON representation

Spree Frontend Replacement w/Twitter Bootstrap

Lists

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