Subscribe to access all episodes. View plans →
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:
MyApp.Web
with MyAppWeb
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.
Mohammed Sadiq
7 years agoAwesome. Thanks a lot :)
Benjamin Piouffle
7 years agoShouldn’t we update tests namespace as well like
Teacher.MoveControllerTest
->Teacher.Web.MoveControllerTest
?Thanks for this video !
Alekx
7 years agoGreat eye, yes moving the controller test into a
web
namespace would better match a new Phoenix 1.3 app.