Ricard Forniol

Results 8 comments of Ricard Forniol

It builds perfect with the following: gem install charlock_holmes -- --with-icu-dir=/usr/local/opt/icu4c --with-cxxflags=-std=c++11

I would suggest a 1.7 version with old simple_enum api, rails 5 and mongoid 6 compatibility. In my case I have a big project working with simple enum old api...

Hi @lwe, I just published this pull request if it would be helpful for somebody, I'm using it in production with success. I suggested you to do 1.7 release just...

Hi, this is just a backport to use old Api. I recently updated the gemspec to support latest rails version.

Ok, @dadooda I'll do it. I've just added safe_params option to allow custom params generated url's and also to make it work with new rails versions that complain about open...

What version of zeitwerk you use, may be newer versions have problems. Do you have more details to try to reproduce the error? El dc., 28 d’oct. 2020, 22:05, Jarrett...

The PR #77 is here 😅

I've tested with the latest version ``` irb(main):008:1* schema = Dry::Schema.Params do irb(main):009:2* required(:group).array(:hash) do irb(main):010:2* required(:id).value(:integer) irb(main):011:3* required(:date).filter { irb(main):012:3* format?(%r[\d{2}/\d{2}/\d{4}]) irb(main):013:2* }.value(:date) irb(main):014:1* end irb(main):015:0> end => #"key?(:group)...