elixir-web / weber

[WiP] Web framework for Elixir inspired by Rails [#WeberMVC at freenode]
http://elixir-web.github.io/weber/
MIT License
371 stars 33 forks source link

Fix http params #187

Closed sriedel closed 10 years ago

sriedel commented 10 years ago

Current Plug versions using elixir 0.13.x changed Plug.Conn.assigns to return a map instead of a Keyword list.

This Branch is based off of my fix_tests pull request so that unit tests can run with elixir 0.13.x.

0xAX commented 10 years ago

Thanks @sriedel for PRs, merged it