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
Angelo capilleri 5646d65d01 changed xml type datetime to dateTime, fixes #6328
XmlMini define the xml 'datatime', but according to
http://www.w3.org/TR/xmlschema-2/#dateTime could be better
change this to 'dateTime' with upper case letter 'T.
So 'DateTime' and 'Time' are redefined from 'datetime' to 'dateTime'

add the changing to the changelog
2012-05-23 14:45:56 +02:00
..
adapters Fix warning: ambiguous first argument. 2012-05-18 00:51:38 +09:00
associations Ensure that CollectionAssociation#replace returns proper target 2012-05-19 04:06:11 -07:00
attribute_methods Deprecate Column#type_cast_code 2012-03-29 23:04:51 -03:00
coders ActiveRecord::Coders::YAMLColumn#dump should raise an error 2012-03-26 21:57:39 +02:00
connection_adapters Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool" 2012-05-22 15:01:36 -03:00
connection_specification
fixtures
migration port some mocha to minitest/mock 2012-05-18 10:23:26 -07:00
session_store Rename test file so that the test suite matches it, implement persisted? for SqlBypass as expected by tests and convert session_id to string before using on queries to get correct quotes on postgresql (avoid casting error). 2012-05-16 00:28:03 -03:00
validations remove deprecated calls 2012-04-27 14:28:36 +01:00
adapter_test.rb
aggregations_test.rb allow the :converter Proc form composed_of to return nil 2012-05-03 17:11:42 +02:00
ar_schema_test.rb Call methods on the correct instance in AR::Schema.define 2012-05-16 15:19:59 -07:00
associations_test.rb find and replace deprecated keys 2012-04-27 12:37:21 +01:00
attribute_methods_test.rb Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07:00
autosave_association_test.rb CollectionProxy < Relation 2012-05-11 20:11:04 +01:00
base_test.rb Merge pull request #6376 from jgaskins/timestamp-microseconds 2012-05-18 17:30:35 -07:00
batches_test.rb remove deprecated #find_in_batches calls 2012-04-26 18:04:41 +01:00
binary_test.rb Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
bind_parameter_test.rb fix todo: use minitest skip instead of return nil 2012-05-13 02:27:52 -05:00
calculations_test.rb MySQL returns "SUM(DISTINCT(credit_limit))" as the column name unless 2012-05-16 14:07:10 -07:00
callbacks_test.rb
clone_test.rb
column_alias_test.rb
column_definition_test.rb PG column consults oid types when typecasting 2012-02-10 16:06:39 -08:00
column_test.rb Prevent creating valid time-like objects from blank string from db 2012-05-05 23:35:25 +03:00
connection_management_test.rb database connections are automatically established after forking. 2012-02-16 14:33:38 -08:00
connection_pool_test.rb Revert "Merge pull request #6416 from pmahoney/threadsafe-connection-pool" 2012-05-22 15:01:36 -03: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 remove deprecated calls 2012-04-27 14:28:36 +01:00
database_statements_test.rb
date_time_test.rb
defaults_test.rb
deprecated_dynamic_methods_test.rb quarantine more deprecated stuff 2012-05-18 15:04:36 +01:00
dirty_test.rb remove deprecate #update_all usage 2012-04-26 13:29:48 +01:00
dup_test.rb
explain_subscriber_test.rb let automatic EXPLAIN ignore CACHE notifications 2012-02-03 16:10:39 -08:00
explain_test.rb Fix build. It seems that the Mocha's behavior were changed. 2012-04-25 01:31:26 +09:00
finder_respond_to_test.rb Add dynamic find_or_create_by_{attribute}! method. 2012-03-12 14:16:19 +00:00
finder_test.rb quarantine more deprecated stuff 2012-05-18 15:04:36 +01:00
fixtures_test.rb remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01:00
habtm_destroy_order_test.rb
helper.rb port some mocha to minitest/mock 2012-05-18 10:23:26 -07:00
i18n_test.rb
inclusion_test.rb
inheritance_test.rb remove deprecated calls 2012-04-27 14:28:36 +01:00
invalid_date_test.rb Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07:00
invertible_migration_test.rb
json_serialization_test.rb
lifecycle_test.rb Build fix for observed_classes 2012-04-30 11:03:25 +05:30
locking_test.rb removed deprecation warnings 2012-04-28 10:55:11 +07:00
log_subscriber_test.rb Remove IdentityMap 2012-03-13 20:08:54 -03:00
mass_assignment_security_test.rb quarantine deprecated tests 2012-05-18 14:46:54 +01:00
migration_test.rb port some mocha to minitest/mock 2012-05-18 10:23:26 -07:00
migrator_test.rb stop more ddl changes 2012-01-16 15:24:27 -08:00
mixin_test.rb
modules_test.rb remove deprecated calls 2012-04-27 14:28:36 +01:00
multiple_db_test.rb Fix GH #5399. connection_pools's keys are ActiveRecord::Base::ConnectionSpecification objects. 2012-03-14 02:11:40 +09:00
named_scope_test.rb quarantine deprecated tests 2012-05-18 14:46:54 +01:00
nested_attributes_test.rb Nested attribute setters can be overridden. 2012-03-28 19:08:31 -04:00
persistence_test.rb Remove unused assignments from activerecord tests 2012-04-29 10:02:58 -07:00
pooled_connections_test.rb
primary_keys_test.rb fix build 5001, model reply is required in cases/primary_keys_test too! 2012-02-12 14:02:24 +05:30
query_cache_test.rb remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01:00
quoting_test.rb
readonly_test.rb Don't destroy readonly models 2012-05-17 17:52:17 +02:00
reaper_test.rb
reflection_test.rb remove calls to find(:first), find(:last) and find(:all) 2012-04-26 18:32:55 +01:00
relation_scoping_test.rb quarantine deprecated tests 2012-05-18 14:46:54 +01:00
relation_test.rb Relation#from to accept other Relation objects 2012-05-17 02:36:13 +03:00
relations_test.rb fixed typo in word finiding 2012-05-20 22:11:32 +03:00
reload_models_test.rb
sanitize_test.rb
schema_dumper_test.rb Adds migration and schema dump support for INET, CIDR, and MACADDR 2012-05-05 13:54:00 -04:00
serialization_test.rb Replaced all 'for' loops with Enumerable#each 2012-01-30 03:15:49 +08:00
store_test.rb Convert Hash to HashWithIndifferentAccess in ActiveRecord::Store. 2012-05-22 18:08:39 +04:00
test_case.rb Get ActiveRecord::TestCase back on its feet, despite deprecation. It requires SQLCounter which was moved to AR internal tests only. 2012-02-05 23:09:09 -07:00
timestamp_test.rb
transaction_callbacks_test.rb Merge pull request #5535 from markmcspadden/issue_5527_rollbacks 2012-05-16 16:06:49 -07:00
transactions_test.rb Restore the frozen state on rollback. Fixes #6417. 2012-05-21 14:57:04 -07:00
unconnected_test.rb
validations_repair_helper.rb
validations_test.rb remove tests for #with_scope (it's now deprecated) 2012-04-25 17:52:28 +01:00
xml_serialization_test.rb changed xml type datetime to dateTime, fixes #6328 2012-05-23 14:45:56 +02:00
yaml_serialization_test.rb