Newbie Qs. Why use Ruby? Why use Rails?

Yes, These are Newbie Qs.
Why use Ruby?
Why use Rails?

Why use Ruby?
Why use Rails?

These are quite convincing answers to the latter question:
http://rubyonrails.com/screencasts

Chris

Here is a presentation I did on this subject…

On 4/25/07, Chris L. [email protected] wrote:


Posted via http://www.ruby-forum.com/.


Nathaniel Steven Henry Brown

Toll Free: 1-877-446-4647
Vancouver: 604-724-6624

Foremost I use both because they work well and get the job done with
less effort than the alternatives I have used.
The buzz suggests that I am not alone in that opinion so there is a
broader base of experience also making that choice.

I personally like Ruby a lot (being an old Smalltalk guy). And Rails
is very well designed from what I have seen so far. There is a
learning curve as with any tool. Both ruby and rails have a definite
view of the world that is not exactly the same as anything else.
Unlike many frameworks in Rails SQL != BAD. Rails provides a thin
layer above SQL to make common operations easy, but makes no attempt
to hide from SQL. The duck typing of Ruby makes all this much easier
to work with than a system like Java where all the details must be
worked out in advance and the slightest deviation makes two objects
incompatible with each other.

Michael