I installed BackgrounDRb this morning from GIT and cannot get it to start (mac leopard) I''ve installed all required gems. script/backgroundrb start script/backgroundrb:11:in `require'': no such file to load -- /Users/greg/Sites/suac/script../config/boot.rb (LoadError) from script/backgroundrb:11 Which is failing on require RAILS_HOME + ''/config/boot.rb'' If I give it a path, it fails on backgroundrb_server /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- backgroundrb_server (LoadError) from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'' from script/backgroundrb:18 Any idea why this is? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Mon, Mar 3, 2008 at 6:10 PM, Greg N. <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > I installed BackgrounDRb this morning from GIT and cannot get it to > start (mac leopard) > I''ve installed all required gems. > > script/backgroundrb start > script/backgroundrb:11:in `require'': no such file to load -- > /Users/greg/Sites/suac/script../config/boot.rb (LoadError) from > script/backgroundrb:11 > > Which is failing on require RAILS_HOME + ''/config/boot.rb'' > If I give it a path, it fails on backgroundrb_server > > /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in > `gem_original_require'': no such file to load -- backgroundrb_server > (LoadError) > from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'' > from script/backgroundrb:18 > > Any idea why this is?There has been one small error in load script, "script../" should be "script/../" and hence it failed to start. Sorry about this error. Please update your code from git and it should work. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hemant Kumar wrote:> On Mon, Mar 3, 2008 at 6:10 PM, Greg N. > <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: >> Which is failing on require RAILS_HOME + ''/config/boot.rb'' >> If I give it a path, it fails on backgroundrb_server >> >> /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in >> `gem_original_require'': no such file to load -- backgroundrb_server >> (LoadError) >> from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'' >> from script/backgroundrb:18 >> >> Any idea why this is? > > There has been one small error in load script, "script../" should be > "script/../" and hence it failed to start. Sorry about this error. > > Please update your code from git and it should work.I grabbed the newest version from GIT and still doesn''t work. However, it does work on RHEL4. This problem is just on my Mac running Leopard. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Never mind. I re-ran the rake setup and it''s working now. THANKS! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---