Skip to content

Commit 4fb6384

Browse files
committed
Improve description
1 parent 75bd87f commit 4fb6384

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/01_introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to https://github.com/madeindjs/api_on_rails[APIs on Rails] a tutorial on steroids on how to build your next API with Rails. The goal of this book is to provide an answer on how to develop a RESTful API following the best practices out there, along with my own experience. By the time you are done with _API’s on Rails_ you should be able to build your own `API` and integrate it with any clients such as a web browser or your next mobile app. The code generated is built on top of Rails 4 which is the current version, for more information about this check out http://rubyonrails.org/. The most up-to-date version of the _API’s on Rails_ can be found on https://github.com/madeindjs/api_on_rails[APIs on Rails]; don’t forget to update your offline version if that is the case.
44

5-
The intention with this book it’s not teach just how to build an API with Rails rather to teach you how to build scalable and maintainable API with Rails, which means taking your current Rails knowledge to the next level when on this approach. In this journey we are going to take, you will learn to:
5+
The intention with this book it’s not only to teach you how to build an API with Rails. The purpose is also to teach you how to build scalable and maintainable API with Rails which means improve your current Rails knowledge. In this journey we are going to take, you will learn to:
66

77
* Build JSON responses
88
* Use Git for version controlling

en/api_on_rails.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ v1.0, 2019-01-08
1111
:keywords: Rails, API, Ruby, Software
1212
:lang: en
1313
:author: Alexandre Rousseau
14-
:description:
14+
:description: Learn best practice to build an API using Ruby on Rails 5
1515
:front-cover-image: image:cover.svg[]
1616
:revdate: 2019-01-09
1717

0 commit comments

Comments
 (0)