[PR #288] Add sample rails + postgresql application #959

Open
opened 2026-03-07 21:27:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/288
Author: @kochalex
Created: 9/16/2022
Status: 🔄 Open

Base: masterHead: sample-rails


📝 Commits (1)

  • bbad983 Add sample rails + postgresql application

📊 Changes

84 files changed (+1570 additions, -1 deletions)

View changed files

📝 README.md (+2 -1)
rails-postgres/.docker/docker-compose.yaml (+18 -0)
rails-postgres/README.md (+75 -0)
rails-postgres/app/.gitattributes (+7 -0)
rails-postgres/app/.gitignore (+31 -0)
rails-postgres/app/.ruby-version (+1 -0)
rails-postgres/app/Dockerfile (+18 -0)
rails-postgres/app/Gemfile (+72 -0)
rails-postgres/app/Gemfile.lock (+242 -0)
rails-postgres/app/README.md (+24 -0)
rails-postgres/app/Rakefile (+6 -0)
rails-postgres/app/app/assets/config/manifest.js (+4 -0)
rails-postgres/app/app/assets/images/.keep (+0 -0)
rails-postgres/app/app/assets/stylesheets/application.css (+15 -0)
rails-postgres/app/app/channels/application_cable/channel.rb (+4 -0)
rails-postgres/app/app/channels/application_cable/connection.rb (+4 -0)
rails-postgres/app/app/controllers/application_controller.rb (+2 -0)
rails-postgres/app/app/controllers/concerns/.keep (+0 -0)
rails-postgres/app/app/helpers/application_helper.rb (+2 -0)
rails-postgres/app/app/javascript/application.js (+3 -0)

...and 64 more files

📄 Description

Signed-off-by: Alex Koch alex@esparklearning.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/288 **Author:** [@kochalex](https://github.com/kochalex) **Created:** 9/16/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `sample-rails` --- ### 📝 Commits (1) - [`bbad983`](https://github.com/docker/awesome-compose/commit/bbad983a6e238fab90cf605aa513d2c2c8810b26) Add sample rails + postgresql application ### 📊 Changes **84 files changed** (+1570 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) ➕ `rails-postgres/.docker/docker-compose.yaml` (+18 -0) ➕ `rails-postgres/README.md` (+75 -0) ➕ `rails-postgres/app/.gitattributes` (+7 -0) ➕ `rails-postgres/app/.gitignore` (+31 -0) ➕ `rails-postgres/app/.ruby-version` (+1 -0) ➕ `rails-postgres/app/Dockerfile` (+18 -0) ➕ `rails-postgres/app/Gemfile` (+72 -0) ➕ `rails-postgres/app/Gemfile.lock` (+242 -0) ➕ `rails-postgres/app/README.md` (+24 -0) ➕ `rails-postgres/app/Rakefile` (+6 -0) ➕ `rails-postgres/app/app/assets/config/manifest.js` (+4 -0) ➕ `rails-postgres/app/app/assets/images/.keep` (+0 -0) ➕ `rails-postgres/app/app/assets/stylesheets/application.css` (+15 -0) ➕ `rails-postgres/app/app/channels/application_cable/channel.rb` (+4 -0) ➕ `rails-postgres/app/app/channels/application_cable/connection.rb` (+4 -0) ➕ `rails-postgres/app/app/controllers/application_controller.rb` (+2 -0) ➕ `rails-postgres/app/app/controllers/concerns/.keep` (+0 -0) ➕ `rails-postgres/app/app/helpers/application_helper.rb` (+2 -0) ➕ `rails-postgres/app/app/javascript/application.js` (+3 -0) _...and 64 more files_ </details> ### 📄 Description Signed-off-by: Alex Koch <alex@esparklearning.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:27:34 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#959