prepared statements in rails/activerecord

activerecord, prepared-statement, ruby-on-rails

Solution

Since Rails 3.1 prepared statements in active_record are in place. See this presentation http://www.youtube.com/watch?v=kWOAHIpmLAI by Aaron Patterson.

Problem

does rails activerecord have any support for prepared statements? best I can tell -no.

Original source