rails--rails/activerecord/test
Geoff Buesing 2766f7629f Anchor DateTimeTest to fixed DateTime instead of a variable value based on Time.now#advance#to_datetime. Works around issue on 64-bit platforms with Ruby's Time#to_datetime respecting fractional seconds, and database adapters not respecting them for DateTimes, throwing off before-and-after-save equality test. References #10080, #10073
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8326 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-12-07 03:00:50 +00:00
..
associations Fix eager association test. Closes #10381 [alexey] 2007-12-05 22:06:26 +00:00
connections
fixtures Fixed that habtm associations should be able to set :select as part of their definition and have that honored [DHH] 2007-12-05 21:37:51 +00:00
aaa_create_tables_test.rb
abstract_unit.rb Make fixtures work with the new test subclasses. [tarmo, Koz] 2007-10-31 05:43:52 +00:00
active_schema_test_mysql.rb
adapter_test.rb
adapter_test_sqlserver.rb
aggregations_test.rb Foxy fixtures: allow mixed usage to make migration easier and more attractive. Closes #10004. 2007-11-26 22:45:43 +00:00
all.sh
ar_schema_test.rb
association_inheritance_reload.rb
associations_test.rb Fixed that habtm associations should be able to set :select as part of their definition and have that honored [DHH] 2007-12-05 21:37:51 +00:00
attribute_methods_test.rb
base_test.rb Fixed that the truncation of strings longer than 50 chars should use inspect so newlines etc are escaped (closes #10385) [norbert] 2007-12-06 00:01:11 +00:00
binary_test.rb PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf, tmacedo] 2007-11-22 01:29:19 +00:00
calculations_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
connection_test_mysql.rb
copy_table_test_sqlite.rb
datatype_test_postgresql.rb
date_time_test.rb Anchor DateTimeTest to fixed DateTime instead of a variable value based on Time.now#advance#to_datetime. Works around issue on 64-bit platforms with Ruby's Time#to_datetime respecting fractional seconds, and database adapters not respecting them for DateTimes, throwing off before-and-after-save equality test. References #10080, #10073 2007-12-07 03:00:50 +00:00
default_test_firebird.rb
defaults_test.rb MySQL: we can't distinguish a fake 0 default in 4.x 2007-12-05 02:46:28 +00:00
deprecated_finder_test.rb
finder_test.rb
fixtures_test.rb Foxy fixtures: support single-table inheritance. Closes #10234. 2007-11-26 22:46:11 +00:00
inheritance_test.rb
json_serialization_test.rb
lifecycle_test.rb
locking_test.rb attr_readonly uses a set of strings instead of an array of symbols internally. References #10300. 2007-11-28 20:12:49 +00:00
method_scoping_test.rb
migration_test.rb Honor Ruby's default calendar reform setting when creating DateTime objects via ActiveRecord's Time -> DateTime overflow, Time#time_with_datetime_fallback, Time#to_datetime, Date#to_datetime and String#to_datetime. Closes #10201 2007-11-24 04:59:21 +00:00
migration_test_firebird.rb
mixin_test.rb Foxy fixtures: allow mixed usage to make migration easier and more attractive. Closes #10004. 2007-11-26 22:45:43 +00:00
modules_test.rb
multiple_db_test.rb
pk_test.rb
query_cache_test.rb
readonly_test.rb
reflection_test.rb Allow find on a has_many association defined with :finder_sql to accept id arguments as strings like regular find does. Closes #9916 [krishna] 2007-10-26 03:42:28 +00:00
reserved_word_test_mysql.rb Ensure that column names are quoted. Closes #10134 [wesley.moxam] 2007-11-10 21:33:13 +00:00
schema_authorization_test_postgresql.rb
schema_dumper_test.rb Make sure that the Schema Dumper supports non-standard primary keys with MySQL. Closes #9971 [RubyRedRick] 2007-10-25 06:42:05 +00:00
schema_test_postgresql.rb
serialization_test.rb Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with the JSON spec. Closes #9975 [josh, chuyeow, tpope] 2007-10-29 00:18:43 +00:00
synonym_test_oracle.rb
table_name_test_sqlserver.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb Fix typos (closes #10378) 2007-12-05 18:54:41 +00:00
xml_serialization_test.rb Fixed that to_xml should not automatically pass :procs to associations included with :include (closes #10162) [chuyeow] 2007-12-03 01:47:21 +00:00