Skip to content

Instantly share code, notes, and snippets.

View alchexmist's full-sized avatar
💭
🦀 I'm working on a dream 🦀

Alberto Seoane alchexmist

💭
🦀 I'm working on a dream 🦀
  • Somewhere
View GitHub Profile
@alchexmist
alchexmist / exdoc-kshortcut
Created April 22, 2019 17:09
ExDoc 0.20.x: Keyboard shortcuts
Press n to switch between light and dark mode.
Press s to focus the search bar.
Press c to expand or collapse the sidebar.
Press ? to see all available shortcuts.
@alchexmist
alchexmist / upgrade.md
Created January 2, 2018 16:33 — forked from chrismccord/upgrade.md
Phoenix 1.2.x to 1.3.0 Upgrade Instructions

If you want a run-down of the 1.3 changes and the design decisions behidn those changes, check out the LonestarElixir Phoenix 1.3 keynote: https://www.youtube.com/watch?v=tMO28ar0lW8

To use the new phx.new project generator, you can install the archive with the following command:

$ mix archive.install https://github.com/phoenixframework/archives/raw/master/phx_new.ez

Bump your phoenix dep

Phoenix v1.3.0 is a backwards compatible release with v1.2.x. To upgrade your existing 1.2.x project, simply bump your phoenix dependency in mix.exs: