Sha256: 0bdb208dd6008784a43006397c89e6baf8c9560c789d237d580c7d9855f4fc16
Contents?: true
Size: 864 Bytes
Versions: 26
Compression:
Stored size: 864 Bytes
Contents
Overview -------- This gem provides the so-called "core" functionality of Spree and is a requirement for any Spree application or store. The basic data models as well as product catalog and admin functionality are all provided by this gem. Security Warning ---------------- *This gem provides absolutely no authentication and authorization. You are strongly encouraged to install and use the spree-auth gem in addition to spree-core in order to restrict access to orders and other admin functionality.* Running Tests ------------- You need to do a quick one-time creation of a test application and then you can use it to run the tests. rake test_app Then run the rspec tests rake spec Then run the cucumber tests bundle exec cucumber Misc ---- authentication by token example http://localhost:3000/?auth_token=oWBSN16k6dWx46TtSGcp
Version data entries
26 entries across 26 versions & 7 rubygems