技術メモ

プログラミングとか電子工作とか

Phoenix入門

f:id:ysmn_deus:20190219130922p:plain

Phoenixの公式ドキュメントをさわった記録をまとめてます。
Elixir同様に、間違ってるよ!とかもう少し突っ込んで解説して!とかあればコメント頂けると嬉しいです。

phoenixframework.org

GUIDES

  1. Introduction(Overview)
  2. Up and Running
  3. Adding Pages
  4. Routing 1, 2(続き), 3(続き)
  5. Plug
  6. Endpoint
  7. Controllers 1, 2(続き), 3(続き)
  8. Views 1, 2(続き)
  9. Templates
  10. Channels その1, 2(続き)
  11. Presence
  12. Ecto その1, 2(続き)
  13. Contexts その1, 2(続き), 3(続き), 4(続き), 5(続き)
  14. Mix Tasks 1, 2(続き)
  15. Custom Errors

TESTING

  1. Introduction to Testing
  2. Testing Schemas
  3. Testing Controllers
  4. Testing Channels

DEPLOYMENT

  1. Introduction to Deployment
  2. Deploying on Heroku

番外

  1. Plug
  2. LiveView その1