Skip to content

Releases: gutschilla/phoenix-skeleton

Upgrades to Phoenix 1.2 and Memcached-Working

12 Jan 13:36
Compare
Choose a tag to compare

This release contains mostly of dependency upgrades and the required router/controller/templates upgrade for it.

  • Runs on Erlang 18.2 and Elixir 1.1.2 and NodeJs 5.4
  • Includes latest Phoenix 1.2 dependency
  • Now with memcached-backed sessions (and configurable host/port for it)

Finally something usable

09 Sep 11:44
Compare
Choose a tag to compare

This is the first release that should work without too many hand-holding in production. There are currently three production Skeleton-based applications out in the wilderness from which I backport features and configurations to Phoenix-Skeleton.

This release has it all:

  • working releases with exrm
  • external navigation tree
  • working Authentication/Authorization
  • working grunt for both dev and production

Some things are still to be re-integrated (memcached sessions) or a bit quirky (release upgrades) but all in all it works fine in development and production and handles some reasonable traffic.

Authorization and v0.15

28 Jul 21:11
Compare
Choose a tag to compare
Pre-release
  • support for phoenix 0.15
  • basic roles authorizotion in Admin controller

phoenix 0.14

16 Jul 10:19
Compare
Choose a tag to compare
phoenix 0.14 Pre-release
Pre-release

This release add compatibility for phoenix 0.14 and comes with an integration for brunch (included jQuery and Bootstrap)

It's dependencies have also been updated to match newer versions of Plug and plug-memcached-sessions.