ElixirMix Podcast 059 - Using Rust to Scale Elixir for 11 Million Concurrent Users with Matt Nowack open_hours released, version 0.1.0

ecto_autoslug_field@2.0 released

This library allows you to automatically create slugs from other fields in ecto schemas. For example, you can generate URL slugs for articles from their title and date fields.

Check it out! https://github.com/sobolevn/ecto_autoslug_field

In a new version we officially bring elixir@1.9 and ecto@3.1 compatibility. However, I didn’t change a single line of production code. <3

I also wrote an article about this library, you may also find it interesting: https://sobolevn.me/2017/07/creating-slugs-for-ecto-schemas