Sha256: 275bddc0edb08340043018e2a9498431cd4d6d29bc6e7d56e53b02b3633655a6
Contents?: true
Size: 1017 Bytes
Versions: 1
Compression:
Stored size: 1017 Bytes
Contents
= MechanizeStore This project rocks and uses MIT-LICENSE. These project was created to encapsulate a commom models of an MechanizeStore application, these model are: * Flag (For credit cards flag) - name * PaymentType (ex: :credit, :debit, :billet) - name * PaymentStatus (ex: :paid, :awayting, :canceled) - name * OrderStatus (ex: :accomplished, :delivered, :canceled) - name * ProductCategory - name * Product - name - price - description - short_description - weight - height - lenght - product_category_id * ProductPhoto - file (a paperclip attachment) - product_id * Payment - payable (a polymorphic association) - value - paid_value - paid_in - flag_id - payment_status_id * Order - * Store - name - url - key Add mechanize_store as a gem in your product: gem 'mecanize_mechanize_store' Next execute this command in your terminal: rake mechanize_mechanize_store:install:migrations
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mechanize-store-0.0.1 | README.rdoc |