7 questions from the last 7 days
0
votes
0
answers
25
views
Getting Rails 6 error after upgrading from 5.2 to 6.0.6
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': ...
-3
votes
0
answers
48
views
Error in PostgreSQL when running Rails and PostgreSQL using Docker Compose [closed]
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: ...
-1
votes
0
answers
42
views
Quirk in rails retrieving association data [closed]
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 ...
0
votes
2
answers
77
views
error installing rails - alternate installation path possible
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....