Rails apps using PostgreSQL in production 6

Posted by Tom Copeland Thu, 17 Sep 2009 19:58:00 GMT

Occasionally I see a job description or interview where someone will mention that they're using PostgreSQL + Rails in production for some big application. I'd like to do more detailed writeups on these... but here are some that I've seen:

  • Ryan Heneise writes in to say that Donor Tools runs on PostgreSQL.

  • Doug Cole wrote in to confirm that the nifty real estate service estately.com runs on Rails + PostgreSQL. They use PostgreSQL full text search and PostGIS. Doug also noted that (as of 9/21/09) they're hiring developers, so, give them a holler if you're looking. You can also see a nifty PostGIS presentation they did at Seattle Tech Startups.

  • Mark Tremblay adds screenlight.tv to the list.

  • Nathen Harvey writes in that VisualCV is a Rails + PostgreSQL app.

  • Eric Hodel says that he's using Rails + PostgreSQL on rubypan.org. He uses PostgreSQL FTE via the texticle gem.

  • This job advertisement indicates that Yammer is using Rails with PostgreSQL. From that advertisement, they're also using PostgreSQL's full text search.

  • Heroku provides each Rails app with a PostgreSQL database. I've googled all over for more information but haven't dug up any other interesting details, although I bet there's some neat stuff going on there.

That's all that come to mind at the moment. If anyone has more details on any of these, or more examples, please let me know - would be great to have some more detailed information!

Comments

Leave a comment

  1. alex@alexkane.net about 1 hour later:

    I’m about to launch a PostgreSQL powered rails app, will post the URL when it’s launched.

  2. Tom Copeland about 1 hour later:

    @alex, cool, sounds good!

  3. Marc Tremblay about 4 hours later:

    We have a Rails + PostgreSQL application, currently in closed beta, at http://screenlight.tv

  4. Nathen Harvey about 16 hours later:

    VisualCV - http://www.visualcv.com is on PostgreSQL

  5. Tom Copeland about 18 hours later:

    @nathen, @marc, thanks guys! Any technical details you can add? Replication solutions, full text search, any oddities you ran into, anything like that would be appreciated!

  6. Ryan Heneise 13 days later:

    Donor Tools (www.donortools.com) has been happily running on PostgreSQL in production for over a year.

Comments