Skip to content

Commit

Permalink
empty password
Browse files Browse the repository at this point in the history
  • Loading branch information
xdite committed Oct 8, 2012
1 parent 581dff5 commit b5618a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/bootstrappers/generators/app_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def configure_app
say 'Configuring app'
build :setup_devise
build :build_settings_from_config
# TODO

end

def create_initializers
Expand Down
2 changes: 1 addition & 1 deletion lib/bootstrappers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bootstrappers
VERSION = "0.0.4"
VERSION = "0.0.5"
end
2 changes: 1 addition & 1 deletion templates/mysql_database.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ development: &default
database: <%= app_name %>_development
host: localhost
username: root
password: "123456"
password: ""

test: &TEST
<<: *default
Expand Down

0 comments on commit b5618a9

Please sign in to comment.