Rybex

Results 2 issues of Rybex

I've tried to create new table in my DynamoDB using yours example. ``` class User include Dynamoid::Document table :name => :awesome_users, :key => :user_id, :read_capacity => 400, :write_capacity => 400...

Hi, I am using the hanami framework and the rspec lib to test my code and PG database. When I trying to test one action I get following error: `PG::InFailedSqlTransaction:...