Skip to content

Commit 8e3415d

Browse files
committed
rails.vim 5.0
* "Projections" greatly enhance the configurability of rails.vim. See the help. * Drop R from navigation commands (:Emodel, :Smodel, etc). Old commands are still supported. * Navigation commands provide boilerplate on file creation. * Run tests with :Rrunner. * Load :Rails new/:Rgenerate/:Rdestroy results into quickfix. * Assorted Rails 4 updates. * :Rails replaces deprecated :Rscript. * Extract concerns and helpers with :Rextract. * Switch :Elib default to Gemfile * Switch :Emigration 0 to db/seeds.rb * Add :Eschema navigation command. * Remove support for plugins, including navigation command. * Detect and support engines with bundler.vim. * Better :Rpreview support for finding the currently running server. * Indent settings are no longer automatically adjusted. Try sleuth.vim. * Remove configuration provisions superseded by projections. * Remove assorted seldom used features.
1 parent 793495e commit 8e3415d

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

1111
" Utility Functions {{{1
1212

0 commit comments

Comments
 (0)