Michal Remis

Results 12 comments of Michal Remis

Thanks for feedback. All requested changes are fixed.

Ok I checked the playground app and I think it will be quite a challenge to to implement this in main CSV, because, unlike `simple_form`, it doesn't use wrappers nor...

Firstly thank you for great gem. I would like to use it but it seems that it doesn't cope well with more complex SimpleForm's forms. I would like to fix...

Yes validations for radio_buttons etc.. aren't in CSV Hash, because `SimpleForm` doesn't use (anymore) `FormBuilder's` methods (which CSV overrides to build validation hash) to to build these special inputs. But...

I implemented missing validations into CSV SimpleForm (checkboxes, radios, date_time selects). Meanwhile, until it will be merged into main gem you may use it from my repo. `gem 'client_side_validations-simple_form', github:...

I suppose failing tests are because of missing https://github.com/DavyJonesLocker/client_side_validations/pull/784 in old gemfiles

Sure: ruby: ``` class Box < ApplicationRecord validates :colors, presence: true validates :material, presence: true belongs_to :material has_and_belongs_to_many :colors end ``` ``` ``` HTML: ``` Wood Plastic Glass Red Green...

> 1. Move `/\[(\w+_attributes)\]\[[\da-z_]+\](?=\[(?:\w+_attributes)\])/g` to a self-explaining constant. I don't remember what this regexp ecaxtly do, we need to go back in history. -- SEPARATE PR/COMMIT Look's like it normalizes...

@igorkasyanchuk sorry I am too busy atm.. Maybe I would just remove config.enabled option from docs, since it doesn't work