luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.59k stars 156 forks source link

Removing route and nested_route #1597

Closed jwoertink closed 2 years ago

jwoertink commented 2 years ago

Purpose

Fixes #1565

Description

The route and nested_route macros were nice, but a bit too magical in most cases. It's preferred to just write out your route manually.

If you still need this functionality, you can check out https://github.com/matthewmcgarvey/lucky_legacy_routing

Checklist