Releases: madeindjs/api_on_rails
Releases · madeindjs/api_on_rails
v6.26
fixing typo "fin" -> "find" (#76)
v6.25: fix error in the authenticable_test (#73)
Error in the authenticable_test setup once the MockController was created
v6.24
indication for file application.rb was wrong (#72)
v6.23: Update chapter03-presenting-users.adoc (#71)
The update function was missing in the example
v6.22: Bump nokogiri from 1.10.10 to 1.11.4 (#70)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.4. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.10...v1.11.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v6.21
Quizz (#66)
v6.20: Change text to match 'belongs_to' generator change (#65)
- fix - references was changed to belongs_to but the surrounding text was not updated - change 'method' to 'column type' - 'directive' to the more specific 'association'
v6.19
Fix chapter 4 typos (#64)
v6.18: Pr ch06 json worth a thousand words (#63)
* Change JSON to have same user id for relationships and include * Add missing end quote for `include`
v6.17
Merge branch 'master' of github.com:madeindjs/api_on_rails