Add sample rails + postgresql application

Signed-off-by: Alex Koch <alex@esparklearning.com>
This commit is contained in:
Alex Koch
2022-09-15 10:14:13 -05:00
parent d9bea6d801
commit bbad983a6e
84 changed files with 1570 additions and 1 deletions

7
rails-postgres/app/.gitattributes vendored Normal file
View File

@@ -0,0 +1,7 @@
# See https://git-scm.com/docs/gitattributes for more about git attribute files.
# Mark the database schema as having been generated.
db/schema.rb linguist-generated
# Mark any vendored files as having been vendored.
vendor/* linguist-vendored