sugar-framework / sugar

Modular web framework for Elixir
https://sugar-framework.github.io/
MIT License
430 stars 29 forks source link

[WIP] Updated plug. Refactor Router/Controller. #56

Closed slogsdon closed 9 years ago

slogsdon commented 9 years ago

Fixes #54.

First part of a major refactor in order to allow Sugar to track Plug's latest versions easier. Leveraging the Placid way of handling Routers and Handlers (Controllers) so that they are more Plug-oriented and can use plugs in a more idiomatic way.

Remaining bits include ensuring older functionality continues (even if under a different name), including hooks and filters (which both should be good to go with the internal Plug stacks brought over from Placid's implementations).

When complete, this should easily pave the way for the completion of #16, #17, #41, and #55.

Comments welcome and encouraged.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-2.86%) when pulling 7bcbed3ac482224b226cba6c3129bef71e0c03b4 on feature/plug-refactor into 16fc410f0077df4bd1178e58cb306fbaf274894b on master.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.29%) when pulling 4d57f29f79803247ad5f16f97b4d275a88265989 on feature/plug-refactor into 16fc410f0077df4bd1178e58cb306fbaf274894b on master.