feat: 🏗️ Rails setup

postgresql database
This commit is contained in:
Juan Rodriguez
2021-06-13 09:05:20 -05:00
parent a17a42e792
commit 019e2516d7
80 changed files with 1277 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
%w[
.ruby-version
.rbenv-vars
tmp/restart.txt
tmp/caching-dev.txt
].each { |path| Spring.watch(path) }