Open the source for a gem in your bundle by command: bundle open [gem]
Description
Implement the following steps:
- Access to file
~/.bashrc
or~/.zshrc
, which depend on your shell in terminal. - Add one of two lines
- Sublime text:
export EDITOR='subl -w'
- VSCode:
export EDITOR='code -w'
- Sublime text:
- Logout Ubuntu and then login again
- Enter project direction and type command in terminal: bundle open [gem].
For example: bundle open activesupport
Let’s try and find out new things…