Skip to content

Instantly share code, notes, and snippets.

@tosik
Created February 17, 2013 06:02
Show Gist options
  • Select an option

  • Save tosik/4970388 to your computer and use it in GitHub Desktop.

Select an option

Save tosik/4970388 to your computer and use it in GitHub Desktop.
User.order('rand()').first
  User Load (2.5ms)  SELECT `users`.* FROM `users` ORDER BY rand() LIMIT 1
User.select(:id).order('rand()').first.reload
  User Load (0.3ms)  SELECT id FROM `users` ORDER BY rand() LIMIT 1
  User Load (0.1ms)  SELECT `users`.* FROM `users` WHERE `users`.`id` = 20 LIMIT 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment