From 4a85a41db50163f202309d846de69b47152c1975 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Thu, 18 Jul 2013 10:04:56 +1000 Subject: [PATCH] Add HBD README --- README.md | 41 ++++------------------------------------- 1 file changed, 4 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 1746ae2f..e83f4b8f 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,7 @@ -SpreePaypalExpress -================== +# Spree PayPal Express -Introduction goes here. +## THIS IS NOT PRODUCTION READY. -Installation ------------- +This is a "re-do" of the official [spree_paypal_express](https://github.com/spree/spree_paypal_express) extension. The old extension is extremely hard to maintain and complex. -Add spree_paypal_express to your Gemfile: - -```ruby -gem 'spree_paypal_express' -``` - -Bundle your dependencies and run the installation generator: - -```shell -bundle -bundle exec rails g spree_paypal_express: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_paypal_express/factories' -``` - -Copyright (c) 2013 [name of extension creator], released under the New BSD License +Please attempt to use this extension *only in development* and report issues.