-
https://github.com/ueberauth/guardian
-
Is it worth us considering implementing Gettext into this project? It will serve as an example for the community in addition to allowing folks to provide translations if they so choose.
Thoughts @t…
-
Hey!
Wanted to discuss possibility of the Nerves lesson.
The main difference between this and other lessons would be need for some physical hardware: card reader, SD card and Raspberry PI.
O…
-
We have a wonderful team of translators, we should setup the application to allow translation of the few pages. This will further serve as an example for folks coming to Elixir/Phoenix on how to leve…
-
We have a super short section on this right now https://elixirschool.com/en/lessons/basics/functions/#pattern-matching
and we expand on it here https://elixirschool.com/en/lessons/basics/functions/…
-
Codeschool just have released this course https://www.codeschool.com/courses/try-elixir
-
For the time being this can be deployed to Heroku. I'll setup the DNS once we get that ready.
- [x] Heroku setup
- [x] Phoenix / Elixir buildpack
- [x] Phoenix configuration
https://hexdocs.p…
-
[`interlang`](https://github.com/elixirschool/elixirschool/blob/master/_data/interlang.yml) is a file containing translated language names that are used as [`title` for language links in the sidebar](…
-
After reading http://elixirschool.com/lessons/basics/modules/#import and http://elixirschool.com/lessons/basics/modules/#require, I don't really understand _why_ I would choose one over the other.
-
Running this with Elixir 1.8 I get the following error:
```
== Compilation error in file lib/ueberauth_example_web/views/auth_view.ex ==
** (BadMapError) expected a map, got: {:safe, ""}
(eex)…