Blogs I Visit: [RGV][Makrand][Amir][Chaitu][BigB][Vishal][ChetanBhagath]

Saturday, March 7, 2009

I am Rolling with Ruby on Rails :-) - Intro !!!

==============================================================
Recently i have signed up for a New Project which contains Ruby and J2EE Applications..! Long back i heard about that Ruby is a Open Source Programming Language. But I didn't get a chance to look into it. From past one week I was going through it. I am feeling its very comfort to grasp it, interest to learn and easy to design a Web Applications.

I would like to share few things about it which i know as of now...

I can define Ruby as simple as its an object oriented scripting language and open source though lot of definitions we can found on web.


Frameworks Developed for Ruby: Rails, Merb, Camping, Ramaze, Vintage, Halcyon, Nitro/Og, Wuby ...etc

Most Popular Framework for Ruby in the World: Ruby on Rails - Which is the one I am also using as well :-)

Ruby on Rails: widely used framework for Ruby web designers. Which in built contains WebRick Web Server, Apace WebServer and My Sql database . - These are also Open Source.
Everything is an Object form no Datatypes in Code.... that to very Less code which we write.. Lazy Programmers like enjoy much.

some features i come accrossed are follows:-


  • MVC framework supports

  • Convenient exception processing

  • Dynamic loading

  • Variable declarations are unnecessary

  • Variables are not typed

  • Syntax is simple and consistent

  • Memory management is automatic

  • Everything is an object

  • Classes, methods, inheritance, etc

  • Threading support ... More n More....


Next POST about Ruby will be Sample progs and Database connectivity..
==============================================================

No comments:

Post a Comment