Araslanov Evgeny
Araslanov Evgeny
### Environment Ruby: 3.1.4 Rails: 7.0.7.2 rails_semantic_logger (4.12.0) semantic_logger (4.14.0) Created a new application, added a `Page` model with `title` and `desc` fields, added the `desc` field to `Rails.application.config.filter_parameters`. ###...
``` check_box("post", "validated") # => # ``` Если это поле будет активным, то в запрос попадет `post[validated]=0,1` вместо `post[validated]=1` [show Github](https://github.com/igor-alexandrov/wiselinks/blob/master/lib/assets/javascripts/_form.js.coffee#L35) Правильно ли это?
Corrected the error
I want to use `only_changed`, but I get ``` Getting changed files list fatal: detected dubious ownership in repository at ``` What could be the problem?