0.0
No commit activity in last 3 years
No release in over 3 years
A SimpleDB adapter for the orm_adapter gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.0.0

Runtime

~> 1.8.0
~> 0.4.0
 Project Readme

OrmAdapterAws

A SimpleDB (via AWS::Record::Model) adapter for the orm_adapter gem.

Gem Version Code Climate

Installation

Add this line to your application's Gemfile:

gem 'orm_adapter_aws'

And then execute:

$ bundle

Or install it yourself as:

$ gem install orm_adapter_aws

Usage

This gem was created as a means of using Devise with SimpleDB. Please see article coming soon about how to use this gem with devise.

Thanks

Development of this gem was generously sponsored by company name withheld pending approval from the legal department.

Testing

This gem relies on the example_app_shared set of examples from orm_adapter. Those examples test some functionality that is not supplied by SimpleDB, so those tests are failing. Be aware of this when running the specs. Again, some test failures are expected. See spec/spec_helper.rb for a list of specs that are expedted to fail.

Run the tests with :

$ rspec spec

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request