jmoiron plays the blues

jmoiron/monet 668f398 rearrange more templates to make some sense and isolate blog components with general app components
9e6f5045 to gokogiri fix the issue where an XPath contains an undefined function and the error is only exposed during evaluation. Should check the result pointer github.com/moovweb/manhattan/issues/1070
jmoiron/monet d24acac major refactor which makes it easier to add more panels to the admin index and will ease development of the gallery application; all blog/page/stream stuff goes into monet/blog, monet/db has only db helpers and model interfaces (used by the blog app), monet/app has a user model and auth & some generic pagination
jmoiron/monet bf07856 abandon separate ga and just put it in the code if it's there; make sure it's right above <head> as described