I am building a personal website on Rails 3.2
It is almost a static website with a bit of javascript
interactivity and few Db operations.
I was wondering, will it make any difference in my app if I use partials
for static content?
Or should I include all the static content in just a single page ?