.. |
associations
|
PostgreSQL: use a subselect to correctly perform eager finds with :limit and :order. Closes #4668.
|
2007-01-12 05:14:55 +00:00 |
connections
|
use RAILS_DEFAULT_LOGGER in debug mode so we can log Dependencies activity
|
2006-12-19 18:44:04 +00:00 |
fixtures
|
SQLServer: handle [quoted] table names. Closes #6635.
|
2007-01-12 05:44:28 +00:00 |
aaa_create_tables_test.rb
|
|
|
abstract_unit.rb
|
|
|
active_schema_test_mysql.rb
|
|
|
adapter_test.rb
|
|
|
adapter_test_sqlserver.rb
|
|
|
aggregations_test.rb
|
|
|
all.sh
|
|
|
ar_schema_test.rb
|
|
|
association_inheritance_reload.rb
|
|
|
associations_test.rb
|
fix regression in has_one#create, that caused instances thus created to be orphaned
|
2007-01-11 18:04:47 +00:00 |
attribute_methods_test.rb
|
|
|
base_test.rb
|
Sybase adapter fixes. Closes #6926 [jsheets]
|
2007-01-05 00:12:06 +00:00 |
binary_test.rb
|
|
|
calculations_test.rb
|
Deprecation: count class method should be called with an options hash rather than two args for conditions and joins. Closes #6287.
|
2006-09-26 17:02:45 +00:00 |
callbacks_test.rb
|
add a failing test so we can make it happy again
|
2006-10-04 15:38:59 +00:00 |
class_inheritable_attributes_test.rb
|
|
|
column_alias_test.rb
|
|
|
connection_test_firebird.rb
|
|
|
copy_table_sqlite.rb
|
|
|
datatype_test_postgresql.rb
|
|
|
default_test_firebird.rb
|
|
|
defaults_test.rb
|
Test for forged '' default before it's typecast. Closes #6156.
|
2006-11-20 11:44:31 +00:00 |
deprecated_associations_test.rb
|
|
|
deprecated_finder_test.rb
|
Deprecation: count class method should be called with an options hash rather than two args for conditions and joins. Closes #6287.
|
2006-09-26 17:02:45 +00:00 |
empty_date_time_test.rb
|
|
|
finder_test.rb
|
Pass a range in :conditions to use the SQL BETWEEN operator. Closes #6974.
|
2007-01-10 10:13:18 +00:00 |
fixtures_test.rb
|
Don't rollback in teardown unless a transaction was started. Don't start a transaction in create_fixtures if a transaction is started. Closes #6282.
|
2006-10-09 07:48:27 +00:00 |
inheritance_test.rb
|
Subclass instantiation doesn't try to explicitly require the corresponding subclass. Closes #6840.
|
2006-12-19 19:23:56 +00:00 |
lifecycle_test.rb
|
|
|
locking_test.rb
|
Sybase adapter fixes. Closes #6926 [jsheets]
|
2007-01-05 00:12:06 +00:00 |
method_scoping_test.rb
|
Deprecation: count class method should be called with an options hash rather than two args for conditions and joins. Closes #6287.
|
2006-09-26 17:02:45 +00:00 |
migration_test.rb
|
Sybase adapter fixes. Closes #6926 [jsheets]
|
2007-01-05 00:12:06 +00:00 |
migration_test_firebird.rb
|
Firebird: decimal/numeric support. Closes #6408.
|
2006-11-07 19:56:01 +00:00 |
mixin_nested_set_test.rb
|
acts_as_nested_set works with single-table inheritance. Closes #6030.
|
2007-01-12 05:33:09 +00:00 |
mixin_test.rb
|
|
|
modules_test.rb
|
|
|
multiple_db_test.rb
|
|
|
pk_test.rb
|
|
|
readonly_test.rb
|
|
|
reflection_test.rb
|
Removes the ability for eager loaded conditions to be interpolated, since there is no model instance to use as a context for interpolation. #5553 [turnip@turnipspatch.com]
|
2006-10-09 02:46:57 +00:00 |
schema_authorization_test_postgresql.rb
|
|
|
schema_dumper_test.rb
|
Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out feature availability check.
|
2006-11-14 03:32:16 +00:00 |
schema_test_postgresql.rb
|
|
|
synonym_test_oracle.rb
|
|
|
table_name_test_sqlserver.rb
|
SQLServer: handle [quoted] table names. Closes #6635.
|
2007-01-12 05:44:28 +00:00 |
threaded_connections_test.rb
|
|
|
transactions_test.rb
|
Fix new_record? and id rollback. Closes #6910.
|
2007-01-12 05:10:06 +00:00 |
unconnected_test.rb
|
|
|
validations_test.rb
|
Consolidated different create and create! versions to call through to the base class with scope. This fixes inconsistencies, especially related to protected attribtues.
|
2006-12-06 00:13:31 +00:00 |
xml_serialization_test.rb
|
Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side effects [Koz]
|
2006-09-24 01:37:45 +00:00 |