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

added a db create rake task. #9005

Merged
merged 2 commits into from
Jan 20, 2013
Merged

Conversation

ranjaykrishna
Copy link
Contributor

rake db:create that executes mysql:build_databases and postgresql:build_databases.

@@ -39,6 +39,15 @@ namespace :test do
end
end

namespace :db do
task :create do
puts "*** creating mysql databases now ***"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the puts

tenderlove added a commit that referenced this pull request Jan 20, 2013
@tenderlove tenderlove merged commit 5503796 into rails:master Jan 20, 2013
@carlosantoniodasilva
Copy link
Member

Nice 👍

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

Successfully merging this pull request may close these issues.

3 participants