practical-tutorials/project-based-learning

Elixir chat tutorial is outdated

Open

#93 opened on Jul 7, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees) (265,716 stars) (34,561 forks)batch import
enhancementgood first issuehelp wanted

Description

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

Contributor guide

Elixir chat tutorial is outdated · practical-tutorials/project-based-learning#93 | Good First Issue