Closed BlackMiso closed 11 years ago
@BlackMiso Did you bundle and run the install generator? bundle exec rails g spree_fancy:install
The fix is working for me with a spree 2-0-stable store using the 2-0-stable branch of spree_fancy
I did and I am having the same issue.
Here is the error that I am getting
couldn't find file 'jquery.ui.all' (in /usr/local/rvm/gems/ruby-1.9.3-p392/bundler/gems/spree_fancy-831cdf41efb9/app/assets/javascripts/store/spree_fancy.js:3)
@BlackMiso Can you paste the contents of bundle show
in a gist or as a comment on this issue so I can make sure jquery-ui-rails is included?
sure
/usr/local/rvm/gems/ruby-1.9.3-p392/bundler/gems/spree_fancy-831cdf41efb9
Can you do that bundle show
without any other arguments? I'm looking for the full list of application dependencies.
ah here you go
Gems included by the bundle:
@BlackMiso Everything looks good, I'm still unable to reproduce your problem though.
Here is what I did for my test store:
rails new mystore
cd mystore
gem 'spree', :github => 'spree/spree', :branch => '2-0-stable'
gem 'spree_fancy', :github => 'spree/spree_fancy', :branch => '2-0-stable'
rails g spree:install
rails g spree_fancy:install
rails server
That worked for me. I'm not entirely sure why yours is presenting problems but I really do want to help you out.
I fixed it by copy and pasting the Master javascript code, replacing the link to the javascript for 2-0. It's working so far! Thanks for your help =)
The latest change didn't fix the previous problem in Issue #43.