Is there a framework or something out there so that I can develop webpages in Ruby the same way I can as PHP. Something like
Have you seen Nanoc? It is very simple ruby compiler that outputs static pages through a template engine. May be too simple for your needs but it is handy some times.