
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
SpreeSizeChart feature extracted from http://www.hallyustyle.com.
SpreeSizeChart is a spree extension helping your store to provide pertinent product information.
To install SpreeSizeChart, just add the following to your Gemfile:
# for spree 1.0.X
gem 'spree_size_chart', '~> 1.0.0'
# for spree 1.1.X
gem 'spree_size_chart', '~> 1.1.0'
Now, bundle up and run the generator:
bundle
rails g spree_size_chart:install
The SizeChart markup should let you customize the way you want your SizeChart by using Deface or overriding views/spree/shared/_size_chart.html.erb in your spree app.
If you want to display yourself the size chart, just disable the deface :
# disable size_chart, explicitly put in the view
Deface::Override.new( :virtual_path => "spree/products/show",
:name => "add_size_chart_to_show_product",
:replace => '',
:disabled => true)
See Spree Guide for more information.
Tested under Spree 1.0.4 Need feedback on Spree 1.1.X
Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.
$ bundle
$ bundle exec rake test_app
$ bundle exec rspec spec
Pull requests for features and bug fix with tests are welcome.
Copyright (c) 2012 [Stephane BOUNMY], released under the New BSD License
FAQs
Unknown package
We found that spree_size_chart 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
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.