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]> wrote: > I'm new to Ruby and have just installed Rails. I wondering if there is a > way to add an ip address to be used for development mode, it seems to > default to localhost. I would like to view the Rails applications I > development from a browser other than the on installed locally. When I > try to do this now, all the page requests are directed to production > mode (I'm quessing because to source ip address isn't 127.0.0.1). Is > there some way to direct requests made from 192.168.0.3 to use > development mode? > -- > 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 [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 -~----------~----~----~----~------~----~------~--~---

