.. |
adapters
|
Postgresql: add test case for setting custom libpq connection parameters
|
2012-01-04 08:45:53 +01:00 |
associations
|
get rid of using instance_variable_names method from AS
|
2012-01-07 14:44:47 +03:00 |
attribute_methods
|
Support configuration on ActiveRecord::Model.
|
2011-12-28 18:27:41 +00:00 |
coders
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
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
|
Fix a couple of helper requires that were missed. This was causing the tests to fail to run on 1.8.7.
|
2011-06-07 08:35:55 +01:00 |
identity_map
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
migration
|
moving the table and index test to it's own file
|
2012-01-12 11:39:59 -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
|
allow association as 1st uniqueness validation arg
|
2012-01-06 19:17:36 -05:00 |
adapter_test.rb
|
Fix CI
|
2011-12-28 23:08:40 +00:00 |
aggregations_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
ar_schema_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
associations_test.rb
|
Deprecate implicit eager loading. Closes #950.
|
2011-12-29 14:27:33 +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 table_name in ActiveRecord with more than one abstract ancestors
|
2012-01-12 20:39:12 +01:00 |
batches_test.rb
|
Sort here to make sure the order is ok.
|
2011-09-05 12:49:34 +05:30 |
binary_test.rb
|
remove checks for encodings availability
|
2011-12-25 14:34:58 +03:00 |
bind_parameter_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
calculations_test.rb
|
Deprecate implicit eager loading. Closes #950.
|
2011-12-29 14:27:33 +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
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
column_alias_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
column_definition_test.rb
|
Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapter and Mysql2Adapter.
|
2011-08-29 12:43:39 +01:00 |
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
|
Move connection resoluion logic to it's own testable class.
|
2011-11-28 15:23:25 -08: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
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
custom_locking_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
database_statements_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
date_time_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
defaults_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
deprecated_finder_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
dirty_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
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
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
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
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
finder_test.rb
|
Deprecate implicit eager loading. Closes #950.
|
2011-12-29 14:27:33 +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
|
Destroy association habtm record before destroying the record itself. Fixes issue #402.
|
2011-07-08 22:26:54 +01:00 |
helper.rb
|
require test/unit and sort test order
|
2012-01-06 15:50:47 -08:00 |
i18n_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
identity_map_test.rb
|
Changed a few instances of of words in the API docs written in British English to
|
2011-07-24 10:21:42 +00:00 |
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
|
Changed a few instances of of words in the API docs written in British English to
|
2011-07-24 10:21:42 +00:00 |
invertible_migration_test.rb
|
migrate(:down) method with table_name_prefix
|
2012-01-11 00:35:06 +09:00 |
json_serialization_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
lifecycle_test.rb
|
Allow ActiveRecord observers to be disabled.
|
2011-08-12 20:48:44 -07:00 |
locking_test.rb
|
removed unnecessary +1 from assert_difference because default difference is 1
|
2012-01-05 00:03:30 +05:30 |
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 implicit eager loading. Closes #950.
|
2011-12-29 14:27:33 +00:00 |
migration_test.rb
|
moving the table and index test to it's own file
|
2012-01-12 11:39:59 -08:00 |
mixin_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
modules_test.rb
|
Deprecate implicit eager loading. Closes #950.
|
2011-12-29 14:27:33 +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
|
Raise error when using write_attribute with a non-existent attribute.
|
2011-09-13 00:01:58 +01:00 |
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
|
Added failing test case for changing schema in migration not clearing the prepared statement cache
|
2011-10-27 10:50:38 -07:00 |
quoting_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
readonly_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
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
|
serialize fails on subclass
|
2011-12-23 18:19:25 +00:00 |
relation_scoping_test.rb
|
Revert "Add return for 1.8.7"
|
2012-01-06 04:12:16 -02:00 |
relation_test.rb
|
correctly handle order calls after a reorder
|
2012-01-03 14:52:36 -05:00 |
relations_test.rb
|
Deprecate implicit eager loading. Closes #950.
|
2011-12-29 14:27:33 +00:00 |
reload_models_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
sanitize_test.rb
|
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
|
2011-06-06 15:47:13 -07:00 |
schema_dumper_test.rb
|
call super from setup
|
2012-01-04 17:11:15 -08:00 |
serialization_test.rb
|
Raise error when using write_attribute with a non-existent attribute.
|
2011-09-13 00:01:58 +01:00 |
store_test.rb
|
Fix typo
|
2011-11-30 23:18:40 +00:00 |
timestamp_test.rb
|
Allow instances to disable record_timestamps
|
2011-10-26 18:20:12 +01:00 |
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
|
Move to_xml tests to xml_serialization_test.rb
|
2011-07-17 11:34:07 -07:00 |
yaml_serialization_test.rb
|
No need to require psych since require yaml does that.
|
2012-01-04 14:29:13 -03:00 |