deserializer
deserializer copied to clipboard
Deserialization of complex API params into objects that can be consumed by an AR model
Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.1 to 7.0.4.1. Release notes Sourced from activesupport's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 2.0.5. Release notes Sourced from tzinfo's releases. v2.0.5 Changed DateTime results to always use the proleptic Gregorian calendar. This affects DateTime results prior to 1582-10-15...
Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 13.0.1. Changelog Sourced from rake's changelog. === 13.0.1 ==== Bug fixes Fixed bug: Reenabled task raises previous exception on second invokation Pull Request #271 by...
Attempts to lay a barebones foundation for the discussion points in #8 - the deserializer does not do anything crazy. I figured that adding a `yield` block would give users...
Hey @gaorlov, first of all - thanks for the gem it's really nice to use! Appreciate all the work that you've done for it. This is just a question, might...