tpope / vim-rails

rails.vim: Ruby on Rails power tools
http://www.vim.org/scripts/script.php?script_id=1567
4.1k stars 383 forks source link

Detect rails5 via railties #520

Closed sj26 closed 6 years ago

sj26 commented 6 years ago

We don't use gem "rails" in our Gemfile -- we don't want all of rails. We require "actionpack" etc specifically. But railties is the core, required by all parts of rails, and the home of the rails command, so maybe it's a good choice for detection?

sj26 commented 6 years ago

🙇🏻