Re: Why is find not recommended?

2022-11-08 Thread Jeremy Evans
On Tue, Nov 8, 2022 at 7:02 AM Tomás Miguez wrote: > Hello, > I was reading the documentation for the find method of model ( > https://www.rubydoc.info/github/jeremyevans/sequel/Sequel%2FModel%2FClassMethods:find) > and noticed that it recommends using other approaches: "You are encouraged > to u

Why is find not recommended?

2022-11-08 Thread Tomás Miguez
Hello, I was reading the documentation for the find method of model (https://www.rubydoc.info/github/jeremyevans/sequel/Sequel%2FModel%2FClassMethods:find) and noticed that it recommends using other approaches: "You are encouraged to use Model.[] or Model.first instead of this method." Why migh