In a Rails migration is there a way to see what the generated SQL would be without running the migration? (A bit like we can do with Arel now by writing Model.where(:id => 5).to_sql )
William -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

