Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

Here is the error: bundle exec rails app:update:bin /home/ubuntu/.rvm/gems/ruby-3.1.2/gems/activesupport-6.0.6.1/lib/active_support/logger_thread_safe_level.rb:16:in `module:LoggerThreadSafeLevel': ...
Asher Namanya's user avatar
-3 votes
0 answers
48 views

I'm running Docker Compose on Ubuntu 24, and when accessing PostgreSQL from within the backend container, I get the following error: root@60128607c5ab:/backend# psql -p 5433 -U postgres psql: error: ...
andbri321's user avatar
-1 votes
0 answers
42 views

A class Subgroup has the association defined as belongs_to :billing_option, class_name: 'Categoryminor' The view rendering has been acting strangely, so the following has been added to inspect to ...
Jerome's user avatar
  • 6,335
0 votes
2 answers
77 views

I want to install Rails on Windows using the procedure described in the official Ruby guide. When I enter gem install rails I get the error message: Permission denied @ rb_sysopen - /var/lib/gems/3....
Kurt Hoffmann's user avatar