Tab Loid

Results 4 issues of Tab Loid

We use intranet and internal mail server. Mailnag everytime check internet connection that we will never have. For now I changed connectivity_test to ping and set www.google.com/de to 127.0.0.1 in...

From slack discuss: Someones sometime need to have their concepts in different roots in one application, e.g. `app/concepts`, `lib/concepts`, `plugins/*/app/conepts`, etc. For now we need to have several hacky workarounds...

With reform often use populators for creation of nested objects with one form. It works well but sometimes we need destroy nested objects too. For example: ```ruby class User <...

Hello again. I have another problem with my not-normal form: ``` Ruby lass PostCommitAction::ConditionGroupForm < Reform::Form include Reform::Form::ModelReflections model 'post_commit_action/condition_group' property :cond_type collection :condition_groups, form: PostCommitAction::ConditionGroupForm end ``` I get...