mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-26 21:36:27 +00:00
Merge pull request #1243 from akshaymohite/master
Fixed a broken link + Reordering Ruby resources thank you for fixes
This commit is contained in:
commit
8666abb99e
@ -1567,7 +1567,11 @@ See also [TeX](#tex)
|
||||
|
||||
|
||||
### Ruby
|
||||
* [Ruby in Twenty Minutes](https://www.ruby-lang.org/en/documentation/quickstart/)
|
||||
* [Programming Ruby](http://www.ruby-doc.org/docs/ProgrammingRuby/)
|
||||
* [Ruby Learning](http://rubylearning.com/)
|
||||
* [A community-driven Ruby style guide](https://github.com/bbatsov/ruby-style-guide)
|
||||
* [Ruby User's Guide](http://www.rubyist.net/~slagell/ruby/)
|
||||
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
|
||||
* [Developing Games With Ruby](https://leanpub.com/developing-games-with-ruby/read)
|
||||
* [I Love Ruby](http://goo.gl/1qrMUN)
|
||||
@ -1576,17 +1580,13 @@ See also [TeX](#tex)
|
||||
* [Learn to Program, by Chris Pine](http://pine.fm/LearnToProgram/)
|
||||
* [Mr. Neighborly's Humble Little Ruby Book](http://www.humblelittlerubybook.com/)
|
||||
* [Practicing Ruby](https://github.com/elm-city-craftworks/practicing-ruby-manuscripts)
|
||||
* [Programming Ruby](http://www.ruby-doc.org/docs/ProgrammingRuby/)
|
||||
* [Read Ruby](http://readruby.io/)
|
||||
* [Ruby Essentials](http://www.techotopia.com/index.php/Ruby_Essentials)
|
||||
* [Ruby Hacking Guide](http://ruby-hacking-guide.github.io/)
|
||||
* [Ruby in Twenty Minutes](https://www.ruby-lang.org/en/documentation/quickstart/)
|
||||
* [Ruby Koans](http://www.rubykoans.com/)
|
||||
* [Ruby Learning](http://rubylearning.com/)
|
||||
* [Ruby Programming](http://www.linuxtopia.org/online_books/programming_books/ruby_tutorial/)
|
||||
* [Ruby User's Guide](http://www.rubyist.net/~slagell/ruby/)
|
||||
* [The Bastards Book of Ruby](http://ruby.bastardsbook.com/)
|
||||
* [The Little Book Of Ruby](http://www.sapphiresteel.com/The-Little-Book-Of-Ruby)
|
||||
* [The Little Book Of Ruby](http://www.sapphiresteel.com/ruby-programming/The-Little-Book-Of-Ruby.html)
|
||||
* [The Unofficial Ruby Usage Guide (at Google)](http://www.caliban.org/ruby/rubyguide.shtml) - Ian Macdonald
|
||||
* [Why's (Poignant) Guide to Ruby](http://mislav.uniqpath.com/poignant-guide/) ([mirror](http://www.scribd.com/doc/2236084/Whys-Poignant-Guide-to-Ruby))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user