.. |
adapters
|
define_attr_method must serialize nil correctly
|
2010-12-20 19:47:15 -08:00 |
associations
|
define_attr_method must serialize nil correctly
|
2010-12-20 19:47:15 -08:00 |
migration
|
command recorder will record commands sent to a delegate object
|
2010-11-19 10:24:16 -08:00 |
session_store
|
|
|
validations
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
adapter_test.rb
|
|
|
aggregations_test.rb
|
|
|
ar_schema_test.rb
|
rolling out migrated_at until I can fix the build
|
2010-12-01 17:08:01 -08:00 |
associations_test.rb
|
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
|
2010-11-20 19:40:29 +01:00 |
attribute_methods_test.rb
|
fixing space errors
|
2010-12-02 08:45:37 -08:00 |
autosave_association_test.rb
|
Only call save on belongs_to associations if the record has changed or any nested associations have changed (resolves #3353)
|
2010-12-16 01:49:28 +05:30 |
base_test.rb
|
define_attr_method must serialize nil correctly
|
2010-12-20 19:47:15 -08:00 |
batches_test.rb
|
|
|
binary_test.rb
|
|
|
calculations_test.rb
|
Fix ActiveRecord calculations when grouped by multiple fields
|
2010-11-16 10:38:47 -08:00 |
callbacks_test.rb
|
|
|
clone_test.rb
|
adding a specific case for clone testing
|
2010-11-23 14:29:04 -08:00 |
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
connection_management_test.rb
|
|
|
connection_pool_test.rb
|
fix whitespace errors
|
2010-11-30 13:38:48 -08:00 |
counter_cache_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
|
|
defaults_test.rb
|
|
|
deprecated_finder_test.rb
|
|
|
dirty_test.rb
|
fixing dup regressions
|
2010-11-23 14:29:05 -08:00 |
dup_test.rb
|
Testing that dup is resetting the timestamps
|
2010-11-25 01:18:43 +08:00 |
dynamic_finder_match_test.rb
|
|
|
finder_respond_to_test.rb
|
|
|
finder_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
fixtures_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
helper.rb
|
do not require ruby-debug automatically. please require it if you have declared it as a dependency
|
2010-11-19 16:26:09 -08:00 |
i18n_test.rb
|
|
|
inheritance_test.rb
|
fixing dup regressions
|
2010-11-23 14:29:05 -08:00 |
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
fisting typeo, thanks @vinibaggio
|
2010-11-19 11:42:58 -08:00 |
json_serialization_test.rb
|
|
|
lifecycle_test.rb
|
Simplifies observer implementation [#6065 state:resolved]
|
2010-12-09 10:41:43 -08:00 |
locking_test.rb
|
Don't depend on rubygems loading thread (for Mutex)
|
2010-11-25 06:47:27 +08:00 |
log_subscriber_test.rb
|
|
|
mass_assignment_security_test.rb
|
|
|
method_scoping_test.rb
|
|
|
migration_test.rb
|
Fix test on finding migrations from 2 paths
|
2010-12-09 18:50:44 +01:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
multiple_db_test.rb
|
|
|
named_scope_test.rb
|
Replace rudimentary named_scope with scope. [#6052 state:resolved]
|
2010-12-15 14:02:30 -08:00 |
nested_attributes_test.rb
|
fix warnings, stop using global variables
|
2010-11-30 18:46:56 -08:00 |
persistence_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
pooled_connections_test.rb
|
|
|
primary_keys_test.rb
|
|
|
query_cache_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
quoting_test.rb
|
|
|
readonly_test.rb
|
|
|
reflection_test.rb
|
Fix problem where wrong keys are used in JoinAssociation when an association goes :through a belongs_to [#2801 state:resolved]
|
2010-12-20 13:56:04 -08:00 |
relation_scoping_test.rb
|
Replace rudimentary named_scope with scope. [#6052 state:resolved]
|
2010-12-15 14:02:30 -08:00 |
relation_test.rb
|
isolating eager_loading? method
|
2010-11-30 16:10:49 -08:00 |
relations_test.rb
|
ActiveRecord::Base.joins should allow single nil argument [#6181 state:resolved]
|
2010-12-16 22:25:09 +01:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
rolling out migrated_at until I can fix the build
|
2010-12-01 17:08:01 -08:00 |
serialization_test.rb
|
|
|
timestamp_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
transaction_callbacks_test.rb
|
|
|
transactions_test.rb
|
persisted? should be able to return a truthy object
|
2010-12-16 01:49:28 +05:30 |
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
|
|
xml_serialization_test.rb
|
Provide test for #4840: to_xml doesn't work in such case: Event.select('title as t').to_xml
|
2010-12-15 14:02:30 -08:00 |
yaml_serialization_test.rb
|
adding a test for YAML round trip
|
2010-12-02 08:44:48 -08:00 |