From 41d4a74d0542e9c9ec2735bc2fbd8f5b269c0a09 Mon Sep 17 00:00:00 2001 From: "Katherine G. Pe" Date: Sat, 23 Nov 2013 22:31:50 +0800 Subject: [PATCH 1/2] Added Sinatra book --- free-programming-books.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/free-programming-books.md b/free-programming-books.md index 3d1502b3..14776f78 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -101,6 +101,7 @@ * [Racket](#racket) * [Ruby](#ruby) * [RSpec](#rspec) + * [Sinatra](#sinatra) * [Ruby on Rails](#ruby-on-rails) * [Rust](#rust) * [Sage](#sage) @@ -839,7 +840,7 @@ See also [TeX](#tex) ###Mercurial -* [Mercurial: The Definitive Guide](http://hgbook.red-bean.com/) - +* [Mercurial: The Definitive Guide](http://hgbook.red-bean.com/) - * [HGInit - Mercurial Tutorial by Joel Spolsky](http://hginit.com/) ###MySQL @@ -1087,6 +1088,9 @@ See also [TeX](#tex) ###RSpec * [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org) +###Sinatra +* [Sinatra Book](https://github.com/sinatra/sinatra-book) + ###Ruby on Rails * [Ruby on Rails Tutorial: Learn Rails By Example](http://ruby.railstutorial.org/ruby-on-rails-tutorial-book) * [Objects on Rails](http://objectsonrails.com) @@ -1102,7 +1106,7 @@ See also [TeX](#tex) ###Sage * [The Sage Manuals](http://sagemath.org/doc/) * [Sage for Newbies](http://sage.math.washington.edu/home/tkosan/newbies_book/) - Ted Kosan -* [Sage for Power Users](http://modular.math.washington.edu/books/sagebook/sagebook.pdf) (PDF) - William +* [Sage for Power Users](http://modular.math.washington.edu/books/sagebook/sagebook.pdf) (PDF) - William ###Scala From 4722f0fe1daf756c986d1c0a50d177b76cc1e402 Mon Sep 17 00:00:00 2001 From: "Katherine G. Pe" Date: Sat, 23 Nov 2013 22:33:40 +0800 Subject: [PATCH 2/2] Added frequently updated Ruby on Rails guides --- free-programming-books.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 14776f78..cdc10566 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1097,7 +1097,8 @@ See also [TeX](#tex) * [Ruby on Rails Guides](http://guides.rubyonrails.org) * [A community-driven Rails style guide](https://github.com/bbatsov/rails-style-guide) * [Upgrading to Rails 4](https://github.com/alindeman/upgradingtorails4) - +* [Rails Girls Guides](http://guides.railsgirls.com) +* [Geekcamp Ruby on Rails Guides](http://www.rubyonrails.geekcampbaguio.com) ###Rust * [Rust for Rubyists](http://www.rustforrubyists.com/book/index.html)