Skip to content

Releases: madeindjs/api_on_rails

v6.26

27 May 16:28
92072ed
Compare
Choose a tag to compare
fixing typo "fin" -> "find" (#76)

v6.25: fix error in the authenticable_test (#73)

26 May 10:28
160ae8b
Compare
Choose a tag to compare
Error in the authenticable_test setup once the MockController was created

v6.24

26 May 10:27
689fe1e
Compare
Choose a tag to compare
indication for file application.rb was wrong (#72)

v6.23: Update chapter03-presenting-users.adoc (#71)

26 May 10:27
fd062ee
Compare
Choose a tag to compare
The update function was missing in the example

v6.22: Bump nokogiri from 1.10.10 to 1.11.4 (#70)

26 May 10:27
531b373
Compare
Choose a tag to compare
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

25 Mar 21:24
f45505e
Compare
Choose a tag to compare
Quizz (#66)

v6.20: Change text to match 'belongs_to' generator change (#65)

25 Mar 21:22
bbc85f0
Compare
Choose a tag to compare
- 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

25 Jan 14:53
b5e3c70
Compare
Choose a tag to compare
Fix chapter 4 typos (#64)

v6.18: Pr ch06 json worth a thousand words (#63)

25 Jan 14:50
d10b2a7
Compare
Choose a tag to compare
* Change JSON to have same user id for relationships and include

* Add missing end quote for `include`

v6.17

24 Jan 07:39
e443853
Compare
Choose a tag to compare
Merge branch 'master' of github.com:madeindjs/api_on_rails