python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
devise gem allows you to have multiple models signed in at the same time what that mean?
I am new to Rails and I came across this devise gem can you tell what this line means "devise gem allows you to have multiple models signed"?
Akshit Thakur Ak
Votes: 0
Answers: 1
Application error in heroku after successfully deployed - Ruby on Rails 7
Error detail is:
**An error occurred in the application and your page could not be served.**
Here is logs details by command heroku logs --tail
2022-04-07T06:14:27.384637+00:00 app[web.1]: from c...
Hassan Nawaz
Votes: 0
Answers: 0
RAILS - Using Ransack as a filter. Is there a way for me to add a link to a page that leads to a filtered link?
I have a model for my Contracts and then another model for my Contract Status.
Right now when any contract is marked from active to inactive it creates a new item in my Contract Status page every sing...
Stephanie Couto
Votes: 0
Answers: 1