bootstrappers 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md
CHANGED
|
@@ -76,7 +76,7 @@ module Bootstrappers
|
|
|
76
76
|
db_password = ask("What is your local database password? ['']")
|
|
77
77
|
db_password = "''" if db_password.blank?
|
|
78
78
|
replace_in_file 'config/database.yml', 'username: root', "username: #{db_user_name}"
|
|
79
|
-
replace_in_file 'config/database.yml', 'password: ""', "
|
|
79
|
+
replace_in_file 'config/database.yml', 'password: ""', "password: '#{db_password}'"
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
end
|
data/templates/README.md.erb
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
### Style Guides
|
|
3
|
+
|
|
1
4
|
* [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide)
|
|
2
5
|
* [Rails Style Guide](https://github.com/bbatsov/rails-style-guide)
|
|
3
6
|
* [Better Specs](http://betterspecs.org/)
|
|
4
7
|
* [Rails Best Practices](http://rails-bestpractices.com/)
|
|
5
8
|
|
|
9
|
+
### Speedup Tips
|
|
10
|
+
|
|
11
|
+
* [Speed up the Rails Asset Pipeline precompile process](http://stackoverflow.com/questions/11390447/how-can-you-speed-up-the-rails-asset-pipeline-precompile-process/11390454#11390454)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 7
|
|
9
|
+
version: 0.0.7
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- xdite
|
|
@@ -104,7 +104,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
104
104
|
requirements:
|
|
105
105
|
- - ">="
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
hash:
|
|
107
|
+
hash: 1539331621632405407
|
|
108
108
|
segments:
|
|
109
109
|
- 0
|
|
110
110
|
version: "0"
|
|
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
113
113
|
requirements:
|
|
114
114
|
- - ">="
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
hash:
|
|
116
|
+
hash: 1539331621632405407
|
|
117
117
|
segments:
|
|
118
118
|
- 0
|
|
119
119
|
version: "0"
|