Sep 8 2011
Trying to learn Ruby and rails
Its been a short while i have taken up learning ruby on rails as part of my work in the company. Its always been a item on my to-do list, Learn a web development framework and procrastination helped me drag along not doing it till this time.
However having basically programmed with traditional languages like C and a insanely easy development framework for iphone using Objective-C, i must tell you my initial reaction of learning ruby on rails.
It looks like ruby was developed to mock the other programming languages. Though its very easy to read, it will take time for one to master it. These first few days where i have been learning ruby as a pre-requisite for rails, i felt the real power can be extracted when you know the language framework in and out. It provides you a very high level of abstraction and the code looks like you have written an essay in english (easy to read).
Sample this:
3.times print "Ruby" I was like where is the loop. There are many other wow moments while learning it.
Rails is a beautiful framework which has totally abstracted the db from the developer. All one needs is to use the interface provided by it to do all the DB operations. The well structured directory structure and the well defined naming conventions make take a bit of time to sink into my system, but the simplicity makes me admire the framework. It follows a pure MVC architecture and configurations play a important role in it.
This is just a small write up on my initial reaction after few days of taking up the RoR framework. Hope to write more as i learn and dig deep into it.









Recent Comments