From: Nicholas Orr Date: 2010-06-10T07:29:17+09:00 Subject: Re: Blog --001636e0b6209e70550488a06f3b Content-Type: text/plain; charset=ISO-8859-1 This is a bit or weird question to ask on a language site. Your problem has zero to do with ruby and everything to do with what you want. If I have 2 web apps running and I wanted them on the same domain ( domain.com & domain.com/blog) I'd simply put nginx in front of them and send everything not /blog to the site app and everything /blog to the blog app. If you want blog.domain.com for the blog and domain.com for the site then that is really simple, just link them :) Nick On Thu, Jun 10, 2010 at 7:42 AM, Jeremy Axman wrote: > We are trying to add a blog to our Ruby Site. > > The blog has been completed. How hard is it to add this to the site? > Does anyone have a step-by-step process to follow? > > Thanks you! > > -Jeremy > -- > Posted via http://www.ruby-forum.com/. > > --001636e0b6209e70550488a06f3b--