amethyst-framework / amethyst

Amethyst is a Rails inspired web-framework for Crystal language
https://github.com/amethyst-framework
MIT License
648 stars 46 forks source link

Use HTML::Builder for creating view helpers #41

Closed davydovanton closed 8 years ago

bararchy commented 8 years ago

Nice one @davydovanton Thanks.

davydovanton commented 8 years ago

Also I updated HTML::Builder class (https://github.com/manastech/crystal/pull/1031) and in the next version of crystal I will update ViewHelper too :smiley:

bararchy commented 8 years ago

@davydovanton If you want to test and update using Crystal\HEAD, we have a branch just for that :) https://github.com/Codcore/amethyst/tree/crystal-head

davydovanton commented 8 years ago

@bararchy cool, i will check this later, thanks!

Codcore commented 8 years ago

Good work!

davydovanton commented 8 years ago

@Codcore thanks! :tada: