To load zsh plugins default format as specified in .zshrc is plugins=(rails git textmate ruby lighthouse)
. For some reason it was written in this format plugins=(git, lighthouse)
separated by comma.
Separating just by space and source the .zshrc after saving fixed the issue.