Run local:
mix deps.get
mix test
Tasks:
- List composition:
mix test test/elixir_test_test.exs
File with code:lib/elixir_test.ex
- File:
lib/elixir_test.ex
- Api wrapper:
mix test test/git_hub_test.exs
File with code:lib/git_hub.ex
- It's so hard question, because Elixir it's a functional language, and i come from OOP (ruby). For me it's not like
problems
it's another think, i change my mind for write functional code. What is better in Ruby on Rails? For me, it's Active Record, Ecto is good too, but elixir focuses on another cases, not just on REST API part. Rails it's just so greate REST API framework, this why AR great gem.
github: https://github.com/OpakAlex
Elixir OSS: