0
votes
1answer
43 views

After installing vim-rails plugin I got problems with HAML indentation

I've installed vim-rails plugin from Tim Pope. Everything goes well except that I can't run my Rails project into the browser due to a HAML Syntax Error which is is Inconsistent indentation: 6 ...
0
votes
0answers
26 views

how to create a vim code snippets for rails

I'm trying to create some ruby on rails vim snippets for its views, (I have snipmate-snippets) but seems like it does not cover view snippets I have done the following to create a form #ff.snippet ...
1
vote
0answers
117 views

vim omnicomplete with ruby only partially works

I have a +ruby version of vim 7.2 (also tried with 7.3 and custom compiled version) but I am only getting the omnicomplete (ctrl-x ctrl-o) to work in certain instances. For example, if I have class ...
0
votes
1answer
72 views

Vim bad erb indentation

When I tried to indent my .erb file via gg=G, I got this: <li> <%= gravatar_for user, size: 52 %> <%= link_to user.name, user %> <% if current_user.admin? && ...
1
vote
1answer
109 views

Find all uses of a method in vim

Is there a way to find all uses of a method in vim? I'm using vim as an IDE for Rails with rails.vim. ctags helps to jump to a method definition from usage but not the other way round AFAIK. I'd like ...
0
votes
0answers
41 views

snipmate snippets not working in rails application

I have vim 7.3 installed on my machine, snipmate and all its snippets in their right place using pathogen. For some reason snipmate does not seem to work when I am in a rails application. It works ...
1
vote
1answer
237 views

New to vim - MAC OSX Mountain Lion

I am new to vim, and I just followed this setup tutorial, but something went wrong. I am a ruby developer and I am not getting a a ruby highlighting syntax. I have installed janus, before with ...
1
vote
0answers
41 views

How do I open :Rpreview in a seperate window?

I'm using awesome WM and every time I use :Rpreview (the T-Pope rails.vim plugin) it opens localhost on another tab where I've left my browser (chromium) open. How can I make it open under the ...
1
vote
1answer
89 views

adding textmate theme for vim 7

I'm trying to add textmate color theme to my vim editor I have got the railscast.vim from https://github.com/jpo/vim-railscasts-theme and downloaded to ~/.vim/colors/railscast.vim and in my ...
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
0answers
68 views

Make vim indent after private/public/protected methods in Ruby

My team have agreed to follow the Rails convention guideline regarding private/public/protected methods indenting. Which is: ...
0
votes
0answers
170 views

Ruby-aware completion using neocomplcache in vim

Suppose I'm writing a custom validation method in a Rails model: validate :customer_must_be_valid And then I'm writing this method for validation: def cust<TAB> And neocomplcache does ...
1
vote
1answer
854 views

Vim ruby autocomplete

I give up. This 51 if !exists('g:neocomplcache_omni_patterns') 52 let g:neocomplcache_omni_patterns = {} 53 endif 54 55 if !exists('g:neocomplcache_omni_functions') 56 let ...
0
votes
1answer
46 views

How to add/remove focus marker to spec using vim script?

Do you know any plugin which helps me by using key mapping to add or remove focus marker: focus: true like below. it "has added a feed item", focus: true do page[ cursor ].should have_css ...
0
votes
0answers
79 views

Janus loading plugins all splits and tabs

I'm using Janus to manage my vim plugins. What I realized is that all plugins are just loaded in one split. If I open more splits or tabs. The plugins are not being loaded. I.E The Rails commands are ...
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
1answer
85 views

How to quick refactor to newer Ruby syntax using Vim script?

I would like to quick refactor current line ex: Subscription.create(:user => @user, :app => this_app, :verified => true, :approved => true) to Subscription.create(user: @user,app: ...
2
votes
1answer
317 views

Indenting of ERB tags in Vim

I recently switched over to Vim and after the initial hurdle I really like it. The only thing that might be a deal killer for me is the auto indents for erb tags being all messed up. I'm using the ...
3
votes
0answers
179 views

What is best way to make Vim's omnicomplete context aware for ruby/rails? (i.e., intellisense)

Vim's auto complete seems like it is just throwing the the kitchen sink at me hoping that one of the words is sothing I need. If I know the first couple characters of the member method, I am ok, but ...
0
votes
2answers
71 views

Open all Vim tabs for a Rails workflow automagically [closed]

I'm working on PHP, Python and Rails projects now and would like to get to work quicker each time I switch projects. I have found some Guake or ABC-terminal automation scripts to load up my different ...
2
votes
2answers
109 views

vim nerdtree files show up with * appended [duplicate]

Possible Duplicate: gVim displays every file with an asterisk on the right (and bold)? I'm using vim with nerdtree plugin for my rails projects and some of the files show up with a * ...
0
votes
2answers
114 views

How to hide deleted files from git status list?

I`m looking for best answer to following issue: When I create new branch I have to always remove folder public/assets/(Ruby on Rails, we precompile assets only before deploying to production) so this ...
0
votes
1answer
985 views

Vim Ruby and Rails autocomplete

I am using Tim Popes rail.vim and the ruby-vim. No matter what I have tried on the net I can't get code completion to work sensibly. The nearest I have got is <c-x><c-o> - auto ...
0
votes
0answers
158 views

MacVim doesn't start my rails server vim-ruby-debugger

I tried adding a good debugger for my rails project and I found vim-ruby-debugger to be the best option for my favourite editor VIM. This works perfectly with ubuntu. But when I tried configuring it ...
0
votes
1answer
102 views

How to 'set path' automatically when opening Vim from a directory?

I'm trying to get :A (e.g. switch between controller and spec) working in vim-rails. If I navigate to my rails project, run vim ., open a controller file and run :A, I get the error: E345: Can't find ...
1
vote
1answer
40 views

How to set fitetype depends on current directory?

I`m using Vim I would like to set my filetype like below autocmd BufNewFile,BufRead *_controller.rb set ft=rails syntax=ruby but depends on current file directory example if I open ...
2
votes
2answers
130 views

Show status of Rails test in status bar of Vim?

Is there any known Vim plugin that would show if a Rails test is passing or failing by showing a green or red bar respectively. I personally find Growl notifications quite distracting and am looking ...
0
votes
1answer
290 views

vim: no mapping found

Every time vim starts it shows 'No mapping found' warnings. I'm using the tutorial below to set up vim for rails development. ...
0
votes
2answers
66 views

Syntax completion based on snippets for rails project in vim

I wonder if exists some plugin which offers syntax completion based on rails snippets (from snipmate). Example: Being on specs, I provide shou, press hotkey and I got list of possible completions ...
0
votes
1answer
54 views

How to append the method name to the end tag in vim

I'm trying to modify endwise which already appends an "end" on a new line after I type def my_func So I end up with def my_func end What I want to do, is update the code so that I end up with ...
7
votes
2answers
250 views

rails and refactoring, suggested tools and techniques specific to vim users?

Being a fairly new rails developer, I had my first taste of refactoring last week where I had to rename a controller and model to better reflect the domain we were working with. I used .NET for many ...
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 ...
1
vote
2answers
299 views

Ctags generate latest version gems

I use vim-rails and ctags for navigate of methods. For it I run ctags -R * in /home/***/.rvm/gems/ruby***/gems. But in this directory was many folders for one gems just different versions(for example ...
2
votes
2answers
121 views

How to load plugins in the new tab in mac vim?

I'm using macvim to code rails project. I used some plugins, which is specific to rails(like vim-rails) and will be loaded only in a rails' app folder. After I entered a rails's folder, I run mvim ...
2
votes
2answers
427 views

Convert CSV to Array?

Any ideas on how to convert this CSV into a ruby array using vim? Starting CSV: Year,Make,Model 1997,Ford,E350 2000,Mercury,Cougar Desired Array: car_info = [ {'Year' => '1997', 'Make' => ...
6
votes
1answer
387 views

Vim E854: path too long for completion

I have a Rails RSpec file which looks something like require 'spec_helper' describe "Something" do ... end When I try to use Ctrl+N to autocomplete anything in that file, I get: Text version: ...
3
votes
1answer
174 views

Use closetag.vim script in .html.eb files

In http://stackoverflow.com/a/130741/168646 I learned about closetag.vim, which is exactly what I was hoping to find. However, I can't seem to get it working for the .html.erb files in my rails ...
1
vote
1answer
309 views

Ultisnips break rails syntax. How to setup correctly?

https://github.com/sirver/ultisnips <- Edited Im using ultisnips and my rails snippets works only when i have ruby.rails filetype. :set filetype=ruby.rails But then i dont have rails syntax. ...
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 ...
6
votes
3answers
2k views

Setting up Vim for Ruby on Rails

I work with Ruby on Rails and wish to use vim as the editor of choice. However, I can't find anywhere simple set of step by step,idiot proof, instructions with well explained steps as to how to set it ...
1
vote
1answer
143 views

When editting a Rails project with Vim, the SnipMate plugin only loads the ruby snippets. How can I get the ruby-rails snippets?

When editing my Rails app, snipMate only seems to load the ruby snippets file and not the ruby-rails snippets file as the ruby snippets work and the rails snippets do not. I am using them within a ...
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 ...
1
vote
1answer
140 views

Why does vim indent in my html files?

I have this <p> <b>Author_id:</b> <%= @entry.author %> </p>_ (Note that '_' is where my cursor is at currently) When I press enter vim indents my file with the ...
1
vote
2answers
236 views

How can I map a Vim shortcut to open Command-T results in vertical/horizontal split?

I am switching to Command-T for file searching. I am trying to setup shortcuts such that I can type <leader>vv to launch Command-T starting in app/views, find the desired file, and open it in a ...
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
456 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?
2
votes
2answers
838 views

Code folding regions in ruby on VIM?

I know not everyone like code folding, but as a convert to Rails and a convert to VIM, I want one of the conveniences back that I had in Visual Studio.Net. I want to be able to place arbitrary ...
0
votes
1answer
111 views

Which macros would be useful in ruby development [closed]

Im wondering which macros in Vim and Emacs you use to speed up ruby and rails development?
0
votes
3answers
75 views

specify which vim is called from a command like git

I'm doing some rails dev on mac osx. I have an alias for vim that calls the version in homebrew vim: aliased to /usr/local/Cellar/vim/7.3.266/bin/vim But if I execute say git rebase -i [sha] then ...
3
votes
1answer
322 views

VIM folding for ERB files?

Vim noob here. I have code folding working in most places, via indent mode, but for some reason I cannot get Vim to fold .html.erb files in ruby... even with indents. Here's the relevant region of my ...

1 2 3