Getting started with Ruby on Rails…

We use Ruby on Rails in the development of Tractis, a web service that allows you to negotiate, manage and sign contracts online. The following list includes very useful resources to learn RoR. Check them out!!

(Pssst, you can also see what we’re reading now…)

Resources in English

Introduction

Ruby is an object-oriented, meta-programming language that has many developers wondering if there are actually better alternatives to languages like Java and C#. Rails is a Ruby framework enjoying tremendous success.

First of all: Why should you consider a weird language like Ruby on Rails? Read Beating the averages & The Python Paradox by Paul Graham.

If your are just getting started, we recommend the book “Agile Web Development with Rails” by Chad Fowler.

Tutorials

  • Top 12 Ruby on Rails Tutorials – 2006.05.11 – Digital Media Minute.
  • Ajax on Rails – C. Hibbs – 2005.09.06 – O’Reilly ONLamp: XMLHttpRequest and Ruby on Rails are two hot topics in web development. As you ought to expect by now, they work really well together. Curt Hibbs explains the minimal Ajax you need to know and the minimal Ruby you need to write to Ajax-ify your Rails applications.
  • Fast-Track!
  • Four Days on Rails is designed to fill that gap. It’s about 40 pages formatted for double-sided printing on A4 describing the key issues that you need to know to get up and running in Rails development. By the time you’ve read it, you should have a useful toolbox of Rails techniques and a good idea of where to look on the web for more information. See pdf (english|spanish)
  • Using Ruby on Rails for Web Development on OS X – Apple Developer Connection.

Rolling with Ruby on Rails Tutorials:

  • Part I- C. Hibbs – 2005.01.20 – O’Reilly ONLamp: The Ruby community is abuzz about Rails, a web application framework that makes database-backed apps dead simple. What’s the fuss? Is it worth the hype? Curt Hibbs shows off Rails, building a simple application that even non-Rubyists can follow.
  • Part II – C. Hibbs – 2005.03.03 – O’Reilly ONLamp: Curt Hibbs introduced Ruby on Rails by building a simple but functional web application in just a few minutes. Does the ease of use continue? He thinks so. In the second of two parts, Curt completes his example Rails application in merely 47 lines of code.
  • Amy’s Part III

Setting Up RoR

RoR API

RoR Web Services

RoR Performance

RoR and databases

RoR IDEs

RoR Blogs

RoR Forums

RoR Mailing lists

RoR Plugins

RoR Mistakes

RoR Alternatives

Just Ruby (without Rails)

RoR Books

Published:

Comming Soon:

RoR CheatSheets

Ruby: NEW

Ruby on Rails: NEW

Miscellanea

Recursos en Castellano

Introducción

Tutoriales de RoR

Blogs de RoR

Foros de RoR

Listas de correo RoR

Libros RoR

  • Programando en Ruby: versión en español de “Programming Ruby” de Pragmatic Programmers NEW

Share: Digg thisAdd to del.icio.usMeneame

Do you have more interesting links? Tell us!

Back to the “Getting Started...” Index

Por David Blanco
Guardado en: | 7 comentarios » | 3 de Julio de 2006







7 Comentarios en “Getting started with Ruby on Rails…”

[...] Quiero aprender Ruby on Rails… [...]

[...] Getting started with Ruby on Rails… Página índice con todos los enlaces relevantes para iniciarse con Ruby on Rails… (tags: Programación Ruby Tutoriales) Posted by diegolo Filed in Weblog [...]

Gravatar de emili

emili
22 de Septiembre de 2006 a las 5:40 pm    

Se ha creado un nuevo foro para programadores de Ruby on Rails, totalmente de castellano.
La URL es http://www.couldix.com/rubyonrails/foro

Un saludo

Gravatar de David Blanco

David Blanco
22 de Septiembre de 2006 a las 5:50 pm    

Gracias emili, ya lo he añadido a la lista. ¡Suerte con la iniciativa!

Gravatar de Armando

Armando
13 de Septiembre de 2008 a las 4:56 pm    

¿Alguna sugerencia por dónde empezar (además del libro “Agile Web Development with Rails”)?

La recopilación es magnífica y ya sería todo perfecto si compartieras con nosotros una guía de lecturas/tutoriales que nos recomiendes hacer y su orden :)

Muchas gracias!

Gravatar de David Blanco

David Blanco
16 de Septiembre de 2008 a las 10:52 am    

Hola Armando,

No hay muchas otras puertas de entrada mejores que Agile Web Development with Rails. Probablemente es “la” opción. Está escrito por el creador de RoR y es la mejor manera de empaparse del código y la filosofía.

Respecto a los tutoriales, te recomendamos utilizar esta lista de tutoriales y abordarlos en el mismo orden que aparecen.

Un saludo,

David

Gravatar de Armando

Armando
20 de Septiembre de 2008 a las 11:12 am    

Muchas gracias David!

Seguiré tus consejos! :)

Un saludo!