Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/planetruby/books
List of all Ruby books
https://github.com/planetruby/books
booklets books gems rails ruby rubybooks sinatra
Last synced: 2 months ago
JSON representation
List of all Ruby books
- Host: GitHub
- URL: https://github.com/planetruby/books
- Owner: planetruby
- License: cc0-1.0
- Created: 2014-11-22T21:21:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T12:19:54.000Z (10 months ago)
- Last Synced: 2024-08-02T05:11:18.823Z (5 months ago)
- Topics: booklets, books, gems, rails, ruby, rubybooks, sinatra
- Language: HTML
- Homepage: http://planetruby.github.io/books
- Size: 408 KB
- Stars: 56
- Watchers: 8
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Formerly published @ ~www.allrubybooks.com~ now @ [`planetruby.github.io/books`](http://planetruby.github.io/books).
# All Ruby Books
A list of books about the Ruby programming language (in English).
Note: Prices are indicative and may be incorrect.
You are more than welcome to add new books, correct book information, suggest new categories, etc.
You can contribute right here at the books git repository through pull requests.
Thanks!
---
This is the data source (in YAML) of the All Ruby Books website / page.
The book collection was started by [Florent Guilleux](https://github.com/Florent2) in 2016. Thanks! Merci!
Contributions welcome! Just send pull requests.
Look in the [`_books/`](_books) directory for all book datafiles ordered
by publishing year (e.g. [`2023/`](_books/2023), [`2022/`](_books/2022), etc.).
One book one datafile (in YAML). Example:``` yaml
## winner of the best ruby book of the year 2020 award - congrats!title: Black Hat Ruby - Offensive Ruby programming book for hackers & pentesters
authors:
- Sabri Saleh Hassanyah
year: 2020
home_url: https://rubyfu.net/#black-hat-ruby
categories:
- network
- security
- hacker
prices: 'paperbook: $25'
editor: Self Published
```