README.md in sequel-rails-0.9.9 vs README.md in sequel-rails-0.9.10

- old
+ new

@@ -150,10 +150,13 @@ config.sequel.search_path = %w(mine public) # Configure whether database's rake tasks will be loaded or not # Defaults to true config.sequel.load_database_tasks = false + + # This setting disabled the automatic connect after Rails init + config.sequel.skip_connect = true ``` The connection settings are read from the file `config/database.yml` and is expected to be similar to `ActiveRecord`'s format. @@ -347,9 +350,11 @@ * Tamir Duberstein (tamird) * shelling (shelling) * a3gis (a3gis) * Andrey Chernih (andreychernih) * Nico Rieck (gix) +* Alexander Birkner (BirknerAlex) +* kr3ssh (kressh) Credits ======= The [dm-rails](http://github.com/datamapper/dm-rails) team wrote most of the original code, I just sequel-ized it, but since then most of it as been either adapted or rewritten.