A useful introduction to Ruby on Rails and basic framework concepts
Tuesday, December 5th, 2006I’m not going to comment on relative pros or cons of Ruby and Rails, because I’ve never used it - I’ll leave that for others to debate. My experience so far of building data-driven websites is based on a degree of self-taught PHP/MySQL knowledge. My understanding of OOP is limited and I’ve never used a “framework.”
That said, I’ve found this article: Ruby on Rails for the Rest of Us quite enlightening. It offers a well written, unbiased intro to what Ruby and Rails are, their history and some good explanations of what certain concepts like framework, model-view-controller and scaffolding actually mean. It also discusses advantages of using these methods.
Now, I’m no hardcore programmer but I think I’m a pretty intelligent chap. I’ve built some complex projects (in my opinion) in Director, Flash, PHP etc. If I struggle to find a credible, concise introduction to a subject that I can understand without downloading the Matrix into my brain, then something is seriously lacking. Which makes this particular article very welcome.