README.md in apartment-0.14.4 vs README.md in apartment-0.15.0

- old
+ new

@@ -1,7 +1,7 @@ # Apartment -*Multitenancy for Rails 3* +*Multitenancy for Rails 3 and ActiveRecord* Apartment provides tools to help you deal with multiple databases in your Rails application. If you need to have certain data sequestered based on account or company, but still allow some data to exist in a common database, Apartment can help. @@ -17,11 +17,10 @@ That's all you need to set up the Apartment libraries. If you want to switch databases on a per-user basis, look under "Usage - Switching databases per request", below. > NOTE: If using [postgresl schemas](http://www.postgresql.org/docs/9.0/static/ddl-schemas.html) you must use: > -> * for Rails 3.0.x: _Rails ~> 3.0.10_, it contains a [patch](https://github.com/rails/rails/pull/1607) that has better postgresql schema support > * for Rails 3.1.x: _Rails ~> 3.1.2_, it contains a [patch](https://github.com/rails/rails/pull/3232) that makes prepared statements work with multiple schemas ## Usage ### Creating new Databases @@ -155,10 +154,6 @@ ## Development * The Local setup for development assumes that a root user with no password exists for both mysql and postgresl * Rake tasks (see the Rakefile) will help you setup your dbs necessary to run tests * Please issue pull requests to the `development` branch. All development happens here, master is used for releases -* Ensure that your code is accompanied with tests. No code will be merged without tests - -## TODO - -* Shared examples for testing to ensure consistency across all adapters +* Ensure that your code is accompanied with tests. No code will be merged without tests \ No newline at end of file