On Nov 11, 1:01 pm, Dani Dani <[email protected]> wrote: > Hi, > I'm looking to developing an application which is multi-companies > oriented application - something like basecamp (but different business > area), where many companies can use that web based application. Any Idea > what would be the best way to hold information for each company - so > that every company works as if it was their website ? > Thank you in advance for any suggestion, > Dani > > -- > Posted viahttp://www.ruby-forum.com/.
I guess the best way is to use subdomains for each company: company1.yourdomain.com, company2.yourdomain.com, etc. It will be easier for users to perceive. You can learn how to work with subdomains in Rails 3 here http://railscasts.com/episodes/221-subdomains-in-rails-3 Good luck, -- Paul Nossoff -- -- 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.

