-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mavenlink upgrades #1
Conversation
We were checking `persisted?`, which is always true in an `after_save` callback.
Also need to:
|
I added Travis, maybe we need to re-push this? |
Closing and re-opening to kick the Travis build |
I don't think we should commit the .pairs file publicly. We can add a global one to ansible, but for now, please remove and force push. |
5a8c95e
to
18e4d9d
Compare
|
||
class Thing < ActiveRecord::Base | ||
|
||
acts_arboreal parent_relation_options: { touch: true }, children_relation_options: { autosave: true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
@cantino Can we get a final LGTM on this? |
LGTM! |
This is a fairly large PR that contains a number of upgrades that @cantino made to this somewhat outdated gem:
ancestry_string
tomaterialized_path
to avoid confusion with the ancestry gem@bobby1190 @shirish-pampoorickal: Can you look this over and see what you think?