mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-30 15:13:53 +00:00
Merge pull request #393 from katgironpe/master
Added BetterSpecs (RSpec guidelines with Ruby)
This commit is contained in:
commit
d3fc1cb15a
@ -11,6 +11,7 @@
|
|||||||
* [Perl](#perl)
|
* [Perl](#perl)
|
||||||
* [R](#r)
|
* [R](#r)
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
|
* [RSpec](#rspec)
|
||||||
* [Ruby on Rails](#ruby-on-rails)
|
* [Ruby on Rails](#ruby-on-rails)
|
||||||
* [Scilab](#scilab)
|
* [Scilab](#scilab)
|
||||||
* [SQL](#sql)
|
* [SQL](#sql)
|
||||||
@ -37,6 +38,8 @@
|
|||||||
* [Современный учебник JavaScript](http://learn.javascript.ru/)
|
* [Современный учебник JavaScript](http://learn.javascript.ru/)
|
||||||
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/)
|
* [JavaScript Garden](http://bonsaiden.github.io/JavaScript-Garden/ru/)
|
||||||
|
|
||||||
|
###RSpec
|
||||||
|
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org)
|
||||||
|
|
||||||
###Git
|
###Git
|
||||||
|
|
||||||
@ -73,6 +76,8 @@
|
|||||||
|
|
||||||
* [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book)
|
* [Круглов А. — Ruby](https://github.com/Krugloff/rus_ruby_book)
|
||||||
|
|
||||||
|
###RSpec
|
||||||
|
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org/ru)
|
||||||
|
|
||||||
###Ruby on Rails
|
###Ruby on Rails
|
||||||
|
|
||||||
|
@ -100,6 +100,7 @@
|
|||||||
* [R](#r)
|
* [R](#r)
|
||||||
* [Racket](#racket)
|
* [Racket](#racket)
|
||||||
* [Ruby](#ruby)
|
* [Ruby](#ruby)
|
||||||
|
* [RSpec](#rspec)
|
||||||
* [Ruby on Rails](#ruby-on-rails)
|
* [Ruby on Rails](#ruby-on-rails)
|
||||||
* [Rust](#rust)
|
* [Rust](#rust)
|
||||||
* [Sage](#sage)
|
* [Sage](#sage)
|
||||||
@ -1067,6 +1068,8 @@ See also [TeX](#tex)
|
|||||||
* [Mr. Neighborly's Humble Little Ruby Book](http://humblelittlerubybook.com/book/)
|
* [Mr. Neighborly's Humble Little Ruby Book](http://humblelittlerubybook.com/book/)
|
||||||
* [Learn to Program, by Chris Pine](http://pine.fm/LearnToProgram/)
|
* [Learn to Program, by Chris Pine](http://pine.fm/LearnToProgram/)
|
||||||
|
|
||||||
|
###RSpec
|
||||||
|
* [Better Specs (RSpec Guidelines with Ruby)](http://betterspecs.org)
|
||||||
|
|
||||||
###Ruby on Rails
|
###Ruby on Rails
|
||||||
* [Ruby on Rails Tutorial: Learn Rails By Example](http://ruby.railstutorial.org/ruby-on-rails-tutorial-book)
|
* [Ruby on Rails Tutorial: Learn Rails By Example](http://ruby.railstutorial.org/ruby-on-rails-tutorial-book)
|
||||||
|
Loading…
Reference in New Issue
Block a user