• R
    Creates development and test databases in db:migrate task · 6ca9031b
    Rafael Mendonça França 提交于
    This reverts a334425c.
    
    The main reason is that now the workflow is inconsistent when using
    spring.
    
    When using spring `RAILS_ENV` is always set, so only one database is
    created.
    
    This means that in development `bin/rake db:create` and `bundle exec
    rake db:create` have different results.
    
    It also breaks the `bin/setup` script since `bin/rake db:setup
    db:test:prepare` will fail.
    6ca9031b
database_tasks.rb 10.6 KB