-
Notifications
You must be signed in to change notification settings - Fork 898
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
Does anyone want to take over PaperTrail? #155
Comments
I am gonna work using this gem for Rails 3 version. I can continue working on it. Let me know. |
@bhushangahire Thanks for the offer. Ideally I'd like someone who's already worked with PaperTrail a bit, and maybe even contributed code to it, but of course I don't want to rule anyone out. |
Sure no issues. |
I think (or not) I have a "way" for associations. I have an Basically, we can use the class Article
has_paper_trail :on => [:update, :destroy], meta: {pages: Proc.new {|article| article.pages } }
has_many :pages, as: :pageable, dependent: :delete_all
end class Page
belongs_to :pageable, :polymorphic => true, touch: true
end the article is touched, but paper_trail don't care about |
@airblade - I would be willing to at least take a crack at merging the existing pull requests and seeing if I have time to continue working on it going forward if you're still looking for someone. Let me know. |
@batter Thank you! Try as I might I still haven't managed to find time for PaperTrail despite all the great pull requests piling up. I've added you as a collaborator to the repo. Let me know if you have any queries and I'll do my best to get back to you quickly. |
@batter Thank you for taking this over! Any idea of when handling has manys might be added? |
@stevenbristol - There were a few smaller features / issues I was going to address, for a If you or anyone else wants to take a crack at implementing, I'm open to looking at pull requests. #44 seems the most promising implementation attempt to date, but I haven't had the time to fully investigate and explore it. We want to make sure this is done properly, I'd like to avoid a shoddy implementation that is not sustainable for the long term. See the Milestones Page for a tentative plan on release cycles. |
I'm closing this now: @batter is doing a superb job :) |
I can't seem to find enough time these days to give PaperTrail the attention it deserves. Does anyone want to take it over?
Here's what you'd be signing up for:
The text was updated successfully, but these errors were encountered: