ERB tag shortcut sublime text

https://github.com/eddorre/SublimeERB

go https://sublime.wbond.net/ and install Package Control

command + shift + P
install package (then enter)
SublimeERB (then enter)

(that goes to ~/.config/sublime-text-2/Packages/SublimeERB)

menu > preferences > Key Bindings - User
and then type in

  [
    { "keys": ["ctrl+shift+."], "command": "erb" }
  ]

and then when control + shift + .
erb tag happens

 
6
Kudos
 
6
Kudos

Now read this

setup Rails ubuntu 14.04 LTS

what I tried ubuntu 14.04 LTS install / and update —after that open terminal ctl+alt T install git - at ubuntu software center (need git to install rbenv) $ git --version git version 1.9.1 install rbenv $ git clone... Continue →