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

Merge pull request #122 from djpowers/patch-1

Fix sample command and link in README
This commit is contained in:
Dave Powers 2021-09-06 18:00:52 -04:00 committed by GitHub
commit 866c7f7936
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