Caio Felipe Motta Ladeia
Caio Felipe Motta Ladeia
I'm using AASM with enums, and when an `object.enum == enum1` and i call `.enum!`, I receive a exception like `"AASM::InvalidTransition: Event 'enum' cannot transition from 'enum'."`. I dont want...
Hello guys, I upgraded my Ruby for 3.0 from 2.7 and I'm having some troubles. I have this helper in application_helper.rb: ```ruby def format_datetime(date, format: :small) I18n.l(date, format: format) rescue...
Hello, guys! I need to change the format of request for a unformatted request, like said here in LHC: https://github.com/local-ch/LHC#unformatted-requests So I need to make a request like: ```ruby headers...