Hi, I would like to have something like basecamp (subdomain.basecamphq.com) for my project. How can achieve that? Are there any gems that help me do that? Also how do I tackle it on a dev machine where I only have access localhost:3000 even if I use the hosts file, I cannot use the port number, any idea/suggestions would help. TIA. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Nevermind the dev machine hosts part figured that one out :) thanks to Alex Katebi On Apr 21, 11:50 pm, Manoj Sachwani <manoj.sachw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I would like to have something like basecamp > (subdomain.basecamphq.com) for my project. How can achieve that? Are > there any gems that help me do that? Also how do I tackle it on a dev > machine where I only have access localhost:3000 even if I use the > hosts file, I cannot use the port number, any idea/suggestions would > help. TIA.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Manoj, Changing the hosts file for subdomains will only work on the machines with hosts file modified. In other words it is for the client machines. Thanks, Alex On Thu, Apr 21, 2011 at 2:56 PM, Manoj Sachwani <manoj.sachwani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> Nevermind the dev machine hosts part figured that one out :) thanks to > Alex Katebi > > On Apr 21, 11:50 pm, Manoj Sachwani <manoj.sachw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi, > > > > I would like to have something like basecamp > > (subdomain.basecamphq.com) for my project. How can achieve that? Are > > there any gems that help me do that? Also how do I tackle it on a dev > > machine where I only have access localhost:3000 even if I use the > > hosts file, I cannot use the port number, any idea/suggestions would > > help. TIA. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Or, you could point your browser to http://lvh.me:3000/. Or http://smackaho.st:3000/. Both of those are wildcard localhost redirectors that will resolve any subdomain to 127.0.0.1. On Apr 21, 3:23 pm, Alex Katebi <alex.kat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Manoj, > > Changing the hosts file for subdomains will only work on the machines > with hosts file modified. In other words it is for the client machines. > > Thanks, > Alex > > On Thu, Apr 21, 2011 at 2:56 PM, Manoj Sachwani <manoj.sachw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > > > > > > > > > Nevermind the dev machine hosts part figured that one out :) thanks to > > Alex Katebi > > > On Apr 21, 11:50 pm, Manoj Sachwani <manoj.sachw...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > > > I would like to have something like basecamp > > > (subdomain.basecamphq.com) for my project. How can achieve that? Are > > > there any gems that help me do that? Also how do I tackle it on a dev > > > machine where I only have access localhost:3000 even if I use the > > > hosts file, I cannot use the port number, any idea/suggestions would > > > help. TIA. > > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.