I''m trying to do the tutorial at http://www.infoq.com/articles/BackgrounDRb. A little more than half-way through it says "Upon instalation, the plugin writes a config file into RAILS_ROOT/config/backgroundrb.yml." It didn''t happen for me. I installed the plugin with: ruby script\plugin install svn:\\rubyforge.org//var/svn/backgroundrb It added a bunch of files, but not backgroundrb.yml. Any idea what I might have done wrong? Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20061016/a51bad8d/attachment.html
I think you need to run rake backgroundrb:setup On Oct 16, 2006, at 1:18 PM, Bill Walton wrote:> I''m trying to do the tutorial at http://www.infoq.com/articles/ > BackgrounDRb. A little more than half-way through it says "Upon > instalation, the plugin writes a config file into RAILS_ROOT/config/ > backgroundrb.yml." It didn''t happen for me. > > I installed the plugin with: > ruby script\plugin install svn:\\rubyforge.org//var/svn/backgroundrb > > It added a bunch of files, but not backgroundrb.yml. > > Any idea what I might have done wrong? > > Thanks, > Bill > _______________________________________________ > Backgroundrb-devel mailing list > Backgroundrb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/backgroundrb-devel
Michael D''Auria
2006-Oct-16 17:58 UTC
[Backgroundrb-devel] backgroundrb.yml not generated
Not sure what happened, but here is a basic one: --- port: "22222" timer_sleep: 60 load_rails: true environment: production host: localhost database_yml: config/database.yml acl: deny: all allow: localhost 127.0.0.1 order: deny,allow On 10/16/06, Bill Walton <bill.walton at charter.net> wrote:> > I''m trying to do the tutorial at > http://www.infoq.com/articles/BackgrounDRb. A little more than half-way > through it says "Upon instalation, the plugin writes a config file into > RAILS_ROOT/config/backgroundrb.yml." It didn''t happen for me. > > I installed the plugin with: > ruby script\plugin install svn:\\rubyforge.org//var/svn/backgroundrb > > It added a bunch of files, but not backgroundrb.yml. > > Any idea what I might have done wrong? > > Thanks, > Bill > > _______________________________________________ > Backgroundrb-devel mailing list > Backgroundrb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/backgroundrb-devel > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20061016/85795921/attachment.html