Skip to content
View mjrode's full-sized avatar
Block or Report

Block or report mjrode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. WhatToWatch WhatToWatch Public

    Recommend TV shows based on current Plex library

    JavaScript 46 1

  2. check_the_lines check_the_lines Public

    Sports predictions

    CSS 5

  3. TwitterLists TwitterLists Public

    JavaScript 1

  4. nested_form.md nested_form.md
    1
    # The Complete Guide to Nested Forms in Phoenix
    2
    I recently spent some time dealing with nested forms in Phoenix. Nested forms are great when you want to create multiple database records in a single transaction and associate them with each other. I am new to Phoenix and really struggled to find any resources that helped me with my specific problem.  I decided to document what I learned in the process in hopes of helping others that are new to Elixir and Phoenix. 
    3
    
                  
    4
    Here is my attempt at a one stop shop to learn everything you will need to know about nested forms. If you would like to view the GitHub repo you can check it out [here.](https://github.com/LessEverything/nested_forms)
    5