forked from spree-contrib/better_spree_paypal_express
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |