Paul Smith

Results 95 issues of Paul Smith

Makes it easy to see what options are available ``` lucky config # => Show list of all modules that can be configured lucky config LuckyWeb::Server # => List all...

feature request

Right now the config values and methods are inherited, but are not editable with `temp_config` (and probably `configure` but I haven't tested that)

Still need to do this in ApiAction too

SignUp and SignIn are very similar and it takes a moment to figure out what they are doing, especially for non-native English speakers. We should use a different term for...

clarify api

This will validate that email is in the correct format, lowercase emails, remove whitespace, etc. Relies on https://github.com/luckyframework/lucky_record/issues/274

If a client forgets to set a content type, we should set a default for them so that Lucky knows what kind of params to expect. I think we can...

That way it is clear when you have a version mismatch. Should raise if using incorrect version We'd probably want some kind of `check_crystal_version` around here: https://github.com/luckyframework/lucky_cli/blob/e013182b48a74ac6b609a2daed7ac0156efdaaec/src/lucky.cr#L26 That checks for...

Make it only run with an ENV var present and make it run in a separate CI check so it can be optional. But at least then it’s red and...

clarify api

`lucky db.create,db.migrate,db.create_required_seeds` And/or with a lucky_cli.yaml file for defining aliases? ```yaml aliases: db.setup: - db.create - db.migrate - db.create_required_seeds ```

Hacktoberfest

Some people skip the script/setup and then their system is not working. We should add something to script/system_check that before anything else checks that `script/setup` has been run. This will...