railsdevs.com

Database seeds for local development

The goal of the database seeds is to make local development easier. They help create an environment that is representative, but not a replica, of production.

Users

The password for all accounts is password.

Developers

The “named” developers cover most states of each field on the profile. There are also 20 developers that are randomized to encourage testing of pagination.

Businesses

Admins

There is one admin account that is not associated with a developer nor a business.

admin@example.com

Other seeds

There are also seeds for conversations, messages, invoice requests, celebration package requests, and specialties. View these in /db/seeds/.