python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I overcome Nokogiri dependency when dockerizing Ruby on Rails APi
I've been working on dockerizing a simple Ruby on Rails API with a SQL database, and I've been encountering the following error:
ERROR: It looks like you're trying to use Nokogiri as a precompiled nat...
SeifEldin
Votes: 0
Answers: 1
RUBY parse nested JSON Object
I have a ruby script that works pretty well. I'm parsing JSON from an API and passing it into and array.
Most of the top elements parse fine. But I have a nested object that looks like this after it...
hollecar
Votes: 0
Answers: 1
ERROR: While executing gem ... (Gem::Exception) OpenSSL is not available
I get this openssl error when trying to install/update any gem, although I have openSSL installed through brew install openssl.
This can be frustrating but there is a way to address this problem.

Karan Sapolia
Votes: 0
Answers: 1
Rails - Devise Invitable - Two Devise User Models - Password can't be blank error with devise prior to invitation being sent
I am trying to set up devise_invitable with two user models; User and Exechost. Everything works fine with the User model, the User code was implemented first and then the second model, Exechost, was ...
bweathers
Votes: 0
Answers: 1