@benorenstein, been working through the Vim for Rails Developers screencast. Around minute 20, you mention that ctags work best when Rails is vendored. I know this screencast was made a while back, is that practice still the best way to be able to link to Rails API methods?
Also, is the proper way to vendor Rails to use rake rails:freeze:gems?
@benorenstein I think changes have been made to either rails or vim-rails that donāt require vendoring rails any longer. I ran gf on ActiveRecord::Base and vim jumped to the Rails source on its own.
I recently found a great little bash command that does it all (I wish I could remember where I got it from!) and doesnāt require vendoring or an add-on: