-
Notifications
You must be signed in to change notification settings - Fork 0
Ruby resources
MarkBennett edited this page Jan 12, 2012
·
13 revisions
This gets it own page.
Every month we go over a basic Ruby skill at the meetup.
- Learning to Program - if you're new to programming this is where to get started. You'll be programming Ruby in no time.
- The Well Grounded Rubyists - this is the book to read if you've programmed a little Ruby, but want to take your understanding to the next level.
- Ruby Best Practices - get detailed advice on many common activities you'll do everyday in ruby
- railsapi.com - Provides an instant search to the rdoc for ruby (1.8 and 1.9), rails (2.3.7 and 3) as well many other popular gems.
- rubydoc.info - handy doc on lots of third-party ruby gems
- railswizard.org - a quickstart wizard for your Rails apps
- ruby-toolbox.com - know your options
- rails-bestpractices.com - discuss patterns to improve your Rails apps
- rubyflow.com - aggregating the latest ruby content and blogs
- railsbridge.org - an inclusive and friendly ruby-on-rails community
- Offical Rails 3 screencasts - Released in tandem with Rails 3, these screencasts cover the basics
- railscasts.com - learn rails the easy way, by watching an expert in these handy (and free) screencasts
- railstutorial.org - these screencasts are 15 hours peering over the shoulder of a professional Ruby developer
- Ruby on Rails screencast gallery - a gallery of Ruby and Rails screencasts maintained by the Rails project
This gets a page of it's own.