John Hope
John Hope
Delegating methods to other objects using method_missing in instances of HTTParty::Response is causing unexpected behaviour and has resulted in multiple issues. Work-arounds to specific issues have been successful but this...
Addresses https://github.com/jnunemaker/httparty/issues/743 This change adds docs regarding how to send data in JSON format. Users are often[1][2] on how to format JSON data to use in POST, PUT and PATCH...
From [StackOverflow](http://stackoverflow.com/questions/26673326/alternative-rails-gems-for-public-activity-that-shows-labels-for-its-respective). Creation tracking is possible by tracking the `created_at` attribute but it'd be good to track deletion as well. During soft deletion this is possible by tracking the `deleted_at`...
When calling `crumb.subject` it would be nice if the subject attributes were deserialized from the `modifications` hash and not just the `stored_subject` hash. This means that the user wouldn't have...