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
2011-12-24 11:08:16 +00:00
..
adapters skip hstore tests on PG databases that do not have hstore 2011-12-20 14:04:51 -06:00
associations remove requires of core_ext/array/random_access that no longer exists 2011-12-21 19:19:19 +03:00
attribute_methods Deal with global config better between AR::Base and AR::Model 2011-12-24 11:08:15 +00:00
coders
connection_adapters Extract common logic into a method 2011-12-24 11:08:15 +00:00
connection_specification I herd you like modules. 2011-12-24 11:08:15 +00:00
fixtures
identity_map
migration
session_store Unfluff the CI. 2011-12-14 11:05:00 +00:00
validations 'with_kcode' removed. 2011-12-21 15:39:50 +05:30
adapter_test.rb Revert naive O(1) table_exists? implementation. 2011-12-13 23:46:26 +00:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb don't change class definition in test case 2011-11-29 09:14:21 -08:00
attribute_methods_test.rb Fix #4046. 2011-12-23 18:20:35 +00:00
autosave_association_test.rb
base_test.rb Ensure attribute methods are included after all the AR stuff 2011-12-24 11:08:16 +00:00
batches_test.rb
binary_test.rb
bind_parameter_test.rb
calculations_test.rb Make ActiveRecord::Relation#pluck work with serialized attributes 2011-12-22 19:23:27 +00:00
callbacks_test.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
clone_test.rb
column_alias_test.rb
column_definition_test.rb
configuration_test.rb Deal with global config better between AR::Base and AR::Model 2011-12-24 11:08:15 +00:00
connection_management_test.rb Move connection resoluion logic to it's own testable class. 2011-11-28 15:23:25 -08:00
connection_pool_test.rb Automatic closure of connections in threads is deprecated. For example 2011-11-29 15:04:41 -08:00
counter_cache_test.rb
custom_locking_test.rb
database_statements_test.rb
date_time_test.rb
defaults_test.rb
deprecated_finder_test.rb
dirty_test.rb
dup_test.rb
dynamic_finder_match_test.rb
explain_test.rb implements a much faster auto EXPLAIN, closes #3843 [José Valim & Xavier Noria] 2011-12-04 11:52:12 -08:00
finder_respond_to_test.rb
finder_test.rb Deprecate set_primary_key in favour of self.primary_key= 2011-11-29 20:13:37 +00:00
fixtures_test.rb Revert "Merge pull request #4114 from alexeymuranov/my_fix_for_prefix_suffix_fixtures_test" 2011-12-22 17:04:01 +00:00
habtm_destroy_order_test.rb
helper.rb remove more uses of deprecated logger methods 2011-12-19 21:05:28 -08:00
i18n_test.rb
identity_map_test.rb
inclusion_test.rb Make PredicateBuilder recognise AR::Model 2011-12-24 11:08:16 +00:00
inheritance_test.rb Deprecate set_inheritance_column in favour of self.inheritance_column= 2011-11-29 20:13:36 +00:00
invalid_date_test.rb
invertible_migration_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb remove deprecated set and original methods for table_name, primary_key, etc 2011-12-21 22:00:55 +03:00
log_subscriber_test.rb remove more uses of deprecated logger methods 2011-12-19 21:05:28 -08:00
mass_assignment_security_test.rb added failing tests for has_many, has_one and belongs_to associations with strict mass assignment sanitizer, fixed build_record to not merge creation_attributes, removed failing nested attributes tests (that feature was broken anyway) #4051 2011-12-21 21:10:15 +01:00
method_scoping_test.rb
migration_test.rb Allow to filter migrations by passing a block 2011-12-09 21:43:36 +01:00
mixin_test.rb
modules_test.rb
multiple_db_test.rb pools are 1:1 with spec now rather than 1:1 with class 2011-11-28 15:23:25 -08:00
named_scope_test.rb remove requires of core_ext/array/random_access that no longer exists 2011-12-21 19:19:19 +03:00
nested_attributes_test.rb added failing tests for has_many, has_one and belongs_to associations with strict mass assignment sanitizer, fixed build_record to not merge creation_attributes, removed failing nested attributes tests (that feature was broken anyway) #4051 2011-12-21 21:10:15 +01:00
persistence_test.rb
pooled_connections_test.rb Removed test which works only < 1.9 2011-12-21 15:35:57 +05:30
primary_keys_test.rb Cache columns at the model level. 2011-12-16 13:52:07 +00:00
query_cache_test.rb
quoting_test.rb
readonly_test.rb
reflection_test.rb serialize fails on subclass 2011-12-23 18:19:25 +00:00
relation_scoping_test.rb Add return for 1.8.7 2011-12-14 11:11:12 +00:00
relation_test.rb
relations_test.rb
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb
serialization_test.rb
store_test.rb Fix typo 2011-11-30 23:18:40 +00:00
timestamp_test.rb
transaction_callbacks_test.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
transactions_test.rb Automatic closure of connections in threads is deprecated. For example 2011-11-29 15:04:41 -08:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb Deprecate set_table_name in favour of self.table_name= or defining your own method. 2011-11-29 20:13:36 +00:00
xml_serialization_test.rb
yaml_serialization_test.rb stop test resetting global state 2011-12-23 23:22:24 +00:00