#16: Upgrading to Phoenix 1.3
Published June 11, 2017
7m 26s
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:
-
Replace instances of
MyApp.Web
withMyAppWeb
- Move the ‘lib/my_app/web’ directory to ‘lib/my_app_web’
- 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.