rails--rails/activerecord/test/cases
Pratik Naik 8734f9a271 Relation#many? shoud load the records if there's a LIMIT 2009-12-30 12:14:00 +05:30
..
associations Oops. Remove debug information inside a test from the previous commit 2009-12-29 04:33:37 +05:30
attributes Fixed: #without_typecast should only disable typecasting on the duplicated attributes [#3387 state:resolved] 2009-10-18 10:22:22 -05:00
types Refactoring attributes/types [#3348 state:resolved] 2009-10-17 12:37:15 -05:00
validations Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
active_schema_test_mysql.rb
active_schema_test_postgresql.rb
adapter_test.rb Merge commit 'rails/master' 2009-08-10 18:07:33 -03:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb When passing force_reload = true to an association, don't use the query cache [#1827 state:resolved] 2009-12-16 10:49:53 -06:00
attribute_methods_test.rb
autosave_association_test.rb Make sure to not add autosave callbacks multiple times. [#3575 state:resolved] 2009-12-28 16:56:31 +01:00
base_test.rb Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
batches_test.rb Add new finder methods to association collection. 2009-12-27 00:25:00 +05:30
binary_test.rb
calculations_test.rb Migrate all the calculation methods to Relation 2009-12-29 04:30:04 +05:30
callbacks_observers_test.rb Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
callbacks_test.rb Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
column_alias_test.rb
column_definition_test.rb AR should respect default values for MySQL BINARY and VARBINARY columns. 2009-08-09 21:05:26 -07:00
connection_pool_test.rb
connection_test_firebird.rb
connection_test_mysql.rb Enable use of MySQL stored procedures by default. 2009-09-17 10:57:03 -07:00
copy_table_test_sqlite.rb Missing customers fixture 2009-11-13 10:38:23 -08:00
database_statements_test.rb
datatype_test_postgresql.rb
date_time_test.rb
default_test_firebird.rb
defaults_test.rb
deprecated_finder_test.rb
dirty_test.rb Replace Model.first(options) with new finder methods inside tests 2009-12-27 01:50:03 +05:30
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
helper.rb Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
i18n_test.rb Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors. 2009-10-20 17:52:32 -07:00
inheritance_test.rb
invalid_date_test.rb
json_serialization_test.rb
lifecycle_test.rb Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
locking_test.rb Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
method_scoping_test.rb Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
migration_test.rb Add support for Mysql column positioning via #add_column and #change_column 2009-12-03 23:09:57 -08:00
migration_test_firebird.rb
mixin_test.rb
modules_test.rb Changed to use klass instead of constantizing in assign_ids generated method 2009-08-09 02:52:06 -07:00
multiple_db_test.rb
named_scope_test.rb Add new finder methods to association collection. 2009-12-27 00:25:00 +05:30
nested_attributes_test.rb Refactored previous changes to nested attributes. 2009-12-28 21:09:22 +01:00
pk_test.rb raises exception (ActiveRecord::ConfigurationError with message) on habtm association creation if join table contains a primary key 2009-08-09 22:17:39 -07:00
pooled_connections_test.rb Resolve deadlock in pooled connections test 2009-11-10 11:00:29 -08:00
query_cache_test.rb
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 delete correct records for a has_many with :primary_key and :dependent => :delete_all 2009-11-10 18:41:37 +13:00
relations_test.rb Relation#many? shoud load the records if there's a LIMIT 2009-12-30 12:14:00 +05:30
reload_models_test.rb
reserved_word_test_mysql.rb
sanitize_test.rb
schema_authorization_test_postgresql.rb
schema_dumper_test.rb PostgreSQL: XML datatype support 2009-08-09 22:24:54 -07:00
schema_test_postgresql.rb
serialization_test.rb
state_machine_test.rb
synonym_test_oracle.rb
timestamp_test.rb
transactions_test.rb Refactor new callbacks and AR implementation. 2009-09-08 10:26:39 -05:00
types_test.rb Refactoring attributes/types [#3348 state:resolved] 2009-10-17 12:37:15 -05:00
unconnected_test.rb
validations_repair_helper.rb No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.reset_callbacks(:validate) is enough. However, tests in ActiveRecord are still coupled, so moved ValidationsRepairHelper back there. 2009-12-23 13:30:58 +01:00
validations_test.rb Don't publicize with_scope for tests since it may shadow public misuse 2009-12-28 14:07:23 -08:00
xml_serialization_test.rb
yaml_serialization_test.rb Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on ActiveRecord models with DateTime attributes. 2009-12-15 08:15:21 -06:00