I think I''m going to cry. I have been trying to get this to work for the last 6 hours and cant get anywhere. My installation was working fine yesterday now I cant get it to work. I have IIS turned off My apache server is turned off My firewall is turned off I have started my server successfully Mongrel but I cant see my project of localhost/3000. I am really at my wits end and fell like giving up someone please help me -- 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 Tue, Dec 16, 2008 at 1:55 PM, Graham Okeeffe <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> My installation was working fine yesterday now I cant get it to work.> I have started my server successfully Mongrel but I cant see my project > of localhost/3000.Is that a typo? Are you actually looking at http://localhost:3000/ ? If so, what does "can''t see" actually mean, and what''s in your log? -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi Graham.., As hasan told Your application will be displayed at http://localhost:3000/ And also If you have controller name and action/method name Then the respective page will be displayed by http://localhost:3000/your_controller_name/your_action_name<http://localhost:3000/controller_name/action_name>. Enjoy and Gud Luck Regards hafeez On Wed, Dec 17, 2008 at 3:30 AM, Hassan Schroeder < hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > On Tue, Dec 16, 2008 at 1:55 PM, Graham Okeeffe > <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > > My installation was working fine yesterday now I cant get it to work. > > > I have started my server successfully Mongrel but I cant see my project > > of localhost/3000. > > Is that a typo? Are you actually looking at http://localhost:3000/ ? > > If so, what does "can''t see" actually mean, and what''s in your log? > > -- > Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Graham, One more time: localhost:3000 NOT localhost/3000 Rick On Dec 16, 11:55 am, Graham Okeeffe <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I think I''m going to cry. > > I have been trying to get this to work for the last 6 hours and cant get > anywhere. > > My installation was working fine yesterday now I cant get it to work. > > I have IIS turned off > My apache server is turned off > My firewall is turned off > > I have started my server successfully Mongrel but I cant see my project > of localhost/3000. > > I am really at my wits end and fell like giving up > > someone please help me > -- > Posted viahttp://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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Rick wrote:> Graham, > > One more time: > > localhost:3000 NOT localhost/3000 > > Rick > > On Dec 16, 11:55?am, Graham Okeeffe <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>Thank you friends, it was all my fault what a stupid mistake to make I did have the path wrong. Its being a while since I''ve done some development still a bit rusty. Thanks again Best Regards Graham -- 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 -~----------~----~----~----~------~----~------~--~---