rails--rails/activerecord/test/cases
José Valim 3f948a0e29 Merge master. 2010-02-17 00:48:04 +01:00
..
associations Remove find_with_associations and related code from associations now that Relation handles that stuff 2010-01-20 01:20:20 +05:30
validations Drop AR I18n deprecation and simple use errors.messages as fallback. 2010-01-30 13:12:12 +01:00
active_schema_test_mysql.rb
active_schema_test_postgresql.rb
adapter_test.rb
aggregations_test.rb
ar_schema_test.rb
associations_test.rb
attribute_methods_test.rb
autosave_association_test.rb Drop AR I18n deprecation and simple use errors.messages as fallback. 2010-01-30 13:12:12 +01:00
base_test.rb Make merging of order values consistent 2010-01-17 14:19:41 +05:30
batches_test.rb
binary_test.rb
calculations_test.rb future proofing the sqlite3 adapter code 2010-01-26 15:09:11 -08:00
callbacks_observers_test.rb
callbacks_test.rb Ensure before_validation and after_validation accepts :on as option. 2010-01-06 22:24:16 +01:00
column_alias_test.rb
column_definition_test.rb
connection_pool_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
database_statements_test.rb
datatype_test_postgresql.rb PostgreSQLAdapter: set time_zone to UTC when Base.default_timezone == :utc so that Postgres doesn't incorrectly offset-adjust values inserted into TIMESTAMP WITH TIME ZONE columns [#3777 state:resolved] 2010-01-25 20:57:07 -06:00
date_time_test.rb
default_test_firebird.rb
defaults_test.rb
deprecated_finder_test.rb
dirty_test.rb
finder_respond_to_test.rb
finder_test.rb Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
fixtures_test.rb reduce max size of fixture IDs to fix sqlite2 tests, because sqlite2 was getting negative and changing values for ID field. See http://www.sqlite.org/datatypes.html 2010-01-12 11:01:49 -08:00
helper.rb Fix test load paths for those not using bundler 2010-02-15 10:20:11 -06:00
i18n_test.rb
inheritance_test.rb Changed ActiveRecord::Base.store_full_sti_class to be true by default reflecting the previously announced Rails 3 default [DHH] 2010-01-03 19:30:28 -08:00
invalid_date_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
log_subscriber_test.rb Merge master. 2010-02-17 00:48:04 +01:00
method_scoping_test.rb Make default_scope work with Relations 2010-01-23 13:41:09 +05:30
migration_test.rb Add test case for unable to run migration if ActiveRecord::Base.logger is nil (#3434) 2010-02-02 10:14:51 +01:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb Changed ActiveRecord::Base.store_full_sti_class to be true by default reflecting the previously announced Rails 3 default [DHH] 2010-01-03 19:30:28 -08:00
multiple_db_test.rb Rename active_relation_engine -> arel_engine and active_relation_table -> arel_table 2010-01-16 16:02:30 +05:30
named_scope_test.rb Allow calling class methods on a Relation 2010-01-22 20:10:41 +05:30
nested_attributes_test.rb Raise a RecordNotFound if an ID in nested attributes is given but doesn't return a record. [#2415 state:resolved] 2010-01-07 13:19:49 +01:00
pk_test.rb
pooled_connections_test.rb Move AR logging responsibilities to ActiveRecord::Railties::Subscriber. 2010-01-13 01:19:23 +01:00
query_cache_test.rb future proofing the sqlite3 adapter code 2010-01-26 15:09:11 -08:00
readonly_test.rb Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
reflection_test.rb Renamed AssociationReflection #collection_association? to #collection?. 2010-01-08 21:47:17 +01:00
relations_test.rb Relation should respond to class methods 2010-01-22 20:14:37 +05:30
reload_models_test.rb
reserved_word_test_mysql.rb
sanitize_test.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb
schema_test_postgresql.rb
serialization_test.rb
synonym_test_oracle.rb
timestamp_test.rb
transactions_test.rb
unconnected_test.rb
validations_repair_helper.rb Simplify repair_validations on AR and make it work with new callbacks. 2010-01-01 03:20:38 +01:00
validations_test.rb test_validates_acceptance_of_as_database_column fixed 2010-02-05 16:08:08 -08:00
xml_serialization_test.rb
yaml_serialization_test.rb