Best screencasts about rails: http://railscasts.com
The last episode was about pry. Nice alternative to irb.
http://pry.github.com/
How to change your editor in pry? Let's do this in Ubuntu and switch from nano to vim
Just make/add to a file named '.pryrc' in your home folder
pry -r config/environment
The last episode was about pry. Nice alternative to irb.
http://pry.github.com/
How to change your editor in pry? Let's do this in Ubuntu and switch from nano to vim
Just make/add to a file named '.pryrc' in your home folder
pry -r config/environment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pry.config.editor = "vim" |
Brak komentarzy:
Prześlij komentarz