Posted: February 7th, 2010 | Author: monolith | Filed under: Uncategorized | Tags: workling | No Comments »
I just spent an hour trying to debug a new Workling worker I just added to my application. As far as I could tell there was nothing wrong with the code, everything SHOULD have been working… but nothing was happening… my new worker was not working! Silly silly silly.
…read the rest of this entry »
Posted: January 10th, 2010 | Author: monolith | Filed under: Uncategorized | Tags: Background, Cron, God, Queuing, Rails, RoR, Starling, Whenever | No Comments »
One of the problems with a new website is getting people to comeback to check for new content. So I wanted to create an email reminder. So that is what I’ll cover in this post… a background process that once in a while sends an email, reminding people to come back for some new content.
…read the rest of this entry »
Posted: November 7th, 2009 | Author: monolith | Filed under: Ruby on Rails | Tags: commune2, Rails, registration, RoR, Ruby on Rails | No Comments »
There is a catch 22 problem with getting content for commune2. And this really is a problem because the content is mostly user submitted posts, and (just a guess here but) people don’t want to post unless they see other posts out there already. This must be a common problem, but I haven’t really seen a solution like the below anywhere else… although it is really simple. That’s not to say there aren’t websites with something like this… I just haven’t seen any.
…read the rest of this entry »
Posted: October 25th, 2009 | Author: monolith | Filed under: Ruby on Rails | Tags: Capistrano, Git, Github, installation, Passenger, production, Rails, REE, RoR, Ruby Enterprise Edition, Ruby on Rails, tutorial | No Comments »
A little while ago, I posted a tutorial on Github. Now that I have a blog, I am reposting it here…
This tutorial will show you how to rollout a basic Rails application using Git and Capistrano. We will do this while leveraging Github, and – on the production server – Ruby Enterprise Edition and Passenger. The database will be MySQL. We will be using Ubuntu as the OS.
…read the rest of this entry »
Posted: October 25th, 2009 | Author: monolith | Filed under: General | Tags: commune2 | No Comments »
I decided to start a social networking company in early 2009. In part this was because I had been learning Ruby on Rails for a few months at that point, in part because I wanted to start a business and could not find the right people to help me – so I thought a social network for finding such people would be useful, and in part because I tend to be always working on something – and ran out of things to do.
…read the rest of this entry »