Yet Another Programming Blog Rotating Header Image

Posts Tagged ‘ruby’

Introducing YetiUp!

Ever since I signed up for Facebook a few months ago I’ve been bummed that their ‘Mobile’ application doesn’t support my carrier (T-Mobile). Since I’ve got a pretty basic phone (Nokia 6133), I couldn’t install a Facebook application on the device either. (For those not familiar with it, their Mobile app allows you to upload [...]

Sinatra on Dreamhost

EDIT 2: My patch to the Sinatra Book has been accepted. The instructions below can now be found in the book itself.
EDIT : I’ve created a page on the dreamhost wiki that includes this information.
There is a lot of good information on how to run Sinatra on Dreamhost, but after following all the excellent advice, [...]

Receiving emails in Rails using Gmail & IMAP, while staying efficient and RESTful.

For a recent project I had a need to receive emails (actually MMSs, but that’ll be the subject of a future post) in a Rails application. My requirements for the solution were:

Shouldn’t require root access: I’m deploying this app to a shared hosting service on which I don’t have root.
Shouldn’t require firing up the Rails [...]