Adam Crownoble

Results 6 issues of Adam Crownoble

React and Redux or Flux are becoming very popular. I'm working on a couple projects now that have Recat+Redux frontends. Certain JSON schemas are more easily integrated into Redux than...

I noticed the `.gemspec` file mentioned this project had an MIT license, but there is no actual license file in the project. This one is just copied from the main...

- Ruby 3.2 is out now, so add support for it - Also, remove support for Rail 5.* as it is getting pretty old - Test all suported Ruby versions

The name of the method implies it will always cache, even though that's off by default. Probably best to change it and keep the alias around for backwards compatibility.

If possible, it would be nice to simply support something like a `pluck` option that would allow us to render data straight from the DB results, eliminating the time it...

enhancement

...rather than as marshaled `Hash`es. This may help performance in that we don't have to call `#to_json` on cached data.

enhancement