Yes ActiveRecord does use SQL. Try running this from the command line:
tail -f log/development.log
Then browse around your app and watch the SQL fly.
Aaron
On Dec 21, 6:06 pm, Aryk Grosz
<rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>
wrote:> Im a little confused on this. Does ActiveRecord use the select * and
> select count(*) for the find() and count() calls. I was told that
> ActiveRecord doesn''t use sql by some people. -Aryk
>
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---