ylecuyer / survey-gizmo-ruby

Gem to use the Survey Gizmo API
MIT License
23 stars 26 forks source link

Revert #75 ("other" answer parsing) #76

Closed apurvis closed 8 years ago

apurvis commented 8 years ago

https://github.com/jarthod/survey-gizmo-ruby/pull/75

Code on master doesn't work for me any more. I suspect there's some discrepancy between @kjhenner's setup and my own.

https://github.com/jarthod/survey-gizmo-ruby/pull/75#issuecomment-229398897 @kjhenner @jarthod

I'm not 100% sure how this ends up working but it looks like the \" is getting parsed into just a " at some point. might be within the Virtus gem or something.

kjhenner commented 8 years ago

The more I look at this, the more it seems like the escaping thing was a red herring. Seems wise to revert.

apurvis commented 8 years ago

K i'm going to merge this; @jarthod can you push a release?