Skip to content

Commit

Permalink
Merge branch 'master' into rails-5---fix-announcement-service
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Jun 6, 2024
2 parents 2f40cfb + 3b19476 commit 561343a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,14 @@ Some resources ([User](app/models/user.rb), [Subject](app/models/subject.rb)) ar
## Setting Up Rails-next
Using the gem https://github.com/clio/ten_years_rails to help with the upgrade path https://www.youtube.com/watch?v=6aCfc0DkSFo

### Using docker-compose for env setup
### Using docker-compose-rails-next for env setup

```
docker-compose -f docker-compose-rails-next.yml build
docker-compose -f docker-compose-rails-next.yml run --service-ports --rm talkapi bash
## To run bash in test env
docker-compose -f docker-compose-rails-next.yml run --service-ports --rm -e RAILS_ENV=test talkapi bash
```

Expand Down

0 comments on commit 561343a

Please sign in to comment.