[Rails] Re: Re: RoR sucks, and heres why...
Thibaut Barrère
thibaut.barrere at gmail.com
Mon Jan 9 09:17:45 GMT 2006
>
> Yes,I do a tail now. What I meant was that rails reduces the efforts
> drastically when it comes to working with SQL, that one never realizes how
> much of DB access one is doing.I actually entirely bypassed learning SQL!
> A book I bought to learn SQL is gathering dust:-)
>
Hi Vivek
the point you raise is valid with pretty much all the ORM you'll be able to
find (including Hibernate/NHibernate on J2EE/.NET, or ActiveRecord for
Rails). These tools helps you in term of productivity and in ease of
development in general, yet you have to be careful as the abstraction can
(not always, but still can) have a cost.
Learning SQL and looking for bottlenecks at the db queries level will prove
useful anyway!
cheers
Thibaut
--
[blog] http://www.dotnetguru2.org/tbarrere
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060109/362d84d8/attachment.html
More information about the Rails
mailing list