octopus

Database Sharding for ActiveRecord

Downloads
8.1M
Stars
2.5K
Committers
86

Bot releases are hidden (Show)

octopus - Octopus 0.8.0 Latest Release

Published by thiagopradi almost 11 years ago

  • Adding support for Rails 4
  • Removed verify_connection config option (this was a old hack, and it isn't supported by Rails 4)
  • Fixing some bugs in the ScopeProxy
  • Shards.yml now can be a symbolic link
octopus - Octopus 0.7.0

Published by thiagopradi about 11 years ago

  • Dropped support for Rails 3.0
  • Fixed Validation bug for Rails 3.1
  • Support for query cache
  • Adding MIT license to the gemspec
octopus - Octopus 0.6.1

Published by thiagopradi about 11 years ago

  • Fixing validation bug on Rails 3.2
  • Smaller cleanups and refactors
  • Solving issue with Octopus without Rails

Ps: This is the latest Octopus release compatible with Rails 3.0.

octopus - Octopus 0.6.0

Published by thiagopradi over 11 years ago

  • Dropped support for Rails 2.x. Octopus 0.5 is the latest version that is compatible with Rails 2.
  • Octopus 0.6.0 don't support Rails 4. Only 0.7 will support.
  • Removing old Octopus::Logger. Please use the new LogSubscriber.
  • MySQL2 Driver instead of MySQL for spec suite.
  • Some smaller refactors and clean ups.