Subscribe to access all episodes. View plans →

#16: Upgrading to Phoenix 1.3

Published June 11, 2017

Elixir 1.4

Phoenix 1.3

Source code on GitHub


Update: This episode was published before Phoenix 1.3 was released. The final Phoenix 1.3 release has a few changes. After the steps in the video, you’ll need to:

  1. Replace instances of MyApp.Web with MyAppWeb
  2. Move the ‘lib/my_app/web’ directory to ‘lib/my_app_web’
  3. Move and rename ‘lib/my_app_web/web.ex’ to ‘lib/my_app_web.ex’

Below are Chris McCord’s upgrade instructions that this episode is based on.

https://gist.github.com/chrismccord/71ab10d433c98b714b75c886eff17357

If you notice anything missing, please post in the comments.

© 2024 HEXMONSTER LLC