iprog21
iprog21
> We fixed it on our end by removing the following from `config/application.rb`: > > ```ruby > config.action_dispatch.cookies_same_site_protection = :none > config.action_controller.default_protect_from_forgery = false if ENV['RAILS_ENV'] == 'development' > ```...
Is this resolved? I'm facing the same issue.
> @iprog21 I hadn't heard any additional details, so I didn't have anything else to go on. I'm happy to look again and try to work through it with you...
> Hello yall, I have similar problem, exact error while using CarrierWave with MiniMagic and I can't use workaround @iprog21 described, any ideas? I'm using Ruby `3.3` > > ```...
same here. I did some gsub. it works when the clustered word is in Pascal Case. TheFirstWord = The First Word `gsub(/([a-z])([A-Z])/, '\1 \2')` thefirstword = thefirstword ???