-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from digilou/master
Add ruby and rails resources
- Loading branch information
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#Rails | ||
Learn Rails through the following online and offline resources. | ||
|
||
## Books | ||
- [Rails, Angular, Postgres, and Bootstrap: Powerful, Effective, Efficient, Full-Stack Web Development, 2nd Edition](https://www.amazon.com/Rails-Angular-Postgres-Bootstrap-Development/dp/1680502204/ref=sr_1_5?s=books&ie=UTF8&qid=1507076657&sr=1-5&keywords=Rails) by David B. Copeland | ||
- [Ruby on Rails Tuturial: Learn Web Development with Rails](https://www.railstutorial.org/book) by Michael Hartl | ||
|
||
## Online Tutorials | ||
- [Ruby on Rails Tuturial: Learn Web Development with Rails](https://www.railstutorial.org/book) by Michael Hartl | ||
- [Codecademy: Ruby on Rails](https://www.codecademy.com/learn/learn-rails) | ||
|
||
## Rails Documentation | ||
- [Ruby on Rails API](http://api.rubyonrails.org/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#Ruby | ||
Learn Ruby through the following online and offline resources. | ||
|
||
## Books | ||
- [Learn to Program](https://pragprog.com/titles/ltp2/learn-to-program-2nd-edition) by Chris Pine | ||
- [The Well-Grounded Rubyist](https://www.amazon.com/Well-Grounded-Rubyist-David-Black/dp/1933988657) by David A. Black | ||
|
||
## Online Tutorials | ||
- [Learn to Program](https://pine.fm/LearnToProgram/) by Chris Pine | ||
- [Learn Ruby with the Edgecase Ruby Koans](http://rubykoans.com/) | ||
- [Codecademy: Ruby](https://www.codecademy.com/learn/learn-ruby) | ||
|
||
## Ruby Documentation | ||
- [Ruby-Doc.org](http://ruby-doc.org/) | ||
- [Documentation](https://www.ruby-lang.org/en/documentation/) |