From 3f3f463776dbc96299ec02ceb92f509424f76012 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 17 Oct 2013 21:31:53 +0700 Subject: [PATCH 1/3] add some guides to the Rails section in the Russian version, renamed the title of the book about Ruby --- free-programming-books-ru.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/free-programming-books-ru.md b/free-programming-books-ru.md index bf73e28d..f8c7f9cc 100644 --- a/free-programming-books-ru.md +++ b/free-programming-books-ru.md @@ -5,6 +5,7 @@ * [Perl](#perl) * [R](#r) * [Ruby](#ruby) +* [Ruby on Rails](#ruby-on-rails) * [SQL](#sql) @@ -36,7 +37,13 @@ ###Ruby -* [Ruby](https://github.com/Krugloff/rus_ruby_book) +* [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book) + + +###Ruby on Rails + +* [Ruby on Rails Guides](http://rusrails.ru) +* [Ruby on Rails Tutorial](http://railstutorial.ru/) ###SQL From b1d49a3368aab4bd4c19d8bb777b04d53cfa7c06 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 17 Oct 2013 21:46:09 +0700 Subject: [PATCH 2/3] add JavaScript Garden to the Russian version --- free-programming-books-ru.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books-ru.md b/free-programming-books-ru.md index f8c7f9cc..c0c3e961 100644 --- a/free-programming-books-ru.md +++ b/free-programming-books-ru.md @@ -12,6 +12,7 @@ ###JavaScript * [Современный учебник JavaScript](http://learn.javascript.ru/) +* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/) ###LaTeX From 78a8277128256cab4fb787aef1a0e06216b92ba6 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 17 Oct 2013 21:57:30 +0700 Subject: [PATCH 3/3] add coffeescript section to the Russian version --- free-programming-books-ru.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books-ru.md b/free-programming-books-ru.md index c0c3e961..db4f195f 100644 --- a/free-programming-books-ru.md +++ b/free-programming-books-ru.md @@ -1,4 +1,5 @@ ###Index +* [CoffeeScript](#coffeescript) * [JavaScript](#javascript) * [LaTeX](#latex) * [MetaPost](#metapost) @@ -9,6 +10,11 @@ * [SQL](#sql) +###CoffeeScript + +* [Документация CoffeeScript](http://cidocs.ru/coffeescript/) + + ###JavaScript * [Современный учебник JavaScript](http://learn.javascript.ru/)