Results 4 issues of Shuya Tsukamoto

Hello. I am using the following library. https://github.com/platanus/activeadmin_addons When using select2, activeadmin_dynamic_fields does not work. I know it is difficult to be compatible with other 3rd party libraries, but it...

If the recursive argument is set to true, all records can be retrieved. ``` [tsukaby@tsukamac zoho_hub]% bin/console Refreshing token... [1] pry(main)> class Contact < ZohoHub::BaseRecord;attributes(:id, :email);end => [:id, :email] [2]...

The following code is very slow (because the PUT request is executed 200 times) ``` [tsukaby@tsukamac zoho_hub]% bin/console Refreshing token... [1] pry(main)> class Contact < ZohoHub::BaseRecord;attributes(:id, :email);end => [:id, :email]...

I got a critical bug. The @Valid annotation disabled with Scala collection types. For example. ``` case class MyBean( @(Valid@field) list: Seq[InnerBean] ) case class InnerBean( @(Length@field)(max = 10) name:...

bug