I added mongrel server for my app(which is on edge rails) in RadRails. When I start Mongrel, I get following error -e:3:in `load'': no such file to load -- mongrel_rails (LoadError) from -e:3 Webrick works fine in RadRails. Also on command prompt with ''ruby script/server'', I am able to start Mongrel server Why this error is coming in RadRails? What is the solution? -- Don''t live to geek; geek to live. http://anildigital.blogspot.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 -~----------~----~----~----~------~----~------~--~---
Put mongrel_rails in your path I guess. If you''re on *nix, try typing which mongrel_rails in your console. Vish On 11/8/06, Anil Wadghule <anildigital-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I added mongrel server for my app(which is on edge rails) in RadRails. When > I start Mongrel, I get following error > > -e:3:in `load'': no such file to load -- mongrel_rails (LoadError) > from -e:3 > > Webrick works fine in RadRails. Also on command prompt with ''ruby > script/server'', I am able to start Mongrel server > > Why this error is coming in RadRails? > > What is the solution? > > -- > Don''t live to geek; geek to live. > http://anildigital.blogspot.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 -~----------~----~----~----~------~----~------~--~---
did you specify the path to mongrel_rails (in the ruby /bin subdir) in RadRails Config ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---