-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot install spree_conekta gem #39
Comments
it looks like you dont have spree installed yet, can you try installing spree gem before then spree_conekta ? |
sorry but it's already installed...
|
The issue is that Spree 2.2+ changes the folder names:
Then the generator is breaking bad because that. You should use Spree 2.1 stable. I'm working in a branch for Spree 2.3.0.beta (I like living in the edge). But is not ready yet. If you want to take a look see: https://github.com/AgilTec/spree_conekta |
Hello CrowdInteractive
i've added
gem 'spree_conekta', :git => 'git://github.com/crowdint/spree_conekta.git'
i ran
bundle
and thenrails g spree_conekta:install
but... i'm getting this error...
/Users/emsedano/.rvm/gems/ruby-2.1.1/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb:98:in
binread': No such file or directory @ rb_sysopen - /Users/emsedano/Documents/Amplemind/Projects/ingredienta/project_source/ingredienta/app/assets/stylesheets/admin/all.css (Errno::ENOENT)from /Users/emsedano/.rvm/gems/ruby-2.1.1/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb:98:in
replace!' from /Users/emsedano/.rvm/gems/ruby-2.1.1/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb:59:in
invoke!'from /Users/emsedano/.rvm/gems/ruby-2.1.1/gems/thor-0.19.1/lib/thor/actions.rb:94:in
action' from /Users/emsedano/.rvm/gems/ruby-2.1.1/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb:30:in
insert_into_file'`how can i reach spree_conekta installation successfully
Thanks in advance... any suggestion please ?
The text was updated successfully, but these errors were encountered: