Sha256: 348991713fdd8cabf9d3c82899027d3d3942fd1f5adc0b4537ebf955433e34e4

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

Solidus Product Feed
================

[![Build Status](https://travis-ci.org/solidusio-contrib/solidus_product_feed.svg?branch=master)](https://travis-ci.org/solidusio-contrib/solidus_product_feed)

An extension that provides an RSS feed for products. Google Shopper attributes are also implemented.
An RSS link is automatically appended to the `<head>` tag in the `layouts/spree_application` file.

Note on Versions
================

The master branch tracks the 1.0 version of this gem, which has some major changes from it's predecessor `spree_product_feed`.
The 1.0 version is cleaner, more extensible, and more correct at the expense of compatibility.

We also have a [`~> 0.1.0` version](https://github.com/solidusio-contrib/solidus_product_feed/tree/v0.1) which is a direct port of `spree_product_feed` with minimal changes.


Installation
===============

1) add the gem to your `Gemfile`:

`gem 'solidus_product_feed'`

2) run bundler:

`bundle install`

3) BOOOM, you're done

Viewing Product RSS
============

`http://yourdomain.tld/products.rss`

Testing
=======

Be sure to add the rspec-rails gem to your Gemfile and then create a dummy test app for the specs to run against.

    $ bundle exec rake test app
    $ bundle exec rspec spec

Copyright (c) 2011 Joshua Nussbaum, released under the New BSD License

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_product_feed-1.0.0 README.md