The rails.vim tag has no wiki summary.
0
votes
0answers
21 views
Rails.vim - How to test all features and/or specs?
I am using rails.vim plugin which is pretty awesome. However, I fail to see how could I test all the specs in one command. Right now I need to open a particular spec and do :Rake and that just tests ...
0
votes
1answer
35 views
Why my Vim slowing down in rails dir?
I notice that in my rails projects vim starting about 2 sec.
I investigating that issue and I know that this happen because of rails.vim plugin.
Here are my logs from vim: ...
0
votes
1answer
120 views
Rails.vim alternate file issues - does not detect RSpec
I can't seem to get Rails.vim to detect that I don't use test/unit, whenever I go into app/models/model.rb and issue the :A command it I get an error:
E345: Can't find file ...
0
votes
1answer
116 views
Does running rspec in rails.vim execute in the development environment?
I've noticed some odd behavior with rspec in the past, where the environment didn't seem quite right and I couldn't ever really explain it. This morning, I had my development log open to observe some ...
1
vote
0answers
302 views
Vim and Quickfix - Double output - rails.vim help needed
I have used Vim for 2 days now - so I'm a newbie. I'm really stuck on this problem.
When I run some commands the output is displayed twice: first in the terminal, and the in the Quickfix window (is ...
0
votes
1answer
71 views
How to get the rails.vim-command :Rview working with .js.erb-views?
I want Rview to jump to .js.erb-views as well.
It always says "Can't find file "app/views/examples/foo".
The help says:
rails-template-types
Commands like :Rview use a hardwired list of
...
0
votes
1answer
151 views
does rails.vim support syntax highlighting for .less css files?
I'm using rails.vim in vim but can't tell if it has syntax highlighting for .less. I read somewhere that it does but when I load up a .less file there's no syntax highlighting
Currently using ...
3
votes
1answer
702 views
Vim, how to reload syntax highlighting
When i execute Rmodel, Rcontroller and others in Vim i see only white text.
But when next I go to another buffer and then go back by :bn and :bl colors are working.
This is my .vim folder
...
7
votes
1answer
184 views
rails.vim and custom controllers location
I love Rails.vim but I have a problem with using it in some projects. I have two places for controllers in one of my apps:
app/controllers
app/controllers/v1/api
Can I configure (perhaps in ...
2
votes
1answer
184 views
Why doesn't rails.vim recognize any gems that I install?
I'm a ruby and vim newbie. I recently installed the rails.vim plugin and all the commands work fine apart from the commands to create a new Rails project. Every time I do this it says rails is not ...
5
votes
1answer
298 views
Go to last file with rails.vim
I am just getting into rails.vim as my ROR IDE and I am really liking it. The only thing I don't know how to do, that I wish I could, is hop back to the last file I was editing.
For example, if I am ...
1
vote
1answer
455 views
Vim: Using rails.vim, how do I make rails.vm use rspec instead of testunit?
I'm using rails.vim and when I use :A on a model file, it opens the corresponding testunit file. How do I make it open the corresponding rspec file?
7
votes
2answers
304 views
Opening a rails.vim related file in a new window
I like rails.vim support for going to the corresponding file. For example, if I'm in the Product model, I can type :Rcontroller to open the ProductsController in the same window.
I want to open the ...
2
votes
3answers
289 views
Rails.vim plugin, does it have any fancy migration support?
I am hoping rails.vim has some migration support.
I'm looking for something like: generate migration and jump to that file, and then a way to fire the migration.
Does this exist or am I dreaming? ...
1
vote
1answer
179 views
How to add capybara dsl syntax highlighting to vim syntax higlighting?
I'm using Tim Pope's rails.vim plugin and for the most part it highlights nearly everything I want, except Capybara's new DSL which contains keywords like feature, scenario, background etc.
I don't ...
2
votes
1answer
945 views
rails.vim with ruby omnicompletion giving “Error loading rails environment” error
I'm trying to get up and working with vim with ruby on rails and am having a few problems with omni-completion.
I have downloaded the rails.vim plugin for vim, which appears to be installed, with a ...
2
votes
2answers
567 views
Vim rails.vim plugin doesn't seem to work
I've installed rails.vim plugin. Running :Rails!
command shows: rails.vim 4.3. But when I try to run :Rails myapp it opens command line (cmd.exe) that shows:
C:\Windows\system32\cmd.exe /c rails ...
4
votes
2answers
468 views
In rails.vim why do I get “E345 can't find file in path” errors?
I've been learning Ruby/Rails with vim. Tim Pope's rails.vim seems like a really good tool to traverse files with, but I keep getting these pesky "E345 can't find file in path" errors. I'm not vim ...