installing by_star gem?
Posted
by keruilin
on Stack Overflow
See other posts from Stack Overflow
or by keruilin
Published on 2010-05-03T00:22:03Z
Indexed on
2010/05/03
0:28 UTC
Read the original article
Hit count: 413
Can someone shed light on how to setup by_star gem: https://rubygems.org/gems/by_star?
I ran ruby script/plugin install git://github.com/radar/by_star.git.
However, when I went to call a by_star method in one of my models from console, I got an undefined method error.
Do I need include or require statement? Could I be missing dependent gems? Ruby version issue?
© Stack Overflow or respective owner