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

I've been trying to write model tests for my Ruby on Rails 8 + Postgres project, but even with the simplest tests I get the following error. I've never had a table or a relationship called listing, ...
Lucas's user avatar
  • 53
0 votes
0 answers
29 views

I am building an e-commerce with Rails 8 and Stripe through their API for a pottery business. These are all unique, one-off items for now and with the demand she already has, I anticipate her site ...
Clint Zold's user avatar
0 votes
0 answers
76 views

I have a new Rails 8 application built with Bootstrap, Ruby 3.4.7, MySQL, and Haml, running in Firefox 145. It all looks good, except for the uncaught exception: Uncaught SyntaxError: import ...
willyab's user avatar
  • 332
0 votes
0 answers
49 views

I have a Rails 8 app that is pretty bare boned. I'm just setting up my dependency injection container, which registers relevant services here at: config/initializer/command_bus.rb The issue is that I'...
Derek's user avatar
  • 8,698
-3 votes
0 answers
92 views

When I run the command on docker container backend: psql -h localhost -p 5432 -U postgres I receive the following error: psql: error: connection to server at "localhost" (::1), port 5432 ...
andbri321's user avatar
0 votes
0 answers
48 views

The Problem Statement My Rails 8 application uses MiniMagick to composite multiple color JPEG/PNG images onto a single blank page, draw bounding boxes, and output the result as a PDF. When running the ...
Ajit Dhanje's user avatar