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/cases
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
..
adapters Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger. 2014-12-12 00:35:48 +09:00
associations Add foreign_type option for polymorphic has_one and has_many. 2014-12-08 18:13:15 -02:00
attribute_methods
coders
connection_adapters Merge pull request #17305 from ziggythehamster/activerecord-connectionhandling-RAILS_ENV-without-rails 2014-10-31 17:51:52 -02:00
connection_specification
fixture_set
migration Failure to rollback t.timestamps when within a change_table migration 2014-12-03 11:35:40 -05:00
relation Remove deprecated behavior allowing nested arrays as query values 2014-12-04 16:13:00 -05:00
scoping Allow to unscope where conditions using arel_table with Symbol 2014-12-03 00:20:01 +09:00
tasks
type Remove unused line 2014-12-17 19:38:32 +09:00
validations pg tests, move uniqueness validation test to array tests. 2014-12-02 11:53:18 +01:00
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb synchronize code and docs for timestamps and add_timestamps. 2014-11-20 15:30:46 +01:00
associations_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
attribute_decorators_test.rb
attribute_methods_test.rb Build fix when running in isolation 2014-11-14 10:24:11 +01:00
attribute_set_test.rb Don't error when attributes is called on a frozen AR model 2014-12-08 12:48:24 -07:00
attribute_test.rb
attributes_test.rb Don't modify the columns hash to set defaults from the attributes API 2014-10-31 16:06:14 -06:00
autosave_association_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
base_test.rb Correctly handle multiple attribute method prefix/suffixes which match 2014-12-04 15:50:31 -07:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb Remove the unused second argument to substitute_at 2014-11-17 15:04:40 -08:00
calculations_test.rb Add test case for joined pluck 2014-12-11 14:54:03 -07:00
callbacks_test.rb Remove unused "Developer" fixtures from tests 2014-12-08 13:07:56 -08:00
clone_test.rb
column_alias_test.rb
column_definition_test.rb
connection_management_test.rb
connection_pool_test.rb
core_test.rb
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb pg tests, get rid of global schema schema_1. 2014-12-02 12:08:52 +01:00
dirty_test.rb
disconnected_test.rb
dup_test.rb
enum_test.rb
explain_subscriber_test.rb
explain_test.rb
finder_respond_to_test.rb
finder_test.rb Remove deprecated behavior allowing nested arrays as query values 2014-12-04 16:13:00 -05:00
fixtures_test.rb make it possible to access fixtures excluded by a default_scope. 2014-11-21 14:57:25 +01:00
forbidden_attributes_protection_test.rb
habtm_destroy_order_test.rb
helper.rb Remove redundant to_s in interpolation 2014-10-30 08:48:32 -07:00
hot_compatibility_test.rb
i18n_test.rb
inheritance_test.rb Improve the performance of reading attributes 2014-11-18 15:20:19 -08:00
integration_test.rb Build fix when running in isolation 2014-11-14 10:24:11 +01:00
invalid_connection_test.rb
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
locking_test.rb
log_subscriber_test.rb
migration_test.rb Build fix when running in isolation 2014-11-14 10:24:11 +01:00
migrator_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
mixin_test.rb
modules_test.rb Build fix when running in isolation 2014-11-14 10:24:11 +01:00
multiparameter_attributes_test.rb
multiple_db_test.rb
nested_attributes_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
nested_attributes_with_callbacks_test.rb
persistence_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
pooled_connections_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
primary_keys_test.rb
query_cache_test.rb
quoting_test.rb
readonly_test.rb Build fix when running in isolation 2014-11-14 10:24:11 +01:00
reaper_test.rb fix issue with reaping_frequency type 2014-12-17 19:45:31 -07:00
reflection_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
relation_test.rb
relations_test.rb Deprecate Class handler in PredicateBuilder 2014-12-04 15:06:21 -05:00
reload_models_test.rb
result_test.rb
sanitize_test.rb Add an assert_deprecated for sanitize_sql_hash_for_conditions 2014-11-02 14:01:57 -07:00
schema_dumper_test.rb tests, move schema shorthand assertions into pg specific tests. 2014-12-02 11:35:53 +01:00
serialization_test.rb Use bind values for joined tables in where statements 2014-11-01 15:39:51 -06:00
serialized_attribute_test.rb update_column take ruby-land input, not database-land input 2014-12-16 15:23:05 -07:00
statement_cache_test.rb
store_test.rb
test_case.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
timestamp_test.rb Build fix when running in isolation 2014-11-14 10:24:11 +01:00
transaction_callbacks_test.rb Make error message clearer that :on requires a symbol, not a string 2014-12-07 22:16:00 -05:00
transaction_isolation_test.rb
transactions_test.rb skip test to get sqlite3_mem suite passing. 2014-12-03 11:38:37 +01:00
types_test.rb Use the correct values for int max and min 2014-10-31 13:25:16 -06:00
unconnected_test.rb
validations_repair_helper.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
validations_test.rb Ensure numericality validations work with mutation 2014-12-01 05:31:44 -07:00
view_test.rb
xml_serialization_test.rb
yaml_serialization_test.rb