Pavel Kremen

Results 3 issues of Pavel Kremen

After record attribute updating ancestry_path is out-of-date. It becomes up-to-date after record reloading. ``` ruby d = Tag.find_or_create_by_path %w[a b c d] d.update {name: 'new_d'} d.ancestry_path => ["a", "b", "c",...

Feature request

**"Engines" parameter** A list of engine names that can be used instead of the "EnginesPath" parameter. This helps in the case when engines are placed in a project's root directory....

Option `-t / --maximum-decrease` supports only Integer. So it can't be used for threshold `0.1`.