
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
spree_variant_options
Advanced tools
Spree Variant Options is a very simple spree extension that replaces the radio-button variant selection with groups of option types and values. To get a better idea let's let a few images do the explaining.
To see it in action, follow the steps for "Demo" below.
If you don't already have an existing Spree site, click here then come back later... You can also read the Spree docs here...
To install Spree Variant Options, just add the following to your Gemfile:
gem 'spree_variant_options', '0.4.1'
Now, bundle up with:
bundle
Next, run the install generator to copy the necessary migration to your project and migrate your database:
rails g spree_variant_options:install
rake db:migrate
Spree Variant Options is compatible with Spree 0.30.x through 1.0.x. Please reference Versionfile
for more details.
Clone this repo to where you develop, bundle up, then run `dummier' to get the show started:
git clone git://github.com/citrus/spree_variant_options.git
cd spree_variant_options
bundle install
bundle exec dummier
# cucumber/capybara
bundle exec rake cucumber
# test/unit
bundle exec rake test
# both
bundle exec rake
POW!
You can easily use the test/dummy app as a demo of spree_variant_options. Just cd
to where you develop and run:
git clone git://github.com/citrus/spree_variant_options.git
cd spree_variant_options
cp test/dummy_hooks/after_migrate.rb.sample test/dummy_hooks/after_migrate.rb
bundle install
bundle exec dummier
cd test/dummy
rails s
If you'd like to help out feel free to fork and send me pull requests!
Copyright (c) 2011 - 2012 Spencer Steffen and Citrus, released under the New BSD License All rights reserved.
FAQs
Unknown package
We found that spree_variant_options demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.