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
Jari Jokinen 1e4168007c Fix typo
2012-01-22 09:00:08 +02:00
..
adapters Postgresql: add test case for setting custom libpq connection parameters 2012-01-04 08:45:53 +01:00
associations Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
attribute_methods Fix another race condition. 2012-01-20 18:32:27 +00:00
coders
connection_adapters connection specification will deep copy the config 2011-12-30 15:35:21 -08:00
connection_specification Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
fixtures
identity_map use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
migration disable transactions for this test 2012-01-17 09:18:40 -08:00
session_store test a subclass so that the removed method does not imact other tests 2012-01-05 17:05:43 -08:00
validations validate related records in the same validation context as parent. 2012-01-17 01:40:17 -03:00
adapter_test.rb Fix CI 2011-12-28 23:08:40 +00:00
aggregations_test.rb
ar_schema_test.rb
associations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
attribute_methods_test.rb Test that #[] and #[]= keep working when #read_attribute and #write_attribute are overridden 2012-01-11 09:57:21 +00:00
autosave_association_test.rb call super 2012-01-04 16:21:16 -08:00
base_test.rb Fix typo 2012-01-22 09:00:08 +02:00
batches_test.rb
binary_test.rb remove checks for encodings availability 2011-12-25 14:34:58 +03:00
bind_parameter_test.rb
calculations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +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
column_test.rb on and ON are type casted to a true boolean column 2012-01-11 23:20:13 -02:00
connection_management_test.rb use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
connection_pool_test.rb actually disconnect from the database at the end of each test 2012-01-03 11:06:27 -08:00
counter_cache_test.rb Fix bug where reset_counters resets the wrong counter cache. 2012-01-16 19:06:45 -08:00
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 Fixed after_initialize callbacks call on AR model #dup 2012-01-07 11:11:04 +02:00
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 inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
fixtures_test.rb create_fixtures should accept symbol keys for custom table -> class mappings. Fixes an unintended regression. 2012-01-03 22:50:08 -07:00
habtm_destroy_order_test.rb
helper.rb require test/unit and sort test order 2012-01-06 15:50:47 -08:00
i18n_test.rb
identity_map_test.rb
inclusion_test.rb Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
inheritance_test.rb Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
invalid_date_test.rb
invertible_migration_test.rb migrate(:down) method with table_name_prefix 2012-01-11 00:35:06 +09:00
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb Add ActiveRecord::Base#with_lock 2012-01-18 23:23:41 +01: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 Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
migration_test.rb stop more ddl changes 2012-01-16 15:24:27 -08:00
migrator_test.rb stop more ddl changes 2012-01-16 15:24:27 -08:00
mixin_test.rb
modules_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
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 Fix CI 2011-12-28 23:08:40 +00:00
primary_keys_test.rb Fix CI 2011-12-28 23:08:40 +00:00
query_cache_test.rb use Rack::BodyProxy in activerecord middlewares 2012-01-16 14:36:41 +03:00
quoting_test.rb
readonly_test.rb
reaper_test.rb rename start to run and use Thread.pass rather than sleeping to schedule the watchdog 2011-12-30 16:10:53 -08:00
reflection_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
relation_scoping_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
relation_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
relations_test.rb Deprecate inferred JOINs with includes + SQL snippets. 2012-01-16 21:32:12 +00:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb Try to create schema migrations table in schema dumper test 2012-01-16 04:25:55 +01:00
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 Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
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 No need to require psych since require yaml does that. 2012-01-04 14:29:13 -03:00