README.md in bootstrappers-0.0.5 vs README.md in bootstrappers-0.0.6
- old
+ new
@@ -1,8 +1,8 @@
# Bootstrappers
-Bootstrappers is the base Rails application used at [Rocodev](http://rocodev.com).
+Bootstrappers is the base Rails application using Bootstrap template and other goodies.
## Installation
First install the bootstrappers gem:
@@ -33,10 +33,27 @@
* [Airbrake](https://github.com/airbrake/airbrake)
* [NewRelic RPM](https://github.com/newrelic/rpm)
* [Turbo Sprockets for Rails 3.2.x](https://github.com/ndbroadbent/turbo-sprockets-rails3) Speeds up your Rails 3 rake assets:precompile by only recompiling changed assets
+## Remind
+
+config/database.yml default setting:
+
+```
+development: &default
+ adapter: mysql2
+ encoding: utf8
+ database: <%= app_name %>_development
+ host: localhost
+ username: root
+ password: ""
+```
+
+but we still ask for your preferences
+
+
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
@@ -57,6 +74,6 @@
License
-------
-Bootstrappers is Copyright © 2012 rocodev. It is free software, and may be redistributed under the terms specified in the LICENSE file.
+Bootstrappers is Copyright © 2012 xdite. It is free software, and may be redistributed under the terms specified in the LICENSE file.