Re: [Rails] Re: Problem connecting to localhost:3000

2011-03-04 Thread Bryan Crossland
On Fri, Mar 4, 2011 at 2:46 PM, Gaba Luschi wrote: > Mmh, how can I check? > > Look in your system tray for it. You can also check your Add & remove Programs list. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, s

[Rails] Re: Problem connecting to localhost:3000

2011-03-04 Thread Gaba Luschi
Mmh, how can I check? -- 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@googlegroups.com. To unsubscribe from this group, send email to rubyo

Re: [Rails] Re: Problem connecting to localhost:3000

2011-03-04 Thread Bryan Crossland
On Fri, Mar 4, 2011 at 1:38 PM, Frederick Cheung wrote: > Any other 3rd party firewall software ? > > By 3rd party Fred means Norton, McAfee, etc. B. -- 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

Re: [Rails] Re: Problem connecting to localhost:3000

2011-03-04 Thread Frederick Cheung
Any other 3rd party firewall software ? Sent from my iPhone On 4 Mar 2011, at 17:52, Gaba Luschi wrote: > Turn if off completely? Done. Still not working :( > > -- > Posted via http://www.ruby-forum.com/. > > -- > You received this message because you are subscribed to the Google Groups >

[Rails] Re: Problem connecting to localhost:3000

2011-03-04 Thread Gaba Luschi
Turn if off completely? Done. Still not working :( -- 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@googlegroups.com. To unsubscribe from th

Re: [Rails] Re: Problem connecting to localhost:3000

2011-03-04 Thread Bryan Crossland
On Fri, Mar 4, 2011 at 11:18 AM, Gaba Luschi wrote: > # Copyright (c) 1993-1999 Microsoft Corp. > # > # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. > # > # This file contains the mappings of IP addresses to host names. Each > # entry should be kept on an individual line. The

[Rails] Re: Problem connecting to localhost:3000

2011-03-04 Thread Gaba Luschi
# Copyright (c) 1993-1999 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the

Re: [Rails] Re: Problem connecting to localhost:3000

2011-03-04 Thread Bryan Crossland
On Thu, Mar 3, 2011 at 12:10 PM, Gaba Luschi wrote: > I have windows. When I type in "edit /etc/hosts", I get > MS-DOS Editor > Version 2.0.026 > Copyright (c) Microsoft Corp 1995 > > Is there something in particular I should look for here? I get > /B - Forces monochrome mode > /H - Displays th

[Rails] Re: Problem connecting to localhost:3000

2011-03-03 Thread Gaba Luschi
Sorry, that is, the error is still "Connection refused." -- 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@googlegroups.com. To unsubscribe fr

[Rails] Re: Problem connecting to localhost:3000

2011-03-03 Thread Gaba Luschi
mmmh, both failed...thoughts? -- 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@googlegroups.com. To unsubscribe from this group, send email t

Re: [Rails] Re: Problem connecting to localhost:3000

2011-03-03 Thread Rodrigo Alves Vieira
Also, try http://lvh.me:3000 -- 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@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.

Re: [Rails] Re: Problem connecting to localhost:3000

2011-03-03 Thread Frederick Cheung
On 3 Mar 2011, at 18:22, Gaba Luschi wrote: > So...how can I get http://localhost:3000 to display? Or connect to the > host, given that it seems like when I type "rails server" i get the > standard booting webrick messages...? Did you check the windows firewall (or any other firewall you ma

[Rails] Re: Problem connecting to localhost:3000

2011-03-03 Thread Gaba Luschi
So...how can I get http://localhost:3000 to display? Or connect to the host, given that it seems like when I type "rails server" i get the standard booting webrick messages...? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Gro

Re: [Rails] Re: Problem connecting to localhost:3000

2011-03-03 Thread Hassan Schroeder
On Thu, Mar 3, 2011 at 9:52 AM, Walter Lee Davis wrote: > > On other platforms, I can't say for sure about either of these. [2011-03-03 12:20:42] INFO ruby 1.8.7 (2011-02-18) [i386-mingw32] Doesn't the last part of that line indicate Windows? -- Hassan Schroeder hassan

[Rails] Re: Problem connecting to localhost:3000

2011-03-03 Thread Gaba Luschi
I have windows. When I type in "edit /etc/hosts", I get MS-DOS Editor Version 2.0.026 Copyright (c) Microsoft Corp 1995 Is there something in particular I should look for here? I get /B - Forces monochrome mode /H - Displays the maximum number of lines possible for your hardware . . . -- Poste

Re: [Rails] Re: Problem connecting to localhost:3000

2011-03-03 Thread Walter Lee Davis
On Mar 3, 2011, at 12:22 PM, Gaba Luschi wrote: How do i check to see what my etc/hosts file look like? It's in a demo app, in views, with a basic index.html. How do I check re: firewall? Thanks! If you're using a Mac, and TextMate, type mate /etc/hosts in your Terminal. If you don't ha

[Rails] Re: Problem connecting to localhost:3000

2011-03-03 Thread Gaba Luschi
How do i check to see what my etc/hosts file look like? It's in a demo app, in views, with a basic index.html. How do I check re: firewall? Thanks! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" g

[Rails] Re: Problem connecting to localhost:3000

2011-03-03 Thread Gaba Luschi
Walter, This is what I get when I type in "rails server" => Booting WEBrick => Rails 3.0.4 application starting in development on http://0.0.0.0:3000 => call with -d to detach => Ctrl-C to shutdown server [2011-03-03 12:20:42] INFO WEBrick 1.3.1 [2011-03-03 12:20:42] INFO ruby 1.8.7 (2011-02-18)