Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upElixir chat tutorial is outdated #93
Open
Labels
Comments
|
Okay will figure out a label. Thanks for the heads up! |
|
Found a better tutorial (screencast format). https://elixircasts.io/chat-room-in-8-minutes Shall I make a pull request? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The chat tutorial listed for elixir is outdated. It uses a old version of phoenix and could be confusing to new users who would be learning a oudated set of syntax, application structure, commands i.e.
mix phoenix.createvs.mix phx.create.Also it's missing some steps. For one this they never do
mix ecto.createwithout which the postgres database is not initialized so the app doesn't work.I'm suggesting that the tutorial be removed or flagged to indicate it is outdated