docker-rails-example icon indicating copy to clipboard operation
docker-rails-example copied to clipboard

A production ready example Rails app that's using Docker and Docker Compose.

Results 11 docker-rails-example issues
Sort by recently updated
recently updated
newest added

Hi, nice work that you have done, but I think you have not set an example for running system tests

This looks pretty cool, there are a lot of nuances which you seem to have considered and factored in which the typical "rails-quickstart" project ignores. (1) Do you know has...

While running through the `README`, I noticed this deprecation warning: ./run rails db:setup # `Redis.current=` is deprecated and will be removed in 5.0. (called from: /app/config/initializers/redis.rb:1:in `') # (138.5ms) CREATE...

Added mailcatcher to allow developers to test sending and integrating emails in development

Add Postgres port forwarding to be able to connect to the development db using a GUI. eg: #### .env ``` export POSTGRES_PORT_FORWARD=54320 ``` #### docker-compose.yml ``` services: postgres: ... ports:...

Hi Nick, I asked you in a previous PR if you had considered putting gems on the host so that you don't have to rebuild your containers and bundle install...

I have an existing app. Is there some sort of checklist on what you have to do to integrate this into an existing app? I tried several times to integrate...

This is not an issue, but it would be nice to get people thinking about security by adding authentication to the Redis container. This can be done easily through the...

Great Work Nick! All works fine in development, however, launching on a DigitalOcean Droplet does not work. - Version latestOS Ubuntu 22.04 - Software Included -- Docker CE --- [25.0.3](https://docs.docker.com/release-notes/docker-ce/)...

Hi @nickjj, I found the issue when i using activestorage with disk service, and got me errors when i check on the image url. The image also wont show on...