spree-contrib / spree_editor

Rich text editor for Spree with Image and File uploading in-place.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
112 stars 183 forks source link

Generator not working in latest spree version #154

Closed TechDendron closed 3 years ago

TechDendron commented 4 years ago

Looks like with the latest spree version 4.11.1 the generator is failed to load.

Screenshot 2020-10-16 at 10 09 22 PM
nnande commented 3 years ago

Hey @TechDendron, I was unable to reproduce with the setup that you've mentioned. Here's is a fragment of Gemfile with the relevant spree setup used:

Gemfile
...
ruby '2.7.2'
...
gem 'rails', '~> 6.0.3', '>= 6.0.3.4'
...
# Spree gems
gem 'spree',                    '4.1.11 '
gem 'spree_analytics_trackers', '2.0.0'
gem 'spree_auth_devise',        '4.2.0'
gem 'spree_braintree_vzero',    '3.5.1'
gem 'spree_editor',             '0.70.0'
gem 'spree_extension',          '0.0.9'
gem 'spree_gateway',            '3.8.0'

Can you please make sure that: