Skip to content

Commit

Permalink
rails-default-database 1.1.0
Browse files Browse the repository at this point in the history
* Fix StringInquirer in config dump with DATABASE_URL.
* Support all environments, not just the default 3.
* Allows respect TEST_DATABASE_URL.
* Support TEST_ENV_NUMBER.
* Allow overriding database name.
* Prefer mysql2 over mysql.
  • Loading branch information
tpope committed Mar 29, 2017
1 parent 44328b1 commit a051a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails-default-database.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rails-default-database"
s.version = "1.0.9"
s.version = "1.1.0"

s.summary = "Make database.yml optional in Rails"
s.description = "Provides a default database configuration for Rails applications that lack one"
Expand Down

0 comments on commit a051a38

Please sign in to comment.