vim-rails icon indicating copy to clipboard operation
vim-rails copied to clipboard

rails.vim: Ruby on Rails power tools

Results 43 vim-rails issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm a Windows user :))). When I try `:Rgenerate migration add_foo_to_bar` gVim giving me this message: `:!ruby bin/rails generate migration add_foo_to_bar C:\Users\ERGASH~1\AppData\Local\Temp\VIe2 a31.tmp 2>&1 shell returned 1` and doing NOTHING!...

I'd really appreciate a way to edit files by affinity even if they don't exist yet. So, for instance, if I'm in a model which doesn't have a controller yet,...

If #113 is implemented, it could open all locale files in splits and jump to that key in all of them.

I'm using projections for [Curly](https://github.com/zendesk/curly) in order to jump from a template to a presenter and back. I've currently got this JSON: ``` json { "app/presenters/*_presenter.rb": { "affinity": "controller", "command":...

Thanks for this awesome utility. Is there a way to configure vim-rails so that `:AV` goes to `_spec.js.coffee` rather than `.js_spec.coffee`? For instance, when I type :AV on this: ```...

Fix for alternative spelling of plural for ex. indices, matrices.

having either of these in my vimrc causes an error burnettk/vim-angular AndrewRadev/splitjoin.vim error detected while processing rails#buffer_setup: line 73 with neither commended out I get two of these, with one...

@tpope: was looking at doing a PR for the new rspec template (specifically, after `describe x`, add `, type: :sym`, where sym is :controller, :model, or similar. what do you...

I use rvm. rails 4.0.3, ruby 2.0.0 First, when I use Rgenerate command, It shows error "/bin/bash: bin/rails: Permission denied". I solved it by this " http://stackoverflow.com/questions/19463908/whenever-cron-not-working-permission-denied ". Then, After...

It would be useful to have a setting to override the logic in `s:app_prepare_rails_command` to allow for a variety of custom setups. For example, one might want to run commands...