Veraticus / Dynamoid

Ruby ORM for Amazon's DynamoDB
http://joshsymonds.com/Dynamoid/
247 stars 83 forks source link

Fix AWS::DynamoDB::Errors::ResourceInUseException: Duplicate table name Error #177

Open bonty opened 10 years ago

bonty commented 10 years ago

Hello

I faced a problem that would cause "Duplicate table name" error by executing create_table method always at initial startup. So, I fixed it and fix some rspec about create_table method.

fhisamoto commented 10 years ago

Please accept this pull request :+1: