What is the future of Ruby on Rails? MySQL? Compare with Java, MS SQL or Oracle?

Just got into this ROR world, and wondering around! Would like to
hear what others think about ROR.

Thanks.

On Wed, Oct 28, 2009 at 5:51 PM, Suki [email protected] wrote:

Just got into this ROR world, and wondering around! Would like to
hear what others think about ROR.

What is your point? What exactly do you want to compare? You’re
listing things that are barely comparable.
Ruby On Rails cannot be compared with Java, and certainly cannot be
comapred with database engines.


Leonardo M…
There’s no place like ~

That doesn’t help him much, why can’t they be compared. (Ok I know the
answer but he might not)

Ruby on Rails is a framework, Java is a language, the rest are
databases.

On 29 Oct 2009, at 16:30, Jillian G. wrote:

hear what others think about ROR.

What is your point? What exactly do you want to compare? You’re
listing things that are barely comparable.
Ruby On Rails cannot be compared with Java, and certainly cannot be
comapred with database engines.

Best regards

Peter De Berdt

Are you trying to get the list to do your homework, or just start a
flamewar? Neither is recommended.

–Matt J.

On Oct 28, 1:51 pm, Suki [email protected] wrote:

Just got into this ROR world, and wondering around! Would like to
hear what others think about ROR.

Personally? I like it.

-eric

In my opinion de future of RoR is brilliant. It does certain things
much better than other environments. Ruby is extremely powerful and
flexible, which translates into an extremely powerful and flexible
framework: Rails.

Java is a great language and incredibly robust for certain things but
for web development, which is RoR’s target, there is simply no
comparison. For the few languages I know compared to RoR, once you
have used RoR everything else “feels heavy” or unstructured, depending
on the language/environment.

MySQL is piece of cake to use with RoR. I have not used MS SQL with
RoR but I’ve used it with Java. I guess that once you get the right
adapter and everything is set up correctly it will work fine with RoR,
like everything else. The other one I have used with RoR is Oracle and
again, it was a bit of a pain at first finding out the right adapter
and stuff like that but once set it works just fine. That’s one thing
that it is incredibly good about RoR, how easy it is to work with
databases through ActiveRecord.

I hope this helps.

Check out the InfoEther Ruby on Rails Ecosystem White Paper. They
pulled together months of research to give you a detailed view/outlook
on Rails from top to bottom. It was just released so it is very up-to-
date.

I think it’s a must read. Below is the link:

http://www.infoether.com/ruby-and-rails-whitepaper

Dustin