Frederico Araujo
Frederico Araujo
Getting this error when uploading new worker: ``` /task/__gems__/gems/bundler-1.5.0.rc.1/lib/bundler/runtime.rb:34:in `block in setup': You have already activated rest 2.6.3, but your Gemfile requires rest 2.6.5. Prepending `bundle exec` to your command...
rabl does work on Jruby, only the OJ gem is MRI only, it uses native C extensions. in Jruby and mongoid without OJ gem, we get ``` json {"id"=>{"$oid"=>"53a1506ff12a9c47ba000e29"}} ```...
Hi Dmitry, Currently it's not possible to know if 3DSecure is enabled or not via API. If that is what you wanted to know. Neither by the charge object there...
cool, I will add that functionality soon.
I'll do in this PR since I might change the database structure.
that's a good idea. thanks @treeder I will try that.
I cant deploy any ruby worker to Iron IO now because of this issue. This is a serious issue. It seems the server has mime-type 2.0 already installed. ``` /task/__gems__/gems/bundler-1.3.5/lib/bundler/runtime.rb:33:in...
this fix works for me, I can now deploy my ruby workers, but now I'm having another issue with params not being available.. a new BUG: params is not set,...
Having issues with 1.25.1 ``` /task/__gems__/gems/bundler-1.5.0.rc.1/lib/bundler/runtime.rb:34:in `block in setup': You have already activated mime-types 1.25, but your Gemfile requires mime-types 1.25.1. Prepending `bundle exec` to your command may solve this....