On Fri, Apr 13, 2018 at 10:13 PM, nyt1972 <nyt1...@gmail.com> wrote:

> I want to ask Is there any tool to convet ActiveRecord 2.3.5 statement to
> sql?

If it's a one-time or occasional thing, just execute the statement
and grab the query SQL from your logs.

There are also `to_sql()` methods in ActiveRecord::Relation and
ActiveRecord::ConnectionAdapters::DatabaseStatements which
(hint) you could find by searching the docs.

HTH,
-- 
Hassan Schroeder ------------------------ hassan.schroe...@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yCFD5WnBQ1%2BH8ODBiav8q4fq5%3DpuNDWr0u%3D4gs6CoJogA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to