.. |
adapters
|
renaming exec in the mysql adapter
|
2010-11-05 10:21:14 -07:00 |
associations
|
removing space errors
|
2010-11-18 10:01:29 -08:00 |
migration
|
command recorder will record commands sent to a delegate object
|
2010-11-19 10:24:16 -08:00 |
session_store
|
use persisted? instead of new_record? wherever possible
|
2010-11-09 13:54:04 -02:00 |
validations
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
adapter_test.rb
|
|
|
aggregations_test.rb
|
code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them
|
2010-08-17 03:32:11 +02:00 |
ar_schema_test.rb
|
|
|
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
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
autosave_association_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
base_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -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
|
Cleanup deprecation warnings in active record
|
2010-09-06 13:39:55 +02:00 |
column_alias_test.rb
|
|
|
column_definition_test.rb
|
|
|
connection_management_test.rb
|
|
|
connection_pool_test.rb
|
fix ruby 1.9 deadlock problem, fixes #5736 add connection pool tests
|
2010-10-06 14:45:56 -06:00 |
counter_cache_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
Move helper methods to helper.rb. Make test not depend on local TZ to pass or fail.
|
2010-09-21 15:07:43 +02:00 |
defaults_test.rb
|
|
|
deprecated_finder_test.rb
|
|
|
dirty_test.rb
|
Ensure save always updates timestamps when serialized attributes are present
|
2010-11-02 01:42:49 +00:00 |
dynamic_finder_match_test.rb
|
fisting test organization
|
2010-09-29 10:36:32 -07:00 |
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
|
type_name should check for blank because people may have messed up databases
|
2010-09-30 16:03:05 -07: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
|
fixed some issues with JSON encoding
|
2010-09-07 11:33:10 -07:00 |
lifecycle_test.rb
|
|
|
locking_test.rb
|
clear any stale connections before messing with threaded tests
|
2010-10-13 16:58:03 -07:00 |
log_subscriber_test.rb
|
|
|
mass_assignment_security_test.rb
|
|
|
method_scoping_test.rb
|
adding tests for #5234 and #5184. Tests were from Akira Matsuda. Thanks Akira!
|
2010-10-30 13:20:54 -07:00 |
migration_test.rb
|
testing instance based migrations
|
2010-11-17 14:26:35 -08:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
multiple_db_test.rb
|
|
|
named_scope_test.rb
|
Models should be equals even after destroyed
|
2010-11-16 12:40:40 -02:00 |
nested_attributes_test.rb
|
Fixed bug in active_record/nested_attributes where an empty string id caused an ActiveRecord::RecordNotFound error. Found by [Ben Tillman]
|
2010-11-11 15:23:40 -02:00 |
persistence_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
pooled_connections_test.rb
|
removing useless ternary
|
2010-08-19 10:46:10 -07:00 |
primary_keys_test.rb
|
code gardening: we have assert_(nil|blank|present), more concise, with better default failure messages - let's use them
|
2010-08-17 03:32:11 +02:00 |
query_cache_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
quoting_test.rb
|
all columns respond to string_to_binary, so no need to check respond_to?
|
2010-10-12 13:10:52 -07:00 |
readonly_test.rb
|
|
|
reflection_test.rb
|
Add timestamps to Topic
|
2010-11-02 01:24:31 +00:00 |
relation_scoping_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
relations_test.rb
|
testing multiple ORd queries
|
2010-11-18 13:39:57 -08:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
Fix SQLite adapter name [#5842 state:resolved]
|
2010-10-19 10:44:59 -07:00 |
serialization_test.rb
|
|
|
timestamp_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
transaction_callbacks_test.rb
|
fisting after_rollback and after commit callbacks
|
2010-08-20 00:06:49 -07:00 |
transactions_test.rb
|
removing many unused variables
|
2010-11-16 17:06:50 -08:00 |
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
Cleanup deprecation warnings in active record
|
2010-09-06 13:39:55 +02:00 |
xml_serialization_test.rb
|
|
|
yaml_serialization_test.rb
|
|
|