Skip to content

Instantly share code, notes, and snippets.

@jamesdabbs
Created May 15, 2015 13:26
Show Gist options
  • Save jamesdabbs/d8063f15dd974647a3d2 to your computer and use it in GitHub Desktop.
Save jamesdabbs/d8063f15dd974647a3d2 to your computer and use it in GitHub Desktop.
Rails crash course - Resources

Nitrous

Your development environment will continue to be available at lite.nitrous.io. Remember: you'll need to cd your_existing_project_name before running rails commands like rails server.

You're free to have multiple Rails apps on this; run rails new new_project_name from the home directory (you can get there by typing cd ~) if you want to start a new one.

Rails on Your Machine

RailsBridge has a great collection of step-by-step resources for installing Rails on various environments.

Books

  • Chris Pine's Learn to Program is a great intro to Ruby for people with no previous programming experience
  • Russ Olsen's Eloquent Ruby might be better if you've dabbled before
  • Michael Hartl's Rails Tutorial is a wonderful in-depth guide to Rails that will walk you through building a Rails app in much more detail

Articles

Projects

Community

  • Check out local Ruby meetups. Learn Ruby in DC is particularly aimed at helping new Rubyists get started, but any of them should be welcoming to beginners (though the topics may not resonate just yet).
  • Join the DC Tech Slack team and hop in the Ruby room. Also join the Ruby Newbies Slack team.

If anyone finds other resources that they enjoyed or found helpful, please share them! I'd be happy to update this list.

And as always, feel free to reach out to me if you have any questions.

Best, James

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment