This is an old revision of the document!
This is a page that outlines all the commands I need for basic maintenance of and updates to my applications built on Ruby on Rails so I have them all in one easily copy-pastable space.
CREATE USER
$ RAILS_ENV=production rails console
User.create!(email_address: "[email protected]", password: "password", password_confirmation: "password")Edit this page
