Skip to content

Commit d1ba508

Browse files
committed
Improve TOC
1 parent b0c012e commit d1ba508

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

rails6/en/chapter01-introduction.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The purpose of this book is not only to teach you how to build an API with Rails
1111
- Building JSON responses
1212
- Test your end-points with unit and functional tests
1313
- Set up authentication with JSON Web Tokens (JWT)
14+
- Use JSON:API specification
1415
- Optimize and cache the API
1516
1617
I strongly recommend you follow all the steps in this book. Try not to skip chapters because I will give you some tips and tricks to improve your skills throughout the book. You can consider yourself the main character of a video game who gain a level in each chapter.

rails6/en/chapter03-presenting-users.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[#chapter03-presenting-users]
2-
= Presenting the users
2+
= Presenting users
33

44
In the last chapter we manage to set up the bare bones for our application endpoints configuration.
55

rails6/en/chapter04-athentification.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[#chapter05-athentification]
2-
= Authenticating users
2+
= Authenticating user
33

44
It's been a long time since you started. I hope you enjoy this trip as much as I do.
55

rails6/en/chapter05-user-products.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[#chapter05-user-products]
2-
= User products
2+
= User's products
33

44
In the previous chapter, we implemented the authentication mechanism we will use throughout the application.
55

rails6/en/chapter06-improve-json.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[#chapter06-improve-json]
2-
= JSON with Active Model Serializers
2+
= JSON with JSON:API
33

44
In the previous chapter we added products to the application and built all the necessary roads. We have also associated a product with an user and restricted some of the actions of `products_controller`.
55

0 commit comments

Comments
 (0)