aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorkorbin <k1@k1.io>2014-12-17 19:45:31 -0700
committerkorbin <k1@k1.io>2014-12-17 19:45:31 -0700
commit27955b4bb11fc6a7ee8a0fcaff53b6fc175a9655 (patch)
tree22f2c05bad778361be2b04c02faa6c251d6cd22e /activerecord/CHANGELOG.md
parent3f6a472d921cfdc8e388e7fb97cda0b07bfe4d5c (diff)
downloadrails-27955b4bb11fc6a7ee8a0fcaff53b6fc175a9655.tar.gz
rails-27955b4bb11fc6a7ee8a0fcaff53b6fc175a9655.tar.bz2
rails-27955b4bb11fc6a7ee8a0fcaff53b6fc175a9655.zip
fix issue with reaping_frequency type
When using DATABASE_URL to configure ActiveRecord, :reaping_frequency does not get converted from a string to a numeric value. This value is eventually passed to 'sleep' and must be numeric to avoid exceptions. This commit converts :reaping_frequency to a float when present.
Diffstat (limited to 'activerecord/CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions