Re: Problems using lazy_attributes with class_table_inheritance

2021-10-26 Thread s.brimd...@gmail.com
Great, thank you! On Tuesday, October 26, 2021 at 12:44:41 PM UTC-7 Jeremy Evans wrote: > On Thu, Oct 21, 2021 at 8:14 PM Jeremy Evans wrote: > >> On Thu, Oct 21, 2021 at 7:07 PM s.brimd...@gmail.com < >> s.brimd...@gmail.com> wrote: >> >>> Thanks! That did the trick as far as getting

Re: Problems using lazy_attributes with class_table_inheritance

2021-10-26 Thread Jeremy Evans
On Thu, Oct 21, 2021 at 8:14 PM Jeremy Evans wrote: > On Thu, Oct 21, 2021 at 7:07 PM s.brimd...@gmail.com < > s.brimdefor...@gmail.com> wrote: > >> Thanks! That did the trick as far as getting typecasting and actually >> inserting bio when creating an instance of the subclass. However, lazy >>

Re: Ruby 3.1 Event Driven Concurrent using Ruby Fiber Scheduler support.

2021-10-26 Thread Jeremy Evans
On Tue, Oct 26, 2021 at 10:56 AM Billy Zheng wrote: > > Thanks, > > i added this plugins, and test it on production, it still works. > > i use sequel_pg and pg gem on production, and change web server from puma > to falcon. > > so, can you please tell me if there exists some special log or

Re: Ruby 3.1 Event Driven Concurrent using Ruby Fiber Scheduler support.

2021-10-26 Thread Billy Zheng
Thanks, i added this plugins, and test it on production, it still works. i use sequel_pg and pg gem on production, and change web server from puma to falcon. so, can you please tell me if there exists some special log or somethings to prove current work on per-fiber request mode?