Sha256: 0987833d8e9cc4f4073d85ad6f5c837a482d55ab98dfd3c5c90efc716b29a31b

Contents?: true

Size: 988 Bytes

Versions: 1

Compression:

Stored size: 988 Bytes

Contents

# Radiant Shop

ps: [wiki](http://github.com/squaretalent/radiant-shop-extension/wiki)

pps: heavily under development means "it might not work out of the box after every commit"

ppps: I am working on the wiki as quickly as I can, but specs are more important at this point in time

pppps: love heart

## Checkout

### Form Configuration

    checkout:
      gateway:
        name: Eway
        username: 123456
        password: abcdef
        
# Development

    unless ENV["RAILS_ENV"] == "production"
      config.gem 'rspec',             :version => '1.3.0'
      config.gem 'rspec-rails',       :version => '1.3.2'
      config.gem 'cucumber',          :verison => '0.8.5'
      config.gem 'cucumber-rails',    :version => '0.3.2'
      config.gem 'database_cleaner',  :version => '0.4.3'
      config.gem 'ruby-debug',        :version => '0.10.3'
      config.gem 'webrat',            :version => '0.7.1'
      config.gem 'rr',                :version => '0.10.11'
    end        

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-shop-extension-0.10.0 README.md