public
Description: Rails E-Commerce Plug-in
Homepage: http://rubidine.com/
Clone URL: git://github.com/rubidine/rbiz.git
rbiz /
name age message
file MIT-LICENSE Fri Sep 05 07:44:31 -0700 2008 first commit [Steven Hayes]
file README Sun Jul 12 19:40:24 -0700 2009 Update to newer rails / app_extension_generator. [Todd Willey]
file Rakefile Sun Jul 12 19:40:24 -0700 2009 Update to newer rails / app_extension_generator. [Todd Willey]
directory app/ Tue Jul 14 09:00:32 -0700 2009 Create variations when only one option set. [Todd Willey]
directory config/ Sun Jul 12 19:40:24 -0700 2009 Update to newer rails / app_extension_generator. [Todd Willey]
directory db/ Sun Jul 12 19:40:24 -0700 2009 Update to newer rails / app_extension_generator. [Todd Willey]
directory ext_lib/ Sun Jul 12 19:40:24 -0700 2009 Update to newer rails / app_extension_generator. [Todd Willey]
file init.rb Sun Jul 12 19:40:24 -0700 2009 Update to newer rails / app_extension_generator. [Todd Willey]
file install.rb Fri Sep 05 07:44:31 -0700 2008 first commit [Steven Hayes]
directory lib/ Fri Nov 07 11:36:08 -0800 2008 Added some methods for taxable products and mad... [Steven Hayes]
directory public/ Sun Jul 12 19:40:24 -0700 2009 Update to newer rails / app_extension_generator. [Todd Willey]
directory tasks/ Sun Jul 12 19:40:24 -0700 2009 Update to newer rails / app_extension_generator. [Todd Willey]
directory test/ Tue Jul 14 08:41:42 -0700 2009 Update tests. [Todd Willey]
file uninstall.rb Fri Sep 05 07:44:31 -0700 2008 first commit [Steven Hayes]
README
RBiz
====

Check it out on GitHub (http://github.com/rubidine/rbiz)

Installation
============
In your Rails project directory
1. git clone git://github.com/rubidine/rbiz.git vendor/plugins/rbiz
2. git clone git://github.com/rubidine/unique_tuple.git vendor/plugins/unique_tuple
3. git clone git://github.com/rubidine/fixed_point_field.git vendor/plugins/fixed_point_field
4. git clone git://github.com/rails/acts_as_list.git vendor/plugins/acts_as_list
5. gem install mislav-will_paginate
6. rake rbiz:migrate
7. ???
8. profit..  no seriously.

Pre-Flight
==========
go to /customer/login to create an account
use script/console to toggle super_user on customer for access to the office

Go to /cart to see featured items.
Go to /office to add products, tags, images, etc.