CHANGES in db-charmer-1.6.12 vs CHANGES in db-charmer-1.6.13

- old
+ new

@@ -1,4 +1,13 @@ +1.6.13 (2010-08-17): + +Starting with this version we use Rails.env instead of RAILS_ENV to auto-detect rails +environment. If you use DbCharmer in non-rails project, please set DbCharmer.env manually. + +Bugfixes: Thanks to Eric Lindvall we now allow connection names that have symbols ruby +wouldn't like for class names. + +---------------------------------------------------------------------------------------- 1.6.12 (2010-05-09): Starting with this version we use Rails.cache (memcache or whatever you use in your project) to cache sharding blocks information.