Tag Archives: databases

Rails 3.1 and Xeround MySQL on Heroku

I’m developing a Rails site that uses MySQL and runs on Heroku. I’m using Xeround for the database, which has a free trial. Xeround is a database PaaS (Platform as a Service) that runs on several places, including Amazon Web … Continue reading

Posted in uncategorized | Tagged , , , | 6 Comments

Trying Out CouchDB In FireBug

Since I love FireBug, and CouchDB has a JSON API, I attempted to combine the two. My goal was to find a way to use jQuery‘s AJAX functions to create, read, and update CouchDB documents. Getting Started The first thing … Continue reading

Posted in uncategorized | Tagged , , , , , | 5 Comments