vim-rails
vim-rails copied to clipboard
rails.vim: Ruby on Rails power tools
This problem occurs when I uncomment vim-rails in .vimrc and that I restart Vim without opening a file. I just installed vim.rails with bundler.vim and dispatch.vim this weird text :`$r2...
Add a `g:rails_single_quotes_style` option. Addresses #458 and the discussions in #343. I am not a Vimscript guru (being a recent Vim convert) but after hacking these lines together, this seems...
Hi, I was trying out vim-rails on a rails app with version 6.1. `:Rails server` works fine, but `:Rails console` will error out. The rails app is almost fresh generated....
I have a controller that does not have controller unit tests but request integration tests. When I am inside the controller I would like to be able to press `:A`...
I tried ``` :Rails credentials:edit ``` but the editor does some weird stuff, instead of open the buffer for credentials edits. Maybe commands like: ``` :Ecredentials ``` What do you...
The `rails-:Rextract` doc says: ``` And you issue this command: :2,3Rextract post Your file will change to this: 1 2 3 ``` `'post'` uses single quotes, but if you try...
I have this happen with rails/ruby files on a regular basis. It becomes painfully slow to move the cursor around, sometimes taking a full second moving the cursor one character...
What do you think of adding a command to open the API documentation for the current Rails version? Something like `:Rapidocs` that would navigate to http://api.rubyonrails.org with the current version...
I have a vim rails installed and an ember app in a subdirectory with a .projections.json. Any time there's a conflict (`:Econtroller`, `:Eserializer`) it's using the Rails projections instead of...
Hello, there are some callbacks can't be recognized as keywords, like: - after_create_commit - after_update_commit - after_destroy_commit - before_commit And so on. I think 'commit' is a important feature, would...