0

I am thinking of porting a MySQL backed app to SimpleDB. Is there a 'default' choice of which gem or plugin to use for attempting this?

1 Answers1

0

I'm not sure about canonical, but running some queries on rubygems.org, I found that simple_record seems to be the most popular at over 31k downloads. Here's their Github page. It appears to be a drop in replacement for ActiveRecord.

Jack Chu
  • 6,791
  • 4
  • 38
  • 44