Skip to content

Commit

Permalink
Use Postgres by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Sep 7, 2011
1 parent 3f06a65 commit 94010c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def create_project!
rails #{rails_version} new #{project_path} \
--template=#{template} \
--skip-test-unit \
--skip-prototype
--skip-prototype \
--database=postgresql
COMMAND
command_with_repo = if repo
"REPO='#{repo}' #{command}"
Expand Down

0 comments on commit 94010c2

Please sign in to comment.