Skip to content

Commit 0abcda9

Browse files
committed
rails.vim 5.3
* Massive gf rewrite for better extensibility. * Greatly improved asset support. * Provide command line <C-R><C-F> with same logic as gf. * Support Rails 5 rails/rake unification. * Selectively delegate :Rails to rake on older Rails versions. * :Rails supersedes :Rake as default task dispatcher. * Add channel and serializer support. * Support tab/vert style mods on Vim 8. * Provide :Clog to load logs into quickfix list. * Update syntax highlighting for Rails 5.1. * Use filetype=eruby.yaml for yaml files. * Refactor to use projections for much of internal implementation. * Enable :Econtroller to edit controller concerns. * Rearrange and clean up help. * Drop legacy (non asset pipeline) Less CSS and CoffeeScript support. * Formally deprecate R commands.
1 parent 38f487e commit 0abcda9

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.2'
9+
let g:autoloaded_rails = '5.3'
1010

1111
" Utility Functions {{{1
1212

0 commit comments

Comments
 (0)