dynamoid
https://github.com/dynamoid/dynamoid
Ruby
Ruby ORM for Amazon's DynamoDB.
DumpingSpecs::UserWithAdapterInterface.dynamoid_load
No Docs, write some!
Edit
git clone [email protected]:dynamoid/dynamoid.git
cd dynamoid
open spec/fixtures/dumping.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-DumpingSpecs--UserWithAdapterInterface-dynamoid_load-for-pr
# Commit to gitgit add spec/fixtures/dumping.rbgit commit -m "better docs for DumpingSpecs::UserWithAdapterInterface.dynamoid_load"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-DumpingSpecs--UserWithAdapterInterface-dynamoid_load-for-pr
hub pull-request
# Celebrate!