rails.vim

Ruby on Rails: easy file navigation, enhanced syntax highlighting, and more

  • Script id: 1567
  • Author: Tim Pope
  • Latest version: 4.2
  • Release date: 2010-03-13
  • Release notes:
    Default :Rlib to db/seeds.rb.
    Default :Rplugin to Gemfile.
    :Renvironment prefers Rails 3's config/application.rb.
    Support script/rails from Rails 3.
    Update generator completion for Rails 3.
    Syntax highlighting and gf support in Rails 3 routes.
    Update syntax highlighting for assorted Rails 3 changes.
    Add support for Rails 3 mailers.
    Add :Rmailer navigation command.
    Add abbreviations for ActiveModel/ActionDispatch.
    Expose pluralization as abolish.vim (vimscript #1545) coercions t and l.
    Add support for allml.vim replacement ragtag.vim (vimscript #1896).
    Highlight its, expect, and double from RSpec.
    Fix parsing of Test::Unit failures.
    Add support for tmux (like GNU screen) [Will Gray].
    Disable menu in MacVim by default to eliminate weird terminal output.
    Eliminate g:rails_expensive, g:rails_dbext, and g:rails_default_database.