1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases
2008-07-06 20:25:10 +02:00
..
associations Add support for :primary_key option to has_one as well as has_many so that a key other than the default primary key can be used for the association 2008-07-06 20:25:10 +02:00
aaa_create_tables_test.rb
active_schema_test_mysql.rb
active_schema_test_postgresql.rb PostgreSQL: update create_database_with_encoding test also 2008-06-07 13:43:52 -07:00
adapter_test.rb
adapter_test_sqlserver.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb
base_test.rb
binary_test.rb
calculations_test.rb Add :from option to calculations. [#397 state:resolved] 2008-06-11 18:07:57 -07:00
callbacks_observers_test.rb Callbacks fire before notifying observers [#230 state:resolved] 2008-06-03 13:38:00 -05:00
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
database_statements_test.rb PostgreSQL: insert looks up pk and sequence name if not given. [#384 state:resolved] 2008-06-10 15:50:01 -07:00
datatype_test_postgresql.rb
date_time_test.rb
default_test_firebird.rb
defaults_test.rb
deprecated_finder_test.rb
dirty_test.rb Dirty: recognize when an integer changes from zero to blank. [#433 state:resolved] 2008-06-27 21:31:06 -07:00
finder_respond_to_test.rb
finder_test.rb Allow conditions on multiple tables to be specified using hash. 2008-06-28 01:27:51 +01:00
fixtures_test.rb
helper.rb
inheritance_test.rb
invalid_date_test.rb
json_serialization_test.rb
lifecycle_test.rb Fix observers that use after_find. [#375 state:resolved] 2008-06-17 19:45:18 +01:00
locking_test.rb Partial updates don't update lock_version if nothing changed. [#426 state:resolved] 2008-06-22 20:33:43 -07:00
method_scoping_test.rb Fix column collision with named_scope and :joins. [#46 state:resolved] 2008-06-22 19:21:15 -07:00
migration_test.rb MySQL: treat integer with :limit => 11 as a display width, not byte size, for backward-compatibility. 2008-06-27 01:07:22 -07:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
named_scope_test.rb Add extra hash conditions tests for named_scope 2008-06-28 01:57:32 +01:00
pk_test.rb
query_cache_test.rb
readonly_test.rb
reflection_test.rb Add support for :primary_key option to has_one as well as has_many so that a key other than the default primary key can be used for the association 2008-07-06 20:25:10 +02:00
reserved_word_test_mysql.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb Test for tinyint 2008-06-23 23:42:06 -07:00
schema_test_postgresql.rb
serialization_test.rb
synonym_test_oracle.rb
table_name_test_sqlserver.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb Add :tokenizer option to validates_length_of. [#507 state:resolved] 2008-07-04 01:31:39 +01:00
xml_serialization_test.rb