Skip to content

Commit

Permalink
Updated README compatibility section
Browse files Browse the repository at this point in the history
  • Loading branch information
blaet committed Jan 30, 2014
1 parent e48301c commit af7a66e
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.rdoc
Expand Up @@ -14,6 +14,18 @@ interactions into no-ops. Using NullDB enables you to test your model
business logic - including +after_save+ hooks - without ever touching
a real database.

== Compatibility

=== Ruby
Currently supported Ruby versions: MRI 1.9.3, 2.0.0, 2.1.0

Experimental support provided for: JRuby, Rubinius (both in 1.9 mode)

=== ActiveRecord
Any version of ActiveRecord since 2.0, including ActiveRecord 4.0

It is tested against AR 2.3, 3.0, 3.1, 3.2 and 4.0.

== Installation

gem install activerecord-nulldb-adapter
Expand Down Expand Up @@ -122,11 +134,6 @@ nothing will be saved.
migrations will probably break it.
* Lots of other things probably don't work. Patches welcome!

== Version Compatibility

The specs pass against ruby {1.8.6}[http://integrity186.heroku.com/null-db], {1.8.7}[http://integrity187.heroku.com/null-db]
and {1.9.1}[http://integrity191.heroku.com/null-db], using any version of ActiveRecord since 2.0.0, including ActiveRecord 3.0.0.

== Who

NullDB was originally written by Avdi Grimm <mailto:avdi@avdi.org>.
Expand Down

0 comments on commit af7a66e

Please sign in to comment.