The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Just a friendly reminder ;)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jeremy Voorhis

Posts: 212
Nickname: jvoorhis
Registered: Oct, 2005

Jeremy Voorhis is a Rubyist in northeast Ohio.
Just a friendly reminder ;) Posted: Feb 13, 2006 2:38 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Jeremy Voorhis.
Original Post: Just a friendly reminder ;)
Feed Title: JVoorhis
Feed URL: http://feeds.feedburner.com/jvoorhis
Feed Description: JVoorhis is a Rubyist in northeast Ohio. He rambles about Ruby on Rails, development practices, other frameworks such as Django, and on other days he is just full of snark.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Jeremy Voorhis
Latest Posts From JVoorhis

Advertisement

Rails is not synonymous with MySQL

Despite the constant conjunction between Rails howto articles, examples in books and David Heinemeier Hanssion interviews, Rails supports far more than just MySQL with its ActiveRecord object-relational mapper.

At PLANET ARGON, we almost exclusively use PostgreSQL in Ruby on Rails development projects that we start from scratch, and we have also performed several MySQL to PostgreSQL migrations for Rails applications. In fact, the database.yml file in our modified default Rails application skeleton is preconfigured to use postgres, and until only two weeks ago during my three-month tenure at PLANET ARGON have I had to install MySQL on my shiny company PowerBook.

I myself prefer PostgreSQL for personal projects, but when I am dealing with small things, I sometimes prefer a SQLite3 database if only for the ease of portability!

Also, if you are comfortable with lower-level database programming, you may try your hand at following these instructions to create an ActiveRecord adapter for the RDBMS of your choice.

Read: Just a friendly reminder ;)

Topic: Franchise.d Previous Topic   Next Topic Topic: FXRuby continues to search for the Ruby Way

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use