Matt Mueller

Results 10 comments of Matt Mueller

Hey @jerodsanto - thanks for bringing this up. I haven't had time to dig in much but at first glance you definitely appear to be correct. For generating fixtures I...

This is a particularly sticky situation, you're right. I'm going to mull on the appropriate way to handle this (even if it simply means drawing a line in the sand...

Hey guys I'm short on free time at the moment - if any/all of you want to run with this it would be hugely appreciated...I think deprecating the handling of...

Hey Philip - Thanks for this. As a starting point could you add a basic test/spec to this? There is definitely still some room for cleanup in this but having...

Hey @octopi - unfortunately I've been a bit short on time lately. I'll see if I can find some time to give this a look over the next week or...

I can definitely see the desire to go this route. My thinking was that: - New users of the gem will expect JSON to match what they can see in...

@applemac That's definitely an option as well, but it's a potentially breaking change for existing users of the gem. That being said this will be a point release so it...

So, 2 approaches I'm going to mull on: - In response handling make no assumptions about the structure of the response. This will put the onus of walking the structure...

They wouldn't have to fully parse the JSON, they would just have to potentially walk a longer tree to get the values they want. JSON would automatically be parsed and...

@jerodsanto - I've got a branch up that implements the fallback to a version number when none is defined (although it currently defaults to the current date). It would be...