joaomdmoura / gioco

A gamification gem to Ruby on Rails applications
305 stars 36 forks source link

Error during rake:add_badge in rails 4 #75

Closed tballarin closed 8 years ago

tballarin commented 8 years ago

Hi, I just install your gem on my project.

After make the install with --points --kinds When I make the "rake gioco:add_badge[test,0,test]" I got an error : "no matches found: gioco:add_badge[test,0,test]"

I don't understand why, do you have an explication ?

Regards

tballarin commented 8 years ago

You can close this Issue I just found my answer on a old Issus #42

It's work with: rake 'gioco:add_badge[test,0,test]'

Sorry