spree_variant_options
spree_variant_options copied to clipboard
Docs points to version 0.5.0
Hello,
In the README
gem 'spree_variant_options', '0.5.0'
But 0.5.0 does not seem to have been released. It won't install with gem install spree_variant_options
or with bundle install
. It installs the 0.4.1 version.
I wanted to point to the git repo to the 0.5.0 but it doesn't exist. Where should I point to in my Gemfile? I use Spree 1.1.2.beta
Thanks.
Hi, have similar problem. I am using rails 2.3.2, Spree 1.1.1 and spree_variant_options 0.4.1. When I am creating new 'OptionValue' with image in the 'AdminPanel' => 'OptionType' I got error:
ActiveModel::MassAssignmentSecurity::Error in Spree::Admin::OptionTypesController#update Can't mass-assign protected attributes: image
I know the 'mass-assign' problem, but don't know how to fix that in yours gem.
So I thought that current 0.4.1 is incompatible with spree >= 1.1.1 (or rails 2.3.2?). Maybe this new version 0.5.0 would be helpful? Can I have any instruction what should I do (or what I am doing wrong)? I would be grateful.
Is there any update on how to install 0.5.0?
Same problem here, cant install from rubygems, the last update there is 0.4.1 And if i try to install from here, master branch (0.5.0) i guess asks for spree 1.2 core , so we cant install it in 1.1
same problem here looks like not released 0.5.0 .