background-fu pluggin unable to run ./script/generate background
Posted
by Viola
on Stack Overflow
See other posts from Stack Overflow
or by Viola
Published on 2010-03-27T16:55:11Z
Indexed on
2010/03/27
17:03 UTC
Read the original article
Hit count: 397
I'm following this rdoc: http://rdoc.info/projects/ncr/background-fu
and can't run ./script/generate background
after installing background-fu as a Rails plugin: ./script/plugin install git://github.com/ncr/background-fu.git
I'm getting following error:
Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- job (MissingSourceFile)
Am I missing something?
© Stack Overflow or respective owner