Paul Smith
Paul Smith
I'm also a maintainer of a few projects. It can be very hard. Thanks for the work you've done. I'm glad you're taking some time for yourself. ❤️
These are some awesome tips! Thank you so much!
@jwoertink The only thing missing is the `updated_at` needs a trigger and function to set the timestamp when the row is updated. Also I *think* the UUID is now generated...
Sorry to chime in late! I think `at_least/no_more_than` is more accurate than the incorrect `greater_than`, but may still not be the most clear. What if we changed the name to...
Yeah this does seem tricky, but would be cool to at least validate the view name. Also, does the error message tell you you can use `skip_schema_enforcer`? If not we...
@jwoertink @edwardloveall. Thoughts on what to name this option? Is `condition` good? Maybe `scope_with`, `scope`, or `filter`? ``` has_many public_comments : Comment, filter: CommentQuery.new.public(true) ``` I kind of like `filter`
The main reason for this was use in preloads it can get a little tedious to specify those conditionals every time. It also makes it impossible to preload two different...
Ahh good catch. Yes I think it could run into issues. We should make sure it is always a Proc so that it runs at runtime and not just once...
Thanks for looking into this @matthewmcgarvey!
Thanks @faustinoaq!!