.. |
adapters
|
be sure to currectly fetch PK name from MySQL even if the PK has some custom option
|
2012-04-19 22:04:13 +09:00 |
associations
|
fix tests
|
2012-04-13 18:26:19 +01:00 |
attribute_methods
|
Deprecate Column#type_cast_code
|
2012-03-29 23:04:51 -03:00 |
coders
|
ActiveRecord::Coders::YAMLColumn#dump should raise an error
|
2012-03-26 21:57:39 +02:00 |
connection_adapters
|
Add support schema cache dump and load.
|
2012-03-01 00:52:04 +09:00 |
connection_specification
|
|
|
fixtures
|
|
|
migration
|
Automatically create indexes for references/belongs_to statements in migrations.
|
2012-04-14 14:18:42 -07:00 |
session_store
|
|
|
validations
|
removed unused variables
|
2012-03-27 15:06:14 +05:30 |
adapter_test.rb
|
|
|
aggregations_test.rb
|
|
|
ar_schema_test.rb
|
|
|
associations_test.rb
|
Deprecate inferred JOINs with includes + SQL snippets.
|
2012-01-16 21:32:12 +00:00 |
attribute_methods_test.rb
|
attribute_present? should return false for empty strings
|
2012-03-06 22:32:29 -08:00 |
autosave_association_test.rb
|
Fix build. It seems that the Mocha's behavior were changed.
|
2012-04-25 01:31:26 +09:00 |
base_test.rb
|
Fix wrong return value from reset_sequence_name method.
|
2012-04-14 00:33:25 +09:00 |
batches_test.rb
|
|
|
binary_test.rb
|
Added test to illustrate bad binary blobs.
|
2012-01-31 13:45:00 -06:00 |
bind_parameter_test.rb
|
|
|
calculations_test.rb
|
fix tests
|
2012-04-13 18:26:19 +01:00 |
callbacks_test.rb
|
|
|
clone_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
PG column consults oid types when typecasting
|
2012-02-10 16:06:39 -08:00 |
column_test.rb
|
on and ON are type casted to a true boolean column
|
2012-01-11 23:20:13 -02:00 |
connection_management_test.rb
|
database connections are automatically established after forking.
|
2012-02-16 14:33:38 -08:00 |
connection_pool_test.rb
|
opening a connection will block if the pool is full
|
2012-04-15 18:13:15 -07:00 |
counter_cache_test.rb
|
Fix bug where reset_counters resets the wrong counter cache.
|
2012-01-16 19:06:45 -08:00 |
custom_locking_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
|
|
defaults_test.rb
|
|
|
deprecated_finder_test.rb
|
|
|
dirty_test.rb
|
A test case for GH #3544 to ensure that a field named field works fine
|
2012-02-14 17:14:22 +09:00 |
dup_test.rb
|
|
|
dynamic_finder_match_test.rb
|
Add dynamic find_or_create_by_{attribute}! method.
|
2012-03-12 14:16:19 +00:00 |
explain_subscriber_test.rb
|
let automatic EXPLAIN ignore CACHE notifications
|
2012-02-03 16:10:39 -08:00 |
explain_test.rb
|
Fix build. It seems that the Mocha's behavior were changed.
|
2012-04-25 01:31:26 +09:00 |
finder_respond_to_test.rb
|
Add dynamic find_or_create_by_{attribute}! method.
|
2012-03-12 14:16:19 +00:00 |
finder_test.rb
|
fix tests
|
2012-04-13 18:26:19 +01:00 |
fixtures_test.rb
|
properly namespace the fixture exception
|
2012-03-22 16:25:48 -07:00 |
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
i18n_test.rb
|
|
|
inclusion_test.rb
|
|
|
inheritance_test.rb
|
|
|
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
migrate(:down) method with table_name_prefix
|
2012-01-11 00:35:06 +09:00 |
json_serialization_test.rb
|
|
|
lifecycle_test.rb
|
|
|
locking_test.rb
|
fix test
|
2012-03-30 14:37:37 +01:00 |
log_subscriber_test.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
mass_assignment_security_test.rb
|
|
|
method_scoping_test.rb
|
Deprecate inferred JOINs with includes + SQL snippets.
|
2012-01-16 21:32:12 +00:00 |
migration_test.rb
|
Automatically create indexes for references/belongs_to statements in migrations.
|
2012-04-14 14:18:42 -07:00 |
migrator_test.rb
|
stop more ddl changes
|
2012-01-16 15:24:27 -08:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
fix tests
|
2012-04-13 18:26:19 +01:00 |
multiple_db_test.rb
|
Fix GH #5399. connection_pools's keys are ActiveRecord::Base::ConnectionSpecification objects.
|
2012-03-14 02:11:40 +09:00 |
named_scope_test.rb
|
Deprecate eager-evaluated scopes.
|
2012-03-21 22:18:18 +00:00 |
nested_attributes_test.rb
|
Nested attribute setters can be overridden.
|
2012-03-28 19:08:31 -04:00 |
persistence_test.rb
|
Fix delete_all when chained with joins.
|
2012-04-10 23:45:01 -03:00 |
pooled_connections_test.rb
|
|
|
primary_keys_test.rb
|
fix build 5001, model reply is required in cases/primary_keys_test too!
|
2012-02-12 14:02:24 +05:30 |
query_cache_test.rb
|
Remove IdentityMap
|
2012-03-13 20:08:54 -03:00 |
quoting_test.rb
|
|
|
readonly_test.rb
|
|
|
reaper_test.rb
|
|
|
reflection_test.rb
|
reflection test fixed
|
2012-01-31 15:57:39 +02:00 |
relation_scoping_test.rb
|
Deprecate inferred JOINs with includes + SQL snippets.
|
2012-01-16 21:32:12 +00:00 |
relation_test.rb
|
fix tests
|
2012-04-13 18:26:19 +01:00 |
relations_test.rb
|
Override AR::Relation methods in NullRelation.
|
2012-04-11 15:24:23 +02:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
Address the dump file format for hstore
|
2012-03-15 14:12:47 -04:00 |
serialization_test.rb
|
Replaced all 'for' loops with Enumerable#each
|
2012-01-30 03:15:49 +08:00 |
store_test.rb
|
Allow store to be a not null column.
|
2012-02-02 18:57:15 +00:00 |
test_case.rb
|
Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires SQLCounter which was moved to AR internal tests only.
|
2012-02-05 23:09:09 -07:00 |
timestamp_test.rb
|
|
|
transaction_callbacks_test.rb
|
|
|
transactions_test.rb
|
|
|
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
|
|
xml_serialization_test.rb
|
|
|
yaml_serialization_test.rb
|
|
|