Stephen Dolan

Results 47 comments of Stephen Dolan

All of the default Lucky content comes from here, with Ameba running via GitHub Actions on each PR: https://github.com/luckyframework/lucky_cli It doesn't seem to be failing currently, but if you'd like...

@jwoertink I had one thought re: item 2 that you pointed out... It sounds like these param objects are validating the required nature of fields, but could that be the...

Hmm... I think another reason for the params from a model not to care about required/optional fields is because different forms will naturally contain different fields. Even if `User.first_name` is...

Per #1206 , we also may want to remove the "Add a note to the CHANGELOG" requirement in the README contributing section.

The `Proc()` type definitely works and compiles fin! I just had this in my backlog to create at Paul's request in that Gist: > Can you open an issue about...

Yeah, my original submission (thinking it was a bug) mainly stemmed from a lot of confusion about why things I was explicitly passing seemed to be disappearing since other frameworks...

Just ran into an example where this would have been really fantastic to have access to: ```crystal class Filters::Form < BaseComponent needs operation : SaveFilter needs route : Lucky::RouteHelper needs...

@chrisalley , How much of an implementation pain do you think `permit_mass_assignment_of_all_attributes` and its `forbid` pair would be? Handling columns like `created_at` and `updated_at` might get tricky, but we *could*...

Wow, yeah I've read these docs but the fact that you needed one foreign key per possible association will make it pretty much impossible to take an ActionText or ActiveStorage...

If it's in the public API and we don't want people to use it, I think we should remove it from the public API. It still seems like a viable...