Dynamoid icon indicating copy to clipboard operation
Dynamoid copied to clipboard

Ruby ORM for Amazon's DynamoDB

Results 63 Dynamoid issues
Sort by recently updated
recently updated
newest added

This is test result of my application . Amazon DynamoDB does not allow ":" character in table name. Dynamoid is trying to create a "rspec_index_pastehub::entry_usernames" table. ``` $ rake test_e...

The `#{attribute_name}_changed?` and similar methods from ActiveModel::Dirty do not work except for the `created_at` attribute if you're using a version of ActiveModel older that 3.1.0. I'm not sure if it's...

Sometimes I get different data (same object saved at different points in time) after reloading: 1.9.3p194 :009 > u = User.first ; u.first_name => "Aa" 1.9.3p194 :010 > u.reload ;...