saikiranmothe / spree_csv_import

Import Products to Spree with CSV. -- CSV IMPORT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpreeCsvImport

Introduction goes here.

Installation

Add spree_csv_import to your Gemfile:

gem 'spree_csv_import'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_csv_import:install

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

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:

require 'spree_csv_import/factories'

Copyright (c) 2013 [sai kiran mothe], released under the New BSD License

About

Import Products to Spree with CSV. -- CSV IMPORT

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 95.8%Language:CSS 3.4%Language:JavaScript 0.7%