Skip to content

Commit 5a8e95d

Browse files
committed
rails.vim 5.2
* Add rails compiler plugin and use it for :Rails, :Rake, and :make. * Provide dispatch.vim configuration. * Support projectionist.vim compatible projections. Old % style is deprecated. * Improve support for view variants. * Support asset pipeline with gf. * Drop first extension from .css.scss, per Rails 5. * Provide :Ejob. * Support rails_helper.rb from rspec 3 on :Eintegrationtest. * Add alternate file support for CoffeeScript. * Add test/controllers file to view tests. * Require app/ for app detection (fixes false positive on Lotus). * Support detecting unicorn pid and binding. * Use routes to determine default :Rpreview location. * Fix failure to define :OpenURL. * Provide more :Rake defaults. * Change :Rake migration default to db:migrate:redo. * Change :Rake fallback from default to --tasks. * Support Bundler 2. * Syntax highlighting updates. * Switch ctags --language from -javascript to ruby. * Prefer .ctags over g:rails_ctags_arguments. * Warn about deprecated :R commands.
1 parent 951a5bc commit 5a8e95d

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 = '5.1'
9+
let g:autoloaded_rails = '5.2'
1010

1111
" Utility Functions {{{1
1212

0 commit comments

Comments
 (0)