hana icon indicating copy to clipboard operation
hana copied to clipboard

An implementation of JSON Patch and JSON Pointer for Ruby

Results 6 hana issues
Sort by recently updated
recently updated
newest added

Heey, I noticed that this gem does not set a ruby minimal required version, though does not work with ruby 2.2 Please set a minimal ruby version to make this...

I'm trying to build up a JSON document hash starting from `{}`. I keep ending up [here](https://github.com/tenderlove/hana/blob/master/lib/hana.rb#L122) when I `add` a nested path. I see the problem -- you can't...

Hi @tenderlove , In the controller: ``` module Api::V1 class TestController < ApiController include ActionController::Live def ticker response.headers['Content-Type'] = 'text/event-stream' sse = Ticker::SSE.new(response.stream) begin loop do test = Test.desc a...

- Fixed README example - Add railtie so if the gem is added to a rails project it registers a mime type to respond to application/json-patch+json Based on conversation with...

Per 6901, JSON pointer error handling is up to the implementation. I see that Pointer is used here primarily to implement Patch, but would it be possible to make it...

Fix copy by deeply copying src object.