Retrieving random row from a table in ActiveRecord
by Syed Aslam · 1 min read
There are multiple ways to retrive a random row from a table. The fastest way requires no custom SQL.Let's see how to retrieve a random row from a table using ActiveRecord.