# # # # # # # # # # /49/console_update.rb # # by Jan Lelis # e-mail: mail@janlelis.de # type/version: ruby # snippet url: http://rbJL.net/49/console_update.rb # original post: http://rbJL.net/49-railsrc-rails-console-snippets # license: CC-BY (DE) # # (c) 2011 Jan Lelis. # # # # edit records with vim, emacs... # class Url # can_console_update # end # Url.first.console_update # see https://github.com/cldwalker/console_update require 'console_update' # ConsoleUpdate.editor = 'vim' # not necessary if env var $EDITOR is set