✨
Public Notes
  • Personal running notes using Forem
  • Setting up a local test env without docker
  • Setting gitbook to use "main" branch by default
  • User Moderation
    • User Moderation is really just scoring
  • Flaky Specs
    • GithubReadmeTag
    • JS Testing
    • Setup not completed
    • userData is sometimes not loaded
    • Tracking down spec failures
    • Flaky Specs #1
  • Travis CI Segfaults
  • Bookmarks
  • User Setup in development
  • Testing in Docker locally
    • Reapproach quay containers
    • Webdriver and chrome headless
      • Using Selenium standalone
      • Chrome in docker
    • Setting up a local test env with docker
    • Traditional CI container setup
  • Peer Review
  • Rails runaway process in initialize!
    • Don't fix it
    • fix it?
  • Zeitwerk
  • Parallelize Cypress
  • Reading List
  • Sidekiq Memory Use
  • Buildkite configuration
  • Dumping heap
  • Tricking KnapsackPro
  • Debugging Ruby
  • Docker development revisited
  • gitpod development test
  • Embedding HTML in Markdown
Powered by GitBook
On this page

Was this helpful?

User Setup in development

PreviousBookmarksNextTesting in Docker locally

Last updated 4 years ago

Was this helpful?

If you want to use email registration for local testing (because you didn't setup api integrations with github, twitter, or facebook), you can do this. If you also don't have sendgrid api configured, you'll need to do a little trickery to get the registration confirmation (as though you had gotten the email).

You'll need to enable this in the configuration:

Fill in the registration with any email and pick a password.

look in log/development.log toward the end for the confirmation email - if you're looking at a large file jump to the end and search backward, one good key to search for is "Confirm my account" or "ahoy/messages/"

Grab the link (should include ahoy/messages/.../click?signature= in it) and open in your browser, then login with password and accept the code of conduct and terms of service and get to work.

Email address enabled