Tristan Davey

Results 3 issues of Tristan Davey

Valid form elements generate `undefined method '[]' for nil:NilClass` when the form's model does not include an `errors` hash. There are some scenarios when rails forms models are not set...

Does not attempt to draw errors if the model provided to a form does not contain an `errors` method. Also adds two additional tests to test rendering fields with an...

The DynamoDb API implements a [batchWriteItem](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchWriteItem.html) method for batch `putObject` and `deleteObject` operations. It would be ideal to be able to batch multiple `create` and `destroy` operations into one of...