root/tags/rel_2-0-2/activerecord/test
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| associations | 8376 | 1 year | Ensure that the :uniq option for has_many :through associations retains … | |
| connections | 7941 | 1 year | remove empty dirs missed by git-svn | |
| fixtures | 8376 | 1 year | Ensure that the :uniq option for has_many :through associations retains … | |
| aaa_create_tables_test.rb | 2.4 kB | 8365 | 1 year | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 … |
| abstract_unit.rb | 2.6 kB | 8060 | 1 year | Make fixtures work with the new test subclasses. [tarmo, Koz] |
| active_schema_test_mysql.rb | 1.5 kB | 7980 | 1 year | Ensure that mysql quotes table names with database names correctly. … |
| adapter_test.rb | 3.3 kB | 7071 | 1 year | MySQL: fix show_variable. Closes #8448. |
| adapter_test_sqlserver.rb | 2.9 kB | 6297 | 2 years | SQLServer: recognize real column type as Ruby float, correctly schema-dump … |
| aggregations_test.rb | 4.2 kB | 8218 | 1 year | Foxy fixtures: allow mixed usage to make migration easier and more … |
| all.sh | 162 bytes | 7896 | 1 year | Update test/all.sh |
| ar_schema_test.rb | 1.0 kB | 2817 | 3 years | Added migration support for Oracle (closes #2647) [Michael Schoen] |
| association_inheritance_reload.rb | 0.6 kB | 511 | 4 years | Fixed dependency reloading by switching to a remove_const approach where … |
| associations_test.rb | 74.3 kB | 8365 | 1 year | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 … |
| attribute_methods_test.rb | 5.2 kB | 7752 | 1 year | Only cache attributes which need it for performance reasons. Closes #9767 … |
| base_test.rb | 58.6 kB | 8319 | 1 year | Fixed that the truncation of strings longer than 50 chars should use … |
| binary_test.rb | 1.0 kB | 8185 | 1 year | PostgreSQL: correct binary escaping. References #8049, closes #10176 … |
| calculations_test.rb | 8.2 kB | 7192 | 1 year | Fix and properly document/test count(column_name) usage. Closes #8999 … |
| callbacks_test.rb | 13.1 kB | 6026 | 2 years | Add missing tests ensuring callbacks work with class inheritance. Closes … |
| class_inheritable_attributes_test.rb | 0.7 kB | 3493 | 3 years | Added reusable reloading support through the inclusion of the Relodable … |
| column_alias_test.rb | 439 bytes | 3718 | 3 years | Renamed the "oci" adapter to "oracle", but kept the old name as an alias … |
| connection_test_firebird.rb | 281 bytes | 6838 | 2 years | Test reconnection after MySQL client timeout. References #428. |
| connection_test_mysql.rb | 0.8 kB | 7667 | 1 year | Fixtures test fixes and general cleanup. Closes #9682 [norbert] |
| copy_table_test_sqlite.rb | 2.1 kB | 7484 | 1 year | Fixed that altering join tables in migrations would fail w/ sqlite3 #7453 … |
| datatype_test_postgresql.rb | 6.8 kB | 7329 | 1 year | Improve performance and functionality of the postgresql adapter. Closes … |
| date_time_test.rb | 0.9 kB | 8326 | 1 year | Anchor DateTimeTest to fixed DateTime instead of a variable value based on … |
| default_test_firebird.rb | 0.5 kB | 3052 | 3 years | r3116@asus: jeremy | 2005-11-16 00:17:06 -0800 Introducing the Firebird … |
| defaults_test.rb | 2.4 kB | 8272 | 1 year | MySQL: we can't distinguish a fake 0 default in 4.x |
| deprecated_finder_test.rb | 1.0 kB | 6998 | 1 year | Remove deprecated find_first and find_all. |
| finder_test.rb | 25.8 kB | 8375 | 1 year | Base.exists? doesn't rescue exceptions to avoid hiding SQL errors. Closes … |
| fixtures_test.rb | 18.0 kB | 8392 | 1 year | Make the Fixtures Test::Unit enhancements more supporting for … |
| inheritance_test.rb | 7.3 kB | 7059 | 1 year | remove extra debug line. Closes #8681 [Giles Bowkett] |
| json_serialization_test.rb | 5.7 kB | 7751 | 1 year | Test for each JSON fragment to workaround assumed hash ordering. |
| lifecycle_test.rb | 3.2 kB | 7872 | 1 year | Observers can observe model names as symbols properly now. Closes #9869 … |
| locking_test.rb | 7.8 kB | 8395 | 1 year | Ensure optimistic locking handles nil #lock_version values properly. … |
| method_scoping_test.rb | 14.4 kB | 5192 | 2 years | Deprecation: count class method should be called with an options hash … |
| migration_test.rb | 37.2 kB | 8199 | 1 year | Honor Ruby's default calendar reform setting when creating DateTime … |
| migration_test_firebird.rb | 4.2 kB | 5459 | 2 years | Firebird: decimal/numeric support. Closes #6408. |
| mixin_test.rb | 2.0 kB | 8218 | 1 year | Foxy fixtures: allow mixed usage to make migration easier and more … |
| modules_test.rb | 1.5 kB | 5116 | 2 years | Deprecation tests. Remove warnings for dynamic finders and for the … |
| multiple_db_test.rb | 1.6 kB | 5116 | 2 years | Deprecation tests. Remove warnings for dynamic finders and for the … |
| pk_test.rb | 3.3 kB | 7666 | 1 year | Fixed spelling errors (closes #9706) [tarmo/rmm5t] |
| query_cache_test.rb | 2.1 kB | 7498 | 1 year | Speed up and simplify query caching. |
| readonly_test.rb | 3.4 kB | 4107 | 3 years | Do not implicitly mark recordss of has_many :through as readonly but do … |
| reflection_test.rb | 6.7 kB | 8030 | 1 year | Allow find on a has_many association defined with :finder_sql to accept id … |
| reserved_word_test_mysql.rb | 5.7 kB | 8126 | 1 year | Ensure that column names are quoted. Closes #10134 [wesley.moxam] |
| schema_authorization_test_postgresql.rb | 1.9 kB | 4737 | 2 years | PostgreSQL: autodetected sequences work correctly with multiple schemas. … |
| schema_dumper_test.rb | 4.4 kB | 8012 | 1 year | Make sure that the Schema Dumper supports non-standard primary keys with … |
| schema_test_postgresql.rb | 1.6 kB | 2414 | 3 years | Disable transactional fixtures for ar_schema_test and … |
| serialization_test.rb | 1.6 kB | 8050 | 1 year | Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance … |
| synonym_test_oracle.rb | 424 bytes | 3718 | 3 years | Renamed the "oci" adapter to "oracle", but kept the old name as an alias … |
| table_name_test_sqlserver.rb | 0.8 kB | 5891 | 2 years | SQLServer: handle [quoted] table names. Closes #6635. |
| threaded_connections_test.rb | 1.3 kB | 4460 | 2 years | r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 locking r4645@asus: … |
| transactions_test.rb | 7.8 kB | 7089 | 1 year | Mock the beginning of the transaction also. References #8642. |
| unconnected_test.rb | 0.7 kB | 7666 | 1 year | Fixed spelling errors (closes #9706) [tarmo/rmm5t] |
| validations_test.rb | 46.0 kB | 8377 | 1 year | Fix that validates_acceptance_of still works for non-existent tables … |
| xml_serialization_test.rb | 6.6 kB | 8258 | 1 year | Fixed that to_xml should not automatically pass :procs to associations … |
Note: See TracBrowser for help on using the browser.