I use rails console a lot for poking around at models. Exploratory style. A LOT.
I always have seeded data, and typing User.find_by(slug: 'administrator') or User.friendly.find('administrator') gets really annoying.
This shit gets ridiculous in a REPL environment: