OrmAdapterAws
A SimpleDB (via AWS::Record::Model) adapter for the orm_adapter gem.
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request