Brian Dillard

Results 4 comments of Brian Dillard

I have a sample app, but unfortunately it's private. I could give you read-only access if it would help. I'm not using a subtree. You're right that, by default, acts_as_list...

By the way, here's my hacky code: ``` def sortable(options = {}) options.reverse_merge! :sorting_attribute => :position, :parent_method => :parent, :children_method => :children, :roots_method => :roots, :tree => false, :max_levels =>...

FWIW, a teammate spelunked into your code and found this solution to allow vetted exceptions to Good Migrations rules for a single migration: ``` def up GoodMigrations::PatchesAutoloader.instance.unpatch! # do some...