Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gussan committed Dec 18, 2013
1 parent 7ad591c commit 1dbcbcc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
ActiveRecord::Turntable is a database sharding extension for ActiveRecord.

== Dependencies
activerecord(>=3.0.0)
activerecord(>=4.0.0)

if you are using activerecord 3.x, please use activerecord-turntable version 1.x.x.

== Supported Database
Currently supports mysql only.
Expand All @@ -12,7 +14,7 @@ Currently supports mysql only.

Add 'activerecord-turntable' to Gemfile:

gem 'activerecord-turntable', '~>1.1.0'
gem 'activerecord-turntable', '~>2.0.0.beta'

Run a bundle install:

Expand Down

0 comments on commit 1dbcbcc

Please sign in to comment.