Bishnuprasaditpradipta Narayan Das
2008-Mar-18 14:18 UTC
[Backgroundrb-devel] regarding problem backgroundrb setup(new to ruby on rails)
Hi all My problem is that: With reference to http://backgroundrb.rubyforge.org/ 1---I have download backgroundrb from http://opensvn.csie.org/ezra/rails/backgroundrb to my vendor/plugin in my application folder. 2-- after that I used the command to run :-rake backgroundrb:setup -- trace From my application folder 3:- it shows the error as follows A:-It shows rake aborted; B-It do not know how to build task ''backgroundrb:setup'' 4: actually I have gem version 1.1.2 .i do not know whether it supports or not. I am using radrails.and webrick server and for database heidisql. I have rake 0.7.1 & 0.7.1. Can any body suggest me what should I do ,so that I can deploy scheduler in my application in a well manner. DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20080318/204c647e/attachment.html
Ian Smith-Heisters
2008-Mar-18 14:50 UTC
[Backgroundrb-devel] regarding problem backgroundrb setup(new to ruby on rails)
On Tue, Mar 18, 2008 at 7:18 AM, Bishnuprasaditpradipta Narayan Das <Bishnuprasaditpradipta_Das at mindtree.com> wrote: <snip>> B-It do not know how to build task ''backgroundrb:setup''ok, so it''s not installed correctly. Looking at the backgroundrb site, http://backgroundrb.rubyforge.org, the correct url for svn is http://svn.devjavu.com/backgroundrb/trunk, so that''s probably the first thing you should fix. It sounds like you''re using an older version, which will be harder for anyone to support since it''s deprecated.> 4: actually I have gem version 1.1.2 .i do not know whether it supports or > not. I am using radrails.and webrick server and for database heidisql.It looks like HeidiSQL is just a frontend to MySQL. I''d recommend using MySQL directly, since all the tutorials assume you''re doing that, and it''ll be easier to get people to help you if you''re using the standard stuff. That being said, use whatever gets the job done, just don''t expect anyone to be able to help with HeidiSQL-specific problems. HTH -ISH> > I have rake 0.7.1 & 0.7.1. > > Can any body suggest me what should I do ,so that I can deploy scheduler in > my application in a well manner. > > > > > > > > DISCLAIMER: > > This message (including attachment if any) is confidential and may be > privileged. If you have received this message by mistake please notify the > sender by return e-mail and delete this message from your system. Any > unauthorized use or dissemination of this message in whole or in part is > strictly prohibited. > > E-mail may contain viruses. Before opening attachments please check them for > viruses and defects. While MindTree Consulting Limited (MindTree) has put in > place checks to minimize the risks, MindTree will not be responsible for any > viruses or defects or any forwarded attachments emanating either from within > MindTree or outside. > > Please note that e-mails are susceptible to change and MindTree shall not be > liable for any improper, untimely or incomplete transmission. > > MindTree reserves the right to monitor and review the content of all > messages sent to or from MindTree e-mail address. Messages sent to or from > this e-mail address may be stored on the MindTree e-mail system or else > where. > _______________________________________________ > Backgroundrb-devel mailing list > Backgroundrb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/backgroundrb-devel >
Seemingly Similar Threads
- unable to figure out how to get backgroundrb.yml to be used when starting backgroundrb
- BackgrounDRb / Testing Error: uninitialized constant BackgrounDRb
- backgroundrb.yml not generated
- Starting backgroundrb from rails and restarting with rails
- backgroundrb not cleaning up tmp files?