What's Changed
- Always return a boolean value for
ActiveResource::Base#exists?
by @stefanvermaas in #375 - Support usage of
invalid?
andvalidate!
methods fromActiveModel::Validations
by @balvig in #379 - Fix subclasses not inheriting headers set in the superclass by @meanphil in #383
- Encode ID parameter for custom methods by @igor-ladkin in #399
- [Enhancement] Allows HttpMock to ignore query params from url path if given the option by @muhammadnawzad in #395
New Contributors
- @stefanvermaas made their first contribution in #375
- @balvig made their first contribution in #379
- @amatsuda made their first contribution in #389
- @davidstosik made their first contribution in #390
- @meanphil made their first contribution in #383
- @igor-ladkin made their first contribution in #399
- @rafaelfranca made their first contribution in #400
- @muhammadnawzad made their first contribution in #395
Full Changelog: v6.0.0...v6.1.0