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:
commit
866c7f7936
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue