Skip to content

Commit d10c6e7

Browse files
committed
rails.vim 4.4
* Support Rails 3.1 assets (smarter :Rjavascript and :Rstylesheet). * Support RSpec 2 backtrace format in :Rake. * Support rename_index in :Rinvert. * Support slim template type. * Better support for Rails 3 style `:Rails new foo`. * Link Gemfile and Gemfile.lock with :A. * Add bundler.vim support. * Syntax highlight `execute` in migrations. * Syntax highlight `attr_readonly` [Adam Vaughan]. * Syntax highlight `around` in specs [Cássio Marques]. * Fix Oracle dbext support [Mark Roghelia]. * Fix singularization of "movies". * Fix gf on render :partial => 'foo/bar.html'. * Fix gf with Ruby 1.9 hashes. * Remove AWS abbreviation. * Remove statusline indicator. * Remove project.vim support.
1 parent c8146ce commit d10c6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/rails.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
if exists('g:autoloaded_rails') || &cp
77
finish
88
endif
9-
let g:autoloaded_rails = '4.3'
9+
let g:autoloaded_rails = '4.4'
1010

1111
let s:cpo_save = &cpo
1212
set cpo&vim

0 commit comments

Comments
 (0)