Skip to content

Commit 30bdfc8

Browse files
committed
Add more informations on README
1 parent 24e6adc commit 30bdfc8

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,26 @@
22
<img src="img/logo.svg" alt="Api on Rails 5" />
33
</h1>
44

5-
<noscript><a href="https://liberapay.com/alexandre_rousseau/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
5+
Learn **best practices** to build an **API** using **Ruby on Rails** 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 book you will learn to:
6+
7+
- Build JSON responses
8+
- Use Git for version controlling
9+
- Testing your endpoints
10+
- Optimize and cache the API
11+
12+
This book is based on ["APIs on Rails: Building REST APIs with Rails"](http://apionrails.icalialabs.com/book/). It was initially published in 2014 by [Abraham Kuri](https://twitter.com/kurenn). Since the original work was not maintained, I wanted to update this excellent work. All the source code of this book is available in [Asciidoctor](https://asciidoctor.org/) format on this repository. So don’t hesitate to [fork the project](https://github.com/madeindjs/api_on_rails/fork) if you want to improve it or fix a mistake that I didn’t notice.
613

714
Update & translation of the [API on Rails (EN)](http://apionrails.icalialabs.com/book) book. This book is written using [Asciidoctor](https://asciidoctor.org).
815

16+
## Support the project
17+
18+
As you may know this project take me some times. So if you want to support me you can buy a version on Leanpub:
19+
20+
- [English version](https://leanpub.com/apionrails5/)
21+
- [French version](https://leanpub.com/apionrails5/)
22+
23+
Or you can support me with Liberapay: <noscript><a href="https://liberapay.com/alexandre_rousseau/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
24+
925
## Build book
1026

1127
~~~bash

0 commit comments

Comments
 (0)