How Arel Converts Ruby Queries Into SQL Statements
Pat Shaughnessy shows how Active Record uses the Arel gem to convert the ActiveRecord::Relation object describing your query into a string containing a SQL statement.
http://blog.codeship.com/how-arel-converts-ruby-queries-into-sql-statements/
Post a comment