summaryrefslogtreecommitdiffstats
path: root/src/ext (follow)
AgeCommit message (Collapse)Author
2025-01-29Update Kemal to 1.6.0 and remove Kiltsyeopite
Kilt is unmaintained and the ECR templating logic has been natively integrated into Kemal with the issues previously seen having been resolved. This commit is mostly a precursor to support the next Kemal release which will add the ability to create error handlers for raised exceptions. See https://github.com/kemalcr/kemal/pull/688
2022-08-15StaticFileHandler: use HTTP::Status rather than integersSamantaz Fox
2022-08-15StaticFileHandler: Adapt for Crystal 1.6Samantaz Fox
See: - https://github.com/crystal-lang/crystal/pull/12310 - https://github.com/kemalcr/kemal/pull/644
2022-04-16Also move the other Kemal class override to src/ext/Samantaz Fox
2022-04-16Keep using kilt for renderingSamantaz Fox
Directly using Crystal's ECR seems to be causing issues, so don't use kemal's 'render' macro and patch 'content_for' to have the same behavior as before Kemal v1.1.1