Skip to content

Instantly share code, notes, and snippets.

@coalwater
Last active August 29, 2015 14:20
Show Gist options
  • Save coalwater/d1255c8b264c9b1974d8 to your computer and use it in GitHub Desktop.
Save coalwater/d1255c8b264c9b1974d8 to your computer and use it in GitHub Desktop.
rails console tips
bin/rails c --sandbox
User.destroy_all
exit
User.where(login_count: 0)
users = _
User.find(1)
_.name
@user = User.first
helper.link_to(@user)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment