Skip to content

Commit 695d8fa

Browse files
committed
Correct speling mistakes
1 parent 349ef8c commit 695d8fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

en/00_before.adoc

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

33
"API on Rails 5" is based on http://apionrails.icalialabs.com/book/["APIs on Rails: Building REST APIs with Rails"]. It was initially published in 2014 by https://twitter.com/kurenn[Abraham Kuri] under the licenses http://opensource.org/licenses/MIT[MIT] and http://people.freebsd.org/~phk/[Beerware].
44

5-
Since the original work was not maintained, I wanted to update this excellent work and contribute to the Francophone community by translating it myself. This update is also available in the Molière language.
5+
Since the original work was not maintained, I wanted to update this excellent work and contribute to the Francophone community by translating it myself. This update is also available in the Molière languagefootnote:[It means french.].
66

77
== About the author
88

en/01_introduction.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Introduction
22

3-
Welcome to [APIs on Rails][api_on_rails_git] 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 [APIs on Rails][api_on_rails_git]; don’t forget to update your offline version if that is the case.
3+
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

55
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:
66

@@ -13,7 +13,7 @@ I highly recommend you go step by step on this book, try not to skip chapters, a
1313

1414
In this first chapter I will walk you through on how to setup your environment in case you don’t have it already. We’ll then create the application called `market_place_api`. I’ll emphasize all my effort into teaching you all the best practices I’ve learned along the years, so this means right after initializing the project we will start tracking it with Git.
1515

16-
In the next chapters we will be building the application to demonstrate a simple workflow I use on my daily basis. We’ll develop the whole application using *test driven development* (TDD), getting started by explaining why you want to build an API’s for your next project and deciding whether to use JSON or XML as the response format. From Chapter 3 to Chapter 8 we’ll get our hands dirty and complete the foundation for the application by building all the necessary endpoints, securing the API access and handling authentication through headers exchange. Finally on the last chapter (Chapter 11) we’ll add some optimization techniques for improving the server responses.
16+
In the next chapters we will be building the application to demonstrate a simple workflow I use on my daily basis. We’ll develop the whole application using *test driven development* (TDD), getting started by explaining why you want to build an API’s for your next project and deciding whether to use JSON or XML as the response format. We’ll get our hands dirty then and complete the foundation for the application by building all the necessary endpoints, securing the API access and handling authentication through headers exchange. Finally on the last chapter we’ll add some optimization techniques for improving the server responses.
1717

1818
The final application will scratch the surface of being a market place where users will be able to place orders, upload products and more. There are plenty of options out there to set up an online store, such as http://shopify.com[Shopify], http://spreecommerce.com/[Spree] or http://magento.com[Magento].
1919

fr/00_before.adoc

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

44
"API on Rails 5" est basé sur http://apionrails.icalialabs.com/book/["APIs on Rails: Building REST APIs with Rails"]. Celui-ci fut initialement publié en 2014 par https://twitter.com/kurenn[Abraham Kuri] sous les licences http://opensource.org/licenses/MIT[MIT] et http://people.freebsd.org/~phk/[Beerware].
55

6-
L’oeuvre originale étant non maintenue, j’ai voulu mettre à jour cet excellent ouvrage et contribuer à la communauté francophone en le traduisant moi-même. Cette mise à jour est aussi disponnible dans la langue de Shakespeare footnote:[C'est-à-dire en anglais.].
6+
L’œuvre originale étant non maintenue, j’ai voulu mettre à jour cet excellent ouvrage et contribuer à la communauté francophone en le traduisant moi-même. Cette mise à jour est aussi disponible dans la langue de Shakespeare footnote:[C'est-à-dire en anglais.].
77

88
=== A propos de l’auteur original
99

0 commit comments

Comments
 (0)