Lisa Dusseault

Results 12 comments of Lisa Dusseault

I ran into the same problem and have a suggestion: does cucumber-api-steps need to have the JSON response matchers at all? Since json_spec has such comprehensive matchers, the two gems...

thanks for raising, I think this issue can be archived. If anybody has a path forward in the future, we can always resurrect the issue or create a new one.

Thanks for the feedback! This is all rather important. The most common DTP model is for each company - folks who have access to internal APIs, internal experts - to...

I should add, that not all the forms which appear start out as hidden. Some which need to be addable more than once (add a friend, add another friend) are...

Note that I also tried to use the Rails3 ActiveRecord method "set_primary_key", but that seems not to be implemented in Dynamoid::Document. (http://apidock.com/rails/ActiveRecord/AttributeMethods/PrimaryKey/ClassMethods/set_primary_key)

I'm planning to contribute at some point but I'd like to get more of a feel for DynamoDB and Dynamoid first. I just started this week with both. We're also...

I would have used this too. I'm trying to wrap or adapt some part of this library and add the ability to remove completely empty lines or lines of only...

This should also be hooked into ActiveRecord's "subset conditions" (http://guides.rubyonrails.org/active_record_querying.html, section 2.3.3) which would be more handily named "batch finds" I'm guessing you can use that to say "Client.where(:id =>...

Dynamodb batch queries are limited to 25 items, so the solution would also have to break large arrays up into 25 item batches.

I too had the error with the bad constant "aws-sdk". It turns out my aws.yml file -- the file I added to include the AWS key and secret access key...