You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ rails c
Running via Spring preloader in process 24625
Loading development environment (Rails 4.2.11)
2.4.5 :001 >
2.4.5 :002 >
2.4.5 :003 > exit
$ rails c -- --simple-prompt
Running via Spring preloader in process 24924
Loading development environment (Rails 4.2.11)
>>
?>
?>
?> exit
$ rails c
Running via Spring preloader in process 24556
Loading development environment (Rails 4.2.11)
[1] pry(main)>
[2] pry(main)>
[3] pry(main)>
[4] pry(main)>
[5] pry(main)> exit
$ rails c -- --simple-prompt
Running via Spring preloader in process 24574
Loading development environment (Rails 4.2.11)
[1] pry(main)>
[2] pry(main)>
[3] pry(main)>
[4] pry(main)> exit
The text was updated successfully, but these errors were encountered:
What is expected:
Using
pry
by itself:But when I add
pry-rails
to theGemfile
:The text was updated successfully, but these errors were encountered: