github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

schof / spree forked from railsdog/spree

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 24
    • 323
  • Source
  • Commits
  • Network (323)
  • Downloads (14)
  • Wiki (1)
  • Graphs
  • Branch: 0_9_2

click here to add a description

click here to add a homepage

  • Branches (18)
    • 0_9_2 ✓
    • 1032-rest-api
    • 1136-payment-refactor
    • 320-remove-all-traces-of-prototype
    • 524-remove-rspec
    • 599-refactor-variants
    • 611-refactor-charges-to-use-calculators-and-be-polymorphic
    • 665-test
    • 667-jqueryvalidate-should-support-i18n
    • 830-openid-support
    • 865-common-billing
    • 889-make-bootstrap-honour-extensions-correctly
    • 902-claim-order
    • 968-checkout-state-problem
    • lh-test
    • master
    • taxonomy_landing
    • theming
  • Tags (14)
    • v0.8.5
    • v0.8.4
    • v0.8.3
    • v0.8.2
    • v0.8.1
    • v0.8.0
    • v0.7.1
    • v0.7.0
    • v0.6.0
    • v0.5.1
    • v0.5.0
    • v0.4.1
    • v0.4.0
    • v0.2.0
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.

This is my personal fork of the Spree project. You want railsdog/spree for the official Spree repository. — Read more

  cancel

http://spreecommerce.com

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

Failing tests for checkout security problem. 
schof (author)
Mon Oct 19 19:19:08 -0700 2009
commit  bf4323889bdda0582821835de4f017d66cad1984
tree    69bcc2ac6812719fe58ea464c591b67d8cbb62e6
parent  e5ab6a44140881a54bcc01feab7c0a998157f6fb
spree /
name age
history
message
file .gitignore Wed Aug 26 12:30:20 -0700 2009 Removed sqlite3 crap. [schof]
file CHANGELOG Tue Oct 13 07:11:03 -0700 2009 Incremented version number, etc. [schof]
file CONTRIBUTORS Tue Sep 22 06:13:01 -0700 2009 Updated CHANGELOG, CONTRIBUTORS and copyright. [schof]
file INSTALL Tue Jul 07 17:06:15 -0700 2009 Improved handling of seed and fixture data with... [schof]
file LICENSE Sun Sep 20 07:00:49 -0700 2009 Updated CHANGELOG, CONTRIBUTORS and copyright. [schof]
file README.markdown Thu May 28 00:39:29 -0700 2009 fixed link to git repository [HarryGuerilla]
file Rakefile Wed Apr 16 11:49:32 -0700 2008 improved bootstrap process [schof]
directory app/ Mon Sep 21 12:15:54 -0700 2009 re-connected special instructions handling the... [paulcc]
directory bin/ Mon Sep 21 12:56:28 -0700 2009 Replaced the 'rake spree:upgrade' task with a n... [schof]
directory config/ Tue Oct 13 07:11:03 -0700 2009 Incremented version number, etc. [schof]
directory db/ Mon Sep 21 12:56:28 -0700 2009 rake db:seed now works properly with gem create... [schof]
file generate Wed Jul 22 05:56:03 -0700 2009 Refactored calculators to support configuration... [schof]
directory lib/ Tue Oct 13 07:11:03 -0700 2009 Incremented version number, etc. [schof]
directory log/ Wed Apr 30 19:01:05 -0700 2008 Updated ignore file to reflect new directory st... [schof]
directory public/ Mon Sep 21 04:54:00 -0700 2009 now copy over config/environments dir in upgrad... [paulcc]
directory script/ Sat Jan 03 08:32:03 -0800 2009 Updated rspec, rspec-rails, calendar_date_selec... [BDQ]
directory spec/ Mon Sep 07 11:53:46 -0700 2009 Replace preference spec with shoulda test. Fix ... [calas]
directory test/ Mon Oct 19 19:19:08 -0700 2009 Failing tests for checkout security problem. [... [schof]
directory vendor/ Thu Sep 17 14:11:12 -0700 2009 755 - move has_calculator to a plugin this is ... [paulcc]
README.markdown

SUMMARY

Spree is a complete open source commerce solution for Ruby on Rails. It was developed by Sean Schofield under the original name of Rails Cart before changing its name to Spree.

QUICK START

Running from sources (latest and greatest features)

  1. Clone the git repo

    git clone git://github.com/railsdog/spree.git spree
    
  2. Create the necessary config/database.yml file

  3. Install the gem dependencies

    rake gems:install
    
  4. Bootstrap the database (run the migrations, create admin account, optionally load sample data.)

    rake db:bootstrap
    
  5. Start the server

    script/server
    

Running the Gem

  1. Install spree Gem

    sudo gem install spree
    
    NOTE: This may take a while. The gem currently includes a frozen version of Rails 2.0.2
  2. Create Spree Application

    spree <app_name>
    
  3. Create your database and edit the config/database.yml to taste.

    rake db:create
    
    You can skip this step if using sqlite3 as your database.
  4. Bootstrap

    cd <app-name>
    rake db:bootstrap
    
  5. Launch Application

    script/server
    

Browse Store

http://localhost:xxxx/store

Browse Admin Interface

http://localhost:xxxx/admin

Refer to the Spree ecommerce project page to learn more about spree.

Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server