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

4
rails-postgres/app/bin/rake Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
require_relative "../config/boot"
require "rake"
Rake.application.run