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

Add annotate gem #37

Open
schpet opened this issue Sep 8, 2022 · 0 comments
Open

Add annotate gem #37

schpet opened this issue Sep 8, 2022 · 0 comments

Comments

@schpet
Copy link
Member

schpet commented Sep 8, 2022

annotating models is very nice when dropping into a project

suggested config:

# lib/tasks/auto_annotate_models.rake
if Rails.env.development?
  require "annotate"
  task :set_annotation_options do
    Annotate.set_defaults(
      "models" => true,
      "exclude_tests" => true
    )
  end

  Annotate.load_tasks
end
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

1 participant