On Thu, Mar 27, 2008 at 4:36 AM, Eire Angel <[EMAIL PROTECTED]> wrote: > I get the error when trying to start backgroundRb 1.0.3 running on Rails > 1.2.6 > > ./backgroundrb start > ./backgroundrb:11:in `require': no such file to load -- > /var/www/test/vendor/plugins/backgroundrb/config/boot.rb (LoadError) > from ./backgroundrb:11 > > > is 1.0.3 able to run on rails 1.26 ? > this was my thought as to why it wasn't working > unfortunately i cannot upgrade rails just yet. > any other thoughts ? >
Please go to RAILS root directory and run: ./script/backgroundrb start Else, I think, you should be able to start bdrb from script directory too. You can file a ticket, if you like. _______________________________________________ Backgroundrb-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/backgroundrb-devel
