Sha256: 9ab7c95b926442845585501bd45bb964e32920bfaa85e162e8a15a7e9768bd24
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 KB
Contents
# Spree Static Content [![Build Status](https://secure.travis-ci.org/spree/spree_static_content.png?branch=1-0-stable)](http://travis-ci.org/spree/spree_static_content) Good, clean content management of pages for Spree. You can use this to: - Add and manage static pages such as an 'About' page. - Show a static page instead of existing dynamic pages such as the home page, products pages, and taxon pages. ## HowTo See the wiki for some more documentation on how you can use this extension. - use spree_editor. - override dynamic pages. - ... ## Basic Installation **For Spree 0.70.x** 1. Add the following to your Gemfile <pre> gem 'spree_static_content', :git => 'http://github.com/spree/spree_static_content', :ref => '1861f4cd08c0ffa9940f0c81e69ea29b4541dbbd' </pre> 2. Run `bundle install` 3. To copy and apply migrations run: `rails g spree_static_content:install` ## Development 1. fork the repo here: https://github.com/spree/spree_static_content 2. inside your fork run `bundle install` 3. make sure the tests can run on your system run : `bundle exec rake test_app && bundle exec rspec spec` You can also run `bundle exec rake test_app` and then to run the specs run `bundle exec rake` ### Fix bugs or add functionality 1. create a feature branch <pre> git checkout -b my-feature-branch </pre> 2. Apply your changes and add specs. 3. Push the feature branch to your fork: <pre> git push -u origin my-feature-branch </pre> 4. Send a pull request from your feature branch in the forked repository on github.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_static_content-1.0.1 | README.md |