Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/LEARNING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Recommended Learning Resources

Exercism provides exercises and feedback but can be difficult to jump into for those learning Ruby for the first time. These resources can help you get started:

* [Ruby in Twenty Minutes](https://www.ruby-lang.org/en/documentation/quickstart/)
* [Ruby Documentation](http://ruby-doc.org/)
* [RubyLearning.com](http://rubylearning.com/) - Ruby Tutorial and Study Notes
* [RubyLearning.org](http://rubylearning.org/classes/) - Professionally Taught and Moderated Classes
* [Learn to Program](http://pine.fm/LearnToProgram/) - A book (available online) written by Chris Pine
* [StackOverflow](http://stackoverflow.com/questions/tagged/ruby)
* [RubyMonk](https://rubymonk.com/)
* [Learn Ruby The Hard Way](http://learnrubythehardway.org/book/)
* [Codecademy.org's Ruby Course](https://www.codecademy.com/learn/ruby)
22 changes: 11 additions & 11 deletions docs/RESOURCES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## Recommended Learning Resources
## Recommended Resources

Exercism provides exercises and feedback but can be difficult to jump into for those learning Ruby for the first time. These resources can help you get started:
### Environment
* [Ruby](https://www.ruby-lang.org/)
* [Ruby Gems](https://rubygems.org/)
* [Bundler](http://bundler.io/)
* [RVM](https://rvm.io/)
* [rbenv](https://github.com/rbenv/rbenv)

* [Ruby in Twenty Minutes](https://www.ruby-lang.org/en/documentation/quickstart/)
* [Ruby Documentation](http://ruby-doc.org/)
* [RubyLearning.com](http://rubylearning.com/) - Ruby Tutorial and Study Notes
* [RubyLearning.org](http://rubylearning.org/classes/) - Professionally Taught and Moderated Classes
* [Learn to Program](http://pine.fm/LearnToProgram/) - A book (available online) written by Chris Pine
* [StackOverflow](http://stackoverflow.com/questions/tagged/ruby)
* [RubyMonk](https://rubymonk.com/)
* [Learn Ruby The Hard Way](http://learnrubythehardway.org/book/)
* [Codecademy.org's Ruby Course](https://www.codecademy.com/learn/ruby)
### Docs
* [Ruby Doc](http://ruby-doc.org/)
* [API Dock](http://apidock.com/)
* [Minitest](http://docs.seattlerb.org/minitest/)