Casey Provost

Results 9 issues of Casey Provost

The last commit was a couple of years ago and the PRs have been languishing for while. Are you looking for new maintainers by chance or just some approved collaborators...

👋 Thank you for this wonderful library that we have been gratefully using for years at Wrapbook! We are in the process of upgrading to Rails 7 and noticed you...

Working through implementing includes I have discovered what appears to be a bug. All my other code like this works as expected and the only difference I can find is...

Floats are now translated in interesting ways in Ruby 3. Take the following example: ```ruby # rails console or IRB 9.86.to_money => { :cents => 985.9999999999999, :currency_iso => "USD" }...

Howdy! This is less of a bug and more of a question. I've been loving this gem as it solves some pains around a lot of the OAuth work I...

I get "undefined method encoding for #Array:0x007f91ee3a2028" whenever I tried to call `all` from a layout. My environment: Ruby: 2.2.3 ginjo-rfm: 3.0.11 Gemset ``` * actionmailer (3.2.22) * actionpack (3.2.22)...

## Goal At the moment this library does not play nice when using an API already built on JSONAPI Rails. This is because it includes this gem and overrides some...

to do

Working through implementing includes I have discovered what appears to be a bug. All my other code like this works as expected and the only difference I can find is...

Adding the foundation for request specs and perhaps a few example will make it easier for contributors to make changes safely to the API.