Daily Archives:

Archive for August 16th, 2006

Header Image For This Post

Rails :(

4 Comments

I’m once again reminded of why I really hate Ruby on Rails. Everytime I’m programming a web application in the environment, I’m thinking to myself something alongs the lines of “yeah, yeah, yeah! this is totally the greatest thing ever!” Then comes time to deploy the fucking thing. I know, I know: I should be using a Mongrel cluster to serve my Rails apps and Apache running mod_proxy to serve static content. That’s what I should be doing. However, I don’t have the money to drop on the kind of dedicated hosting it would take to do that and, frankly, I don’t have the time to configure everything about the box on which this ideal Ruby on Rails installation would live. I’ve already had to configure an email server once in my life (and that was one time too many).

So, sadly, I’m stuck with Dreamhost and their “we only use Apache” policy. Frankly, I can understand the desire to only use one web application to serve your content. It makes logical sense (something that I find isn’t true about a lot of Ruby (I’m looking at you, Simply RESTful)). Why should I, really, have to support at least two (but sometimes three or four) programs to serve Rails? It’s not that good … or is it?

Continue Reading »

Header Image For This Post

Experimentation!

No Comments

I’m currently writing the theme for this blog. It’s going well enough (although my dad’s old-ass Windows 2K box rendered it weirdly). The thing that I’m a little nervous about is running this guy on Mephisto. It seems like the software package towards which the rails communtiy is gravitating. Also, it satisfies most of my blogging requirements (I’d like one that I didn’t have to actually use an administrative interface for (although, Mephisto does have a nice admin system)).

Anyway, it’s nice to finally be able to use a blog package that appears to release software regularly (and doesn’t suck) . Typo, which apparently fragged its webserver, used to be the go-to for blogging using Ruby On Rails, but with the release of Mephisto, that seems to be changing. Case in point: the rails people even moved their (excellent) blog to Mephisto. It’s nice, especially that Typo hasn’t released a non-beta in a very long time and dealing with checking revisions out of an SVN repository is not fun for users.

Continue Reading »