Archive for the ‘Ruby’ Category

Sinatra-Tailer: a small app for viewing server log files

March 18th, 2009 | Posted by Karl | 4 Comments
I was reading Jason Seifer’s: Offline Gem Server Rdocs, which is an apache/passenger served Sinatra app that allows you to view the Rdocs of installed gems without using gem server. ...

Apache Virtual Hosts, Rails, Rack, Passenger on Local Net

March 12th, 2009 | Posted by Karl | 2 Comments
This one has been bugging me for a couple of years and I just didn’t want to put in the time and testing to nail it down. But tonight was ...

Ruby on Rails Ubuntu Server VM with VMPlayer

July 30th, 2008 | Posted by Karl | 4 Comments
I had to setup a Ubuntu (8.04) Server virtual machine and get Rails up-to-speed on it this morning, so I thought I would document my steps for those who find ...

Ruby: Send Email Reminders from iCal Calendar

July 21st, 2008 | Posted by Karl | 1 Comment
This is going to be long, so hunker down for a good read. Problem: Our Cub Scout den leader sends email reminders to all the parent about upcoming events. I decided ...