Dave LaDelfa

Results 3 comments of Dave LaDelfa

This just bit us too, and took a while to track down. When params[:object][:nested_objects_attributes] comes in as [""], rather than [ ] as it did in previous versions of httparty,...

Ditto. If it's 2:25 pm on Wednesday, I would expect 1.business_day.ago to be 2:25 pm on Tuesday, not the beginning of the business day on Tuesday, whatever that's set to...

This issue may have an interaction with the stub method of rspec 2.x and this way of writing time-deterministic tests : > Time.stub(now: Time.utc(2014, 6, 3, 10, 10)) > =>...