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-14 23:22:39 +01:00
..
associations Add block syntax to HasManyAssociation#build. [#502 state:resolve] 2008-07-14 02:24:12 +01:00
aaa_create_tables_test.rb
active_schema_test_mysql.rb Fix mysql 4.1 incompatibility in the active record schema tests. 2008-05-22 11:02:27 +12:00
active_schema_test_postgresql.rb PostgreSQL: update create_database_with_encoding test also 2008-06-07 13:43:52 -07:00
adapter_test.rb Added db:charset support to PostgreSQL. [#556 state:resolved] 2008-07-14 04:11:52 +01:00
adapter_test_sqlserver.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Add :accessible option to Associations for allowing mass assignments using hash. [#474 state:resolved] 2008-07-14 02:53:21 +01:00
attribute_methods_test.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
base_test.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
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
column_definition_test.rb Fixed that create database statements would always include "DEFAULT NULL" (Nick Sieger) [#334 status:committed] 2008-07-14 10:12:54 -05:00
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 Fix tests for postgres 8.3.x 2008-05-26 00:45:42 +01:00
date_time_test.rb
default_test_firebird.rb
defaults_test.rb Fix default nil tests for MySQL 5.0.51 [#192 state:resolved] 2008-05-31 12:36:07 -07:00
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 Make fixture accessors work when fixture name is not same as the table name. [#124 state:resolved] 2008-07-14 02:01:52 +01:00
helper.rb Add assert_sql helper method to check for specific SQL output in Active Record test suite. [#325 state:resolved] 2008-07-14 23:22:39 +01:00
inheritance_test.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
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 Fixed mysql change_column_default to not make the column always nullable. 2008-07-14 12:42:01 -07:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveSupport [#238 state:resolved] 2008-06-03 13:32:53 -05:00
named_scope_test.rb Ensure NamedScope#build/create/create!/new works as expected when named scope has hash conditions. [Daniel Guettler, Pratik Naik] [#419 state:resolved] 2008-07-09 14:09:17 +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 Allow Infinity (1.0/0.0) to pass validates_numericality_of. [#354 state:resolved] 2008-07-09 13:15:07 +01:00
xml_serialization_test.rb