Skip to content
This repository was archived by the owner on Jan 24, 2018. It is now read-only.

danmayer/datamapper-simpledb-rails-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Dan Mayer
http://github.com/danmayer
dan <at> mayerdan.com

This is a modified example of, http://github.com/dkubb/datamapper-on-rails it will try to stay up to date with that with modifications to illustrate what needs to be changed to run rails on AWS SimpleDB.

Note: that you can switch your tests to run on SimpleDB by altering your config/database.yml I don't recommend this cause it is slow, and it then costs you money to run your tests. We have run our tests on sqlite, while having our production app on Simple DB for a number of years with out problems.

Another thing to note, is that SimpleDB has eventual consistancy, which means sometimes an object isn't removed or added immediately this can result in some weird behavior on this basic rails example. There are strategies to deal with this, but none of the methods are implemented in this example. 

Feel free to contact me if you have any questions or comments.

About

This is an example Rails app, using SimpleDB via the dm-adapter-simpledb datamapper adapter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published