Archive for the ‘Ruby’ Category
Posted by Ed on March 8th, 2010 under Ruby, RubyGems, Self Reference •
5 Comments
I used to keep rdoc and ri turned off to speed up gem installs via my .gemrc config. This became problematic recently when I was planning on doing some work while traveling, and knew I wouldn’t have an always on internet connection to get my documentation fix. I recalled a post by Jason Seifer I [...]
Posted by Ed on June 29th, 2009 under Dreamhost, Passenger, Ruby, Sinatra •
No Comments
If the following is true: You want to deploy a Sinatra application with Passenger on Dreamhost You’re using a Dreamhost shared hosting account You’re application relies on gems that aren’t installed globally on Dreamhost You’ve got the gems you need installed locally like this Then you’ll want to include something like this in your rackup [...]
Posted by Ed on February 7th, 2009 under Ruby •
No Comments
I wanted to clean up my file share of dvd backups and move to use one file type. I chose iso because it makes it easy to burn them without using anything special, and boxee recognizes iso files. So in a couple minutes I came up with this quick and dirty ruby script… Assumptions… 1) [...]
Posted by Ed on December 1st, 2008 under Craigslist, Heroku, Rails, Ruby, iCraig •
No Comments
iCraig is down! Heroku has turned out to be a less than reliable hosting provider, which is fine given that they’re hosting my site for free. I’m working on figuring out whether I should continue hosting at Heroku, or move to greener pastures. Update: I moved to HostingRails.com and things are much better. Only gripe [...]
Posted by Ed on November 21st, 2008 under Craigslist, Rails, Ruby •
No Comments
I just released my first public Rails application/iPhone web application. It’s called iCraig and was really a case of “scratching your own itch”. I can’t stand using the craigslist web page from my iPhone, and iCraig helps ease that pain. Check it out at iCraig.org