From c19cb958f72acf194a64689493589ecddaa7b3e1 Mon Sep 17 00:00:00 2001 From: zcq100 Date: Thu, 11 May 2017 09:13:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Ruby=20on=20Rails=20Guide?= =?UTF-8?q?=20(#2352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 添加 Ruby on Rails Guide 添加 Ruby on Rails 简体中文指南 * add a line * change order * remove tailing slash * add sinatra link --- free-programming-books-zh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 117574bc..65e02855 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -627,7 +627,9 @@ * [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md) * [Ruby on Rails Tutorial 原书第 2 版](http://railstutorial-china.org) * [Ruby on Rails 实战圣经](https://ihower.tw/rails4/) +* [Ruby on Rails 指南](http://guides.ruby-china.org) * [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md) +* [Sinatra](http://www.sinatrarb.com/intro-zh.html) * [笨方法学 Ruby](http://lrthw.github.io) -- GitLab