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

Allow task loading from Rakefile for gems #66

Merged
merged 1 commit into from Dec 21, 2011
Merged

Conversation

ijcd
Copy link
Contributor

@ijcd ijcd commented Dec 21, 2011

I added lib/annotate/tasks.rb which will load the Rake tasks. It can be used from a project Rakefile to pull in the annotate tasks (which should probably be namespaced... but that's a bigger change). Since the db:migrate autorun functionality was plugin-only before, I added a skip_on_db_migrate option that can be used in conjunction with this.

…y auto-detects). Add skip_on_db_migrate option as well for people that don't want it.
@ijcd
Copy link
Contributor Author

ijcd commented Dec 21, 2011

Oh, I also updated the README.rdoc to talk about this, as well as give an example of using ENV to adjust behavior from the Rakefile.

ctran added a commit that referenced this pull request Dec 21, 2011
Allow task loading from Rakefile for gems (by ijcd)
@ctran ctran merged commit 667ab38 into ctran:master Dec 21, 2011
@ctran
Copy link
Owner

ctran commented Dec 21, 2011

Thanks for latest changes.

@ctran ctran added the released label Dec 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants