Skip to content
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

Exclude Typical plugins #54

Open
JanStevens opened this issue Nov 27, 2013 · 5 comments
Open

Exclude Typical plugins #54

JanStevens opened this issue Nov 27, 2013 · 5 comments

Comments

@JanStevens
Copy link

Hello,

How can I disable the ActiveRecord:Base Inheritance (all my models are derived from it ofcourse) and the Verion model (this is from paper_trail gem). I tried to use the exclude file options (but nothing seems to work). My model view is quite complex and those two would make it a bit easier.

Thanks,

Regards

@marcusg
Copy link

marcusg commented Nov 29, 2013

that would be nice, I have the same problem...

@mrjman
Copy link

mrjman commented Jun 16, 2014

👍 Would be very nice, I'm trying to do the same thing.

@antoine-lizee
Copy link

+1 I have tried --exclude '*paper*' and ommiting the -m, but it doesn't change anything. PaperTrail::Version is messing up my schema BIG time :-).

@antoine-lizee
Copy link

FYI, small hack that works: I introduced something like sed '/PaperTrail/d' between the output of railroady and the creation of the graph with dot, and it worked well.

@rposborne
Copy link

+1 This makes the use case of this far greater as it's... understandable for database and class modeling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants