thoughtbot / vim-rspec

Run Rspec specs from Vim
https://robots.thoughtbot.com
MIT License
656 stars 108 forks source link

How to get the rails console #127

Closed Seybo closed 7 years ago

Seybo commented 7 years ago

Hi. I'm new to vim. So maybe I just don't know about some basic setup but I'm trying to google it for a couple of days and fruitless. So I decided to open an Issue.

My question is: how can I get the rails console if I run my tests (using your plugin) and put byebug into it? It stops on byebug but there is no rails console. Can I get it somehow? To see my local variables values, make rails DB queries and all the usual stuff which sometimes is needed.

Seybo commented 7 years ago

ok. Found vim-dispatch and tmux