RailsCod3rFuture

Results 33 comments of RailsCod3rFuture

We still need a merge....But on another note - Please optimize the embedded queries to minimize the the chance of receiving an n+1 query.

Anyone created a fork with optimized queries for this issue yet??

I created an initializer with the contents below. ``` Rails.application.config.to_prepare do GoodJob end ```

No - I just have gem "good_job"

Yes, it allowed me to get past zeitwerk.

One other note: I'm using Rails 5.2 and ruby 2.4.4

It may be an issue with the Background Worker. I see that the user has been created in my Rails Console, but the process fails over the GUID and default...

``` def signup_params params.permit :stripeEmail, :stripeToken end ``` doesn't work for, guys??