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

Weber does not compile correctly against Elixir 1.0+ #209

Open stikmanw opened 9 years ago

stikmanw commented 9 years ago

There are 2 dependencies that seem to be broket jsex - project was renamed plug - 0.5.0/0.6.0 use nil? which was changed to is_nil in Elixir 1.0

After updating these 2 deps I was able to do mix deps.get, compile without issues, however it does look like most of the tests are broken.

I have submitted a pull request for above changes.