.. |
adapters
|
Unify the collation API for the database adpters
|
2012-07-01 12:58:41 -03:00 |
associations
|
Remove ActiveRelation#inspect
|
2012-06-29 14:58:19 -05:00 |
attribute_methods
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
coders
|
|
|
connection_adapters
|
Simplify AR configuration code.
|
2012-06-15 19:15:36 +01:00 |
connection_specification
|
The resolver tests fail if the mysql gem is not installed; this breaks
|
2012-06-03 17:24:17 -07:00 |
fixtures
|
|
|
migration
|
Refactor references schema definitions
|
2012-07-03 13:25:25 -03:00 |
relation
|
predicate builder should not recurse for determining where columns.
|
2012-05-30 15:09:13 -07:00 |
session_store
|
|
|
tasks
|
Merge pull request #6838 from kennyj/added_registration_task
|
2012-07-07 05:58:01 -07:00 |
validations
|
|
|
adapter_test.rb
|
|
|
ar_schema_test.rb
|
|
|
associations_test.rb
|
|
|
attribute_methods_test.rb
|
Move newly added multiparameter tests to base_test file
|
2012-06-28 09:58:41 -03:00 |
autosave_association_test.rb
|
|
|
base_test.rb
|
Remove some aggregation tests related to composed_of
|
2012-06-28 09:58:58 -03:00 |
batches_test.rb
|
|
|
binary_test.rb
|
|
|
bind_parameter_test.rb
|
|
|
calculations_test.rb
|
Ensure Arel columns are typecasted properly when grouping with calculation
|
2012-06-25 18:31:59 -03:00 |
callbacks_test.rb
|
+ ActiveRecord::Base#destroy!
|
2012-06-06 13:27:51 -04:00 |
clone_test.rb
|
|
|
column_alias_test.rb
|
|
|
column_definition_test.rb
|
Add uuid type support to PostgreSQL adapter
|
2012-06-14 17:44:51 +04:00 |
column_test.rb
|
fix quoting for ActiveSupport::Duration instances
|
2012-07-04 22:39:16 -05:00 |
connection_management_test.rb
|
|
|
connection_pool_test.rb
|
Remove warnings and unused code
|
2012-06-11 22:07:37 -03:00 |
counter_cache_test.rb
|
|
|
custom_locking_test.rb
|
|
|
database_statements_test.rb
|
|
|
date_time_test.rb
|
|
|
defaults_test.rb
|
|
|
deprecated_dynamic_methods_test.rb
|
made dynamic finders alias_attribute aware
|
2012-06-22 16:44:01 +02:00 |
dirty_test.rb
|
Remove unneded tests.
|
2012-06-14 19:31:21 -03:00 |
dup_test.rb
|
|
|
explain_subscriber_test.rb
|
explain listener does not care about time, so use evented listener
|
2012-06-20 14:20:55 -07:00 |
explain_test.rb
|
|
|
finder_respond_to_test.rb
|
made dynamic finders alias_attribute aware
|
2012-06-22 16:44:01 +02:00 |
finder_test.rb
|
exists?(false) returns false
|
2012-06-25 18:30:15 +03:00 |
fixtures_test.rb
|
|
|
habtm_destroy_order_test.rb
|
|
|
helper.rb
|
remove duplicate requires of mocha.
|
2012-07-03 14:28:29 -07:00 |
i18n_test.rb
|
|
|
inclusion_test.rb
|
Address test_basic_model test error with Oracle enhanced adapter
|
2012-06-27 23:51:50 +09:00 |
inheritance_test.rb
|
|
|
invalid_date_test.rb
|
|
|
invertible_migration_test.rb
|
|
|
json_serialization_test.rb
|
Fix serializable_hash with xml generation and default :except option
|
2012-06-22 08:28:26 -03:00 |
lifecycle_test.rb
|
|
|
locking_test.rb
|
|
|
log_subscriber_test.rb
|
|
|
mass_assignment_security_test.rb
|
Fix deprecation warnings when using config.active_record.mass_assignment_sanitizer=
|
2012-06-15 19:15:37 +01:00 |
migration_test.rb
|
Use . instead of :: for class methods, add CHANGELOG entries
|
2012-06-10 11:38:37 +02:00 |
migrator_test.rb
|
|
|
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
multiple_db_test.rb
|
|
|
named_scope_test.rb
|
Fix #6635. We should call Scoping methods, before calling Array methods.
|
2012-06-10 23:55:42 +09:00 |
nested_attributes_test.rb
|
Made ArgumentError messages consistent.
|
2012-07-06 14:31:33 +12:00 |
persistence_test.rb
|
Remove update_attribute.
|
2012-06-14 18:54:24 +02:00 |
pooled_connections_test.rb
|
|
|
primary_keys_test.rb
|
|
|
query_cache_test.rb
|
Disable query cache for lock queries
|
2012-07-06 15:01:55 +02:00 |
quoting_test.rb
|
fix quoting for ActiveSupport::Duration instances
|
2012-07-04 22:39:16 -05:00 |
readonly_test.rb
|
|
|
reaper_test.rb
|
|
|
reflection_test.rb
|
Add test cases for 46492949b8
|
2012-06-23 10:43:25 +01:00 |
relation_scoping_test.rb
|
|
|
relation_test.rb
|
|
|
relations_test.rb
|
Relation#inspect handles doesn't perform a new query on an already-loaded relation
|
2012-07-07 10:07:28 +01:00 |
reload_models_test.rb
|
|
|
sanitize_test.rb
|
|
|
schema_dumper_test.rb
|
Merge pull request #4396 from kennyj/fix_4259
|
2012-06-20 14:08:23 -03:00 |
serialization_test.rb
|
Added *instance_writer: false* for stored/serialized attributes.
|
2012-07-07 16:36:21 +09:00 |
store_test.rb
|
Added *instance_writer: false* for stored/serialized attributes.
|
2012-07-07 16:36:21 +09:00 |
test_case.rb
|
|
|
timestamp_test.rb
|
Remove update_attribute.
|
2012-06-14 18:54:24 +02:00 |
transaction_callbacks_test.rb
|
|
|
transactions_test.rb
|
|
|
unconnected_test.rb
|
|
|
validations_repair_helper.rb
|
|
|
validations_test.rb
|
|
|
xml_serialization_test.rb
|
Fix serializable_hash with xml generation and default :except option
|
2012-06-22 08:28:26 -03:00 |
yaml_serialization_test.rb
|
|
|