1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
korbin 27955b4bb1 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.
2014-12-17 19:45:31 -07:00
..
active_record/connection_adapters
assets
cases fix issue with reaping_frequency type 2014-12-17 19:45:31 -07:00
fixtures Unused csv fixture file 2014-12-09 18:54:07 +09:00
migrations
models Add foreign_type option for polymorphic has_one and has_many. 2014-12-08 18:13:15 -02:00
schema Add foreign_type option for polymorphic has_one and has_many. 2014-12-08 18:13:15 -02:00
support Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests 2014-09-03 11:30:36 +09:00
.gitignore
config.example.yml remove the last traces of OpenBase from our codebase. [ci skip] 2014-11-07 10:12:01 +01:00
config.rb