-
### Checks
- [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure)
- [X] I have tho…
-
Context: I've had cssbundling-rails (1.4.1) working with a rails 7.0.x app for a while now. I got in the mood to upgrade things and it appears that things didn't play super nice with rails 7.2.1.1
…
-
Rails 7.2+ ships with features like the ability to generate a [devcontainer](https://edgeguides.rubyonrails.org/getting_started_with_devcontainer.html) for development, [Github Action to run tests](ht…
-
-
### Steps to reproduce
Currently, if I have code like the following in my codebase in a default Rails deployment, I won't see any issues until I go to production:
```ruby
Rails.error.handle do
M…
-
## Fixing PostgreSQL Connection Issues for Rails Apps on Heroku (Rails Tutorial 7th Edition)
While following the 7th edition of the Ruby on Rails tutorial, I encountered issues deploying a Rails appl…
-
### Checks
- [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure)
- [X] I have thorou…
-
In line with other guide names.
-
I would love to dockerize solid_queue and deploy it on my server.
I already have a custom dockerfile (Dockerfile.worker) with the following:
```
# syntax = docker/dockerfile:1
# This Dockerf…
-
I hope there is a better way to do this that I am not seeing.
According to the read me:
> Then run db:prepare in production to ensure the database is created and the schema is loaded.
I am te…