Working with a large code base and I’m hesitant to run annotate on all models. Is it possible to use the Rails annotate plugin to just annotate one model at a time?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m looking at the annotate 2.0.0 source and the only options to the rake task are some basic switches. It does not accept any other arguments or switches. I would guess that you’re out of luck for the old-fashioned way.
It’s a really simple gem. You could always make the modification yourself and submit it back to the project. Open source has its advantages. =]