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?
Asked
Active
Viewed 106 times
0
-
Did you take a look at this? http://aws.amazon.com/articles/1242 – Arun Kumar Arjunan Jun 28 '11 at 05:15
-
This doesn't have an answer for your question, but is a good resource you might find useful in the future for finding "canonical" gems: http://ruby-toolbox.com/ – John Gibb Jun 28 '11 at 06:43
-
@Arun, I did but that article is almost 3 years old – hydeboy Jun 28 '11 at 06:52
1 Answers
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