Rustem Bedretdinov
Rustem Bedretdinov
@mpapis, yes, both rvm and ruby have been installed earlier: ``` mustela@Mustela-Prod:~$ rvm --version rvm 1.25.22 (master) by Wayne E. Seguin , Michal Papis [https://rvm.io/] mustela@Mustela-Prod:~$ ruby --version ruby 2.1.1p76...
BTW, if I set `set :rvm_type, :system` in my deploy.rb file, I get the following error instead: ``` rustems-mbp:mustela rbedretdinov$ cap production rvm:check /Users/rbedretdinov/.rvm/gems/ruby-2.1.1/gems/bundler-1.6.1/lib/bundler.rb:301: warning: Insecure world writable dir /usr/local/bin...
@mpapis Thanks a lot for advice! Previous issue is resolved, but I'm facing with another one: ``` Could not determine which Ruby to use; . should contain .rvmrc or .versions.conf...
@mpapis thanks a lot for the hint! Finally I've simply added my ruby version as '2.1.1' into .ruby-version file in the application catalogue. That has helped me to eliminate from...
Yes, lets close to for now. Best Regards, Rustem Bedretdinov. http://about.me/bedretdinovr On Apr 15, 2014, at 9:19 AM, Michal Papis [email protected] wrote: as all works now the issue can be...
@sbasir Thanks a lot for advice! Let me check that
Hello, I've tried to use fork done by @charredUtensil. Looks like I've configured it connectly. However, whenever I try to add an item to card I get 'undefined method `+'...
@charredUtensil Thanks a lot for assistance! However I can't figure out how to open a new issue in your fork - should I request a Pull permission for that?
@charredUtensil BTW, here are some details of the exception: Exception message: NoMethodError in Spree::OrdersController#populate undefined method `+' for nil:NilClass Here is my stack trace: D:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/bundler/gems/spree_flexi_variants-aa00ceb65840/app/models/spree/line_item_decorator.rb:37:in `cost_price' spree_core (2.1.2) app/models/spree/line_item.rb:35:in`copy_price' activesupport...
@maxtavanti thanks a lot for the fix! Working like a charm!:)