If you prefer to setup your environment with Ruby and Rails please continue on with the below:
To get started please make sure you have your environment set up: http://installrails.com/
To jump into a Ruby on Rails Tutorial: http://railsinstallfest.org/guides/installfest41/getting_started/
If you would like to try other resources, please see the list below :)
- https://www.codeschool.com/courses/try-ruby - this does not need an installation, you learn interactively in the browser
- https://www.ruby-lang.org/en/documentation/quickstart/ - quick into Ruby
- https://pine.fm/LearnToProgram/chap_00.html - tutorial for beginners on Ruby
- http://tutorials.jumpstartlab.com/projects/ruby_in_100_minutes.html - tutorial for people starting in Ruby
- http://www.codecademy.com/tracks/ruby - another interactive guide in the browser
- https://rubymonk.com/ - contains a list of topics in Ruby
- https://github.com/WomenWhoCode/FoodFinder_ruby - learn about Ruby via this interactive app
- http://code.tutsplus.com/tutorials/the-intro-to-rails-screencast-i-wish-i-had--net-22191 - guided video on RoR
- http://railscasts.com/episodes/310-getting-started-with-rails - guided video tutorial
- http://www.codecademy.com/en/learn/make-a-rails-app/topics/ruby/exercises/ruby-welcome
- http://railsinstallfest.org/guides/installfest41/getting_started/ - this guide has a few tracks
- https://github.com/WomenWhoCode/TicTacToeDocumentation/blob/master/TicTacToeDeck.md - Learn Rails through the tic tac toe game
- http://railsinstallfest.org/guides/installfest41/getting_started/ - skip ahead to “Finishing a basic blog” in the series to continue to the next few levels (links on the left-hand navigation).
- TDD - http://lbain.github.io/rails-girls-next/tdd/
- Sinatra - http://tjmcewan.github.io/coffeecalc/docs/tutorial.ruby.html
- Ruby - http://lbain.github.io/rails-girls-next/ruby/
- Rails Girls - http://guides.railsgirls.com/app/. Beginner and other skill levels.
- Codebar - http://tutorials.codebar.io/. Beginner and other skill levels.