0 To Ruby In 30 Days22 Jun 2010 |
|
|---|---|
|
In an effort to become competent with the Ruby on Rails framework, I’ve decided to write up 1 tutorial per day for the next 30 days. Coming from a background in PHP, I will also try to add commentary on similarities/diffe:rences between the two languages. While not all of the topics I intend to cover are relevant to the Rails framework, and web development in general, the experience gained from learning them will hopefully be beneficial by increasing familiarity with the language and its paradigms. I hope that these tutorials become useful to anyone else who is wanting to learn Ruby/Ruby on Rails. The topics I will cover are: Array Enumerable IO
Thread
Marshall Logger Observable Queue Singleton Zlib Test URI Yaml ERB Rails
(Some topics, such as Array and Enumerable, may be combined into a single tutorial as they are quite similar.) These tutorials are designed for someone with reasonable programming experience. If you’ve been using a language such as PHP for web development, but you feel like something is missing, then this is for you. Before starting the tutorials here, I strongly suggest you sit down in a comfortable chair, make a nice drink, and read through . It is unlike any programming guide you have ever read, and probably will ever read. |
|