Michael Elfassy

Results 16 comments of Michael Elfassy

I might be too late but i would prefer 1) remove default scopes, ex: `Project.pendings` 2) add a single enum scope `Project.with_enum(status: :pending).where(...)`

I have a similar issue: ``` --internal-urls "(www\.google\.com/a/my_company\.com|my_company\.okta\.com|accounts\.google\.com)" "https://calendar.google.com" ``` treats `https://meet.google.com` as internal. Is this expected?

pry-byebug adds `finish` https://github.com/deivid-rodriguez/pry-byebug#commands

an alternative is to do ``` ruby AllObject.where("row_order < ?", an_object.row_order).count ``` I believe it's faster but I depends on if you have AllObject.all cached or not (if you use...

having the same issue, looks to me like it's related to the `path` being incorrect. Were you able to resolve this? If I add `bundle exec` i get ``` /bin/sh:...

@mikeycgto's [commit](https://github.com/mikeycgto/ranked-model/commit/fb0795b70563f0ae0da96c83fc053b288849afe2) worked for me, lets get that merged! :+1: