Hi All,

I feel fun learning ruby programming. It do follows the Object Oriented programming style. I started learning Ruby between my free times. Ruby is really fun to learn and it differs from common programming language. Of course, everyone could feel the same programming logic in any languages. With all the programming languages i had learned, I came across default for—loop programming concepts. Here in ruby it is handled differently. You could feel like reading an English book while programming in Ruby language. I have not yet gone deep in to ruby learning, i came across one kind of looping concept in Ruby and i wish to share it here
10.times do print "Ruby Tutorial\t" end

Here the word “Ruby Tutorial” will be printed 10 times followed with tab spaces between each print.  I will share here further on Ruby programming as and when i have time to update here.

Comments are welcomed…!


Hi All,

I had an interest to learn open source technol0gy for a long term. For a long while, I never turn my interest in to action. In fact i bought a personal laptop to learn many technologies. But my laptop was not used for learning new technologies since it was bought. Recently I had a chance to get good tutor in PHP. He taught me the basics on PHP programming and i am working on with that base and started working on a website with PHP. Also ravi(he used to blog about Ruby & Rails. You can follow him on http://raveendran.wordpress.com) my close friend was working with Ruby on Rails with Selenium and Watir gem. He is the guy who gave me some knowledge about Ruby and its efficiency. With that interest, I tried installing Ruby and Rails on my laptop and it leads to error a couple of times. Today Ravi helped me with installation of Ruby and Rails. I could able to work on it. I started learning Ruby. Already i am working with Java technologies. As every language bind with object oriented programming, I hope i won’t find difficulty in learning it. When i find time, I do wish to write blog with my learning experience. I am not a professional blogger, but i hope my writing could be understandable to the one who reads it. Sorry folks, if u find difficulty with my writings. You can mail me for further clarification. I will clarify if i had an idea of it.

Comments are welcomed.


Mantras of RoR

08Jan10

Mantras of Ruby on Rails is DRY. Dry is nothing but short form of Don’t Repeat Yourself. With my learning exposure on it, Ruby is a programming language with Object Oriented programming base. Rails is a platform written with Ruby language. Also when you come across installing gems, many supporting gems are installed.  I hope RoR is like a open box cafeteria and anyone can pick up anything for their needs. A good motive and also a time consuming process. RoR supports both application level and web based programming. With deep reading of the technology, I will blog about things deeper. Unlike other web based programming language, RoR is purely following MVC(Model View Controller) Architecture. An overview of MVC architecture could help for the readers. When a browser request a page to the server, it will be send to the Controller. It sends the request(data) to the Model which interacts with the database and reverts back to the Controller with processed data. Controller sends back the processed data to the View and it will be displayed in the browser.  Wow! a good architecture really.

Comments are welcomed !




Follow

Get every new post delivered to your Inbox.