Rob Zolkos wrote:
> you should be able to access your app in development mode from any
> browser on your network :
> 
> just type in the ip address of your server (the one with the rails
> app) and port 3000 (the default port when running the built-in server
> in dev mode)
> 
> eg if your server ip address is 192.168.0.1 then
> 
> http://192.168.0.1:3000   from any browser on your network
> 
> hope this helps !
> 
> Rob
> 
> On Jan 20, 4:35�pm, Kyle Wakefield <[email protected]>

That helps a lot! The guide I've been following never actually explained 
why port 3000 was to be used, and I never got it working because I had 
ignorantly specified port 80 for the Apache virtual host I added. I've 
added a new virtual host for development that uses port 3000 and 
everything works the way you explained. Thank you for the help, Rob.
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to