Upgrade to rails 6 💎 (#11)

- upgraded to rails 6
- fixes various issues
This commit is contained in:
Sojan Jose
2019-08-19 01:19:57 -07:00
committed by Pranav Raj S
parent 3c32103e34
commit 52194116b3
53 changed files with 819 additions and 605 deletions

View File

@@ -29,8 +29,16 @@ cp shared/config/application.yml config/application.yml
cp .env.sample .env
# run db migrations
bundle exec rake db:migrate
bundle exec rake db:create
bundle exec rake db:reset
# fireup the server
foreman start
foreman start -f Procfile.dev
```
### Login with credentials
```
http://localhost:3000
user name: larry@google.com
password: 123456
```