Rafael Mendonça França

Results 515 comments of Rafael Mendonça França

One thin we need to do is to fix this anonymous module to call `super`.

Both ideas are great, but I was wondering, why not `app/assets/sprites` instead of `app/sprites`?

You mean like `saved_changes` added in rails 5.1?

Oh, I see now. Yeah, it seems fine to be as a new method, but I don't think we should change an existing behavior. @sgrif may have a good option...

Do you have the entire backtrace? That can help us to find where that method is being called.

Ah, I see what is happening. Since this gem don't support Rails 6 yet, bundle may had downgraded you to an incompatible version. `ActiveRecord::TypedStore::Column` don't exist anymore in the current...