1
0
Fork 0
mirror of https://github.com/pry/pry-rails.git synced 2022-11-09 12:36:03 -05:00

Fix sample command and link in README

- fixes a syntax error in the instructions for running specs via Docker Compose
- updates broken link to pry website
This commit is contained in:
Dave Powers 2021-09-03 00:22:51 -04:00 committed by GitHub
parent 49aaea0f7f
commit 0155f4fb44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
# Description
Avoid repeating yourself, use pry-rails instead of copying the initializer to every rails project.
This is a small gem which causes `rails console` to open [pry](http://pry.github.com/). It therefore depends on *pry*.
This is a small gem which causes `rails console` to open [pry](https://pry.github.io/). It therefore depends on *pry*.
# Prerequisites
@ -109,7 +109,7 @@ To run specs across all versions, you can either [get the Roadshow tool] and
run `roadshow run`, or use Docker Compose directly:
```
$ for fn in scenarios/*.docker-compose-yml; do docker-compose -f $fn run --rm scenario; done
$ for fn in scenarios/*.docker-compose.yml; do docker-compose -f $fn run --rm scenario; done
```
You can also manually run the Rails console and server on each version with