Skip to content

Commit

Permalink
Don't migrate the database ourselves, let the user do that
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Giménez committed Oct 28, 2011
1 parent e097c00 commit 70887f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/suspenders/generators/app_generator.rb
Expand Up @@ -28,7 +28,6 @@ def suspenders_customization
invoke :setup_gitignore
invoke :copy_miscellaneous_files
invoke :setup_root_route
invoke :migrate_database
invoke :outro
end

Expand Down Expand Up @@ -102,11 +101,6 @@ def setup_root_route
build(:setup_root_route)
end

def migrate_database
say "Migrating database"
build(:migrate_database)
end

def outro
say "Congratulations! You just pulled our suspenders."
say "Remember to run 'rails generate airbrake' with your API key."
Expand Down

0 comments on commit 70887f8

Please sign in to comment.