project-based-learning icon indicating copy to clipboard operation
project-based-learning copied to clipboard

Elixir chat tutorial is outdated

Open biko-the-bird opened this issue 6 years ago • 3 comments

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.create vs. mix phx.create.

Also it's missing some steps. For one this they never do mix ecto.create without 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

biko-the-bird avatar Jul 07 '18 21:07 biko-the-bird

Okay will figure out a label. Thanks for the heads up!

tuvtran avatar Jul 09 '18 19:07 tuvtran

Found a better tutorial (screencast format).

https://elixircasts.io/chat-room-in-8-minutes

Shall I make a pull request?

adamfaliq42 avatar Jul 12 '18 12:07 adamfaliq42