Journal Entry, February 22nd to March 1st 2019

March 1, 2019 · 1 min read

Phoenix Framework

  1. Mon Feb 25

  2. Tue Feb 26

    • Created self-signed certificate via mix phx.gen.cert
    • Added self-signed port to dev config

      • Unlike valet these self-signed certs are a major eyesore.
    • Added force_ssl configuration though I'm unsure if it's working correctly
    • Changed medicine route to a resource. Added show method and initial view.

      • It took way too long to figure out the <%= @medicine.id %> syntax. The key is the @ symbol.
      • This likely gets easier as I move through the guide.
    • Added title from layout view. Will want to make it Supple - Page dynamically as you move about the app

      • This will seem a little tricky but I suspect it's doable.