Paul Smith

Results 95 issues of Paul Smith

This lib looks nearly perfect fit for running quick commands and inspecting the app. The one thing missing is some kind of "template" option so by default it can do...

The current generator only allows for RESTful actions. Providing something else will throw an error: ``` ❯ lucky gen.action.browser Members::Dashboard Could not infer route for Members::Dashboard Got: Members::Dashboard (missing a...

feature request
hacktoberfest

This will likely be similar to work done in #154. This will build upon that one by adding a far future expires header to static assets See more on far...

Should probably not do this if requesting paths in /public, /js, etc. Also **only in dev/test** ``` GET /guides/getting-started/installing ▸ Sent 404 (414.0µs) ▸ Generate action with: lucky gen.action.from /guides/getting-started/installing...

improve error experience

Similar to #39 https://github.com/luckyframework/lucky/blob/008f8becdd7330ac9b7156da65fbf3462498c482/src/lucky/asset_helpers.cr#L48

improve error experience

https://github.com/luckyframework/lucky/pull/1538/files#r667974690 We want to leave this in for a bit just to make sure the new compile-time uniqueness check doesn't cause any issues. If all is well, then we can...

As described here: https://github.com/luckyframework/lucky/issues/1049#issuecomment-611689438 The idea is that common `needs` can be passed in automatically. Stuff like `context`, `current_user`

feature request

https://gitter.im/luckyframework/Lobby?at=5e635af4afdc1e2033d6540a The error isn’t helpful so we should have a more helpful one saying to use select_input with an attribute

improve error experience

See https://github.com/luckyframework/lucky/issues/437 > It seems this may be an issue in Crystal, but I need more time to track it down. For now, I'm going to remove this special error-handling...

improve error experience