Ruby is rapidly becoming the preferred programming language for many developers. With that said, let’s look at some of the best tutorials, videos and books to learn Ruby and Rails.
From CodeIgniter to Ruby on Rails: A Conversion
Jul 30th in Ruby by Dan HarperToday, we’ll be creating a simple shoutbox using the CodeIgniter PHP framework. We’ll then port this exact application, piece-by-piece, to Ruby on Rails!
20 Ruby on Rails Tuts to Rule Them All
Jul 23rd in Ruby by Glen StansberryToday, we’ll review twenty incredible Ruby on Rails tutorials that every developer should consider reading. Whether you’re a beginner who prefers video tutorials or an experienced dev, you’ll find an applicable tutorial here!
Getting Started With Restful Authentication in Rails
Jun 24th in Ruby by Noah HendrixIn this article, we will use restful_authentication to add a user system to a simple Rails application. This is great for those first starting out and need step-by-step directions for using this amazing plugin. At the end of the article, visitors will be able to create an account, reset their password, login, logout, and validate email addresses.
Ruby on Rails for Designers
Apr 23rd in Ruby by Alex CoomansRuby on Rails is an open-source web framework that’s optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.
This is the way Ruby on Rails promotes itself – but in my words, it is an incredible framework that can really make your life much easier. You can learn more at their site http://rubyonrails.org
Ruby on Rails from Scratch Week 3
Sep 26th in Ruby by Connor ZwickWelcome to Ruby on Rails From Scratch Week 3! This week, we’ll focus on specific things that you need to know about the framework. For example, we’re going to talk about manipulating the structure of the project in two ways (rendering & redirecting). We’ll also talk about how you add links in rails, and how to comment code. Let’s get started already!
Learn Ruby on Rails from Scratch: Week 2
Sep 8th in Ruby by Connor ZwickWelcome to Ruby on Rails From Scratch Week 2. Hopefully this sequel to week 1 will help to further your education in Rails. This week, we’ll do a little bit more with getting an actual page up and running. We’ll also work on adding more interactivity by embedding ruby in HTML and learning a little about variables. After that, we’ll learn more about Ruby’s beautiful URL structure and how to manipulate it, plus other things as well. This is definitely going to be a packed week!
Learn Ruby on Rails from Scratch: Week 1
Aug 28th in Ruby by Connor ZwickRuby on Rails. . .by now most people have heard the hype about it. It promises more effective code, total object orientation, and true MVC architecture to say the least. As far as my own personal experience, it has been all that and more. The code is beautiful, easy to maintain, and edit. In a recent project I was working on, it took me less than 10 hours to do the application, as compared to at least double that if I was writing in PHP.








