root/branches/1-2-stable/activerecord/test
| Name | Size | Rev | Age | Last Change |
|---|---|---|---|---|
| ../ | ||||
| associations | 8042 | 1 year | Fix has_many :through delete with custom foreign keys. References #6466. | |
| connections | 5752 | 2 years | Merge [5749],[5750],[5751] from trunk. References #6840. | |
| fixtures | 8044 | 1 year | Missed svn adds for [8042]. References #6466. | |
| aaa_create_tables_test.rb | 1.8 kB | 4420 | 3 years | Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com] |
| abstract_unit.rb | 2.7 kB | 6092 | 2 years | When dealing with SQLite3, use the table_info pragma helper, so that the … |
| active_schema_test_mysql.rb | 0.9 kB | 4571 | 3 years | Rename test file so it runs for MySQL only. |
| adapter_test.rb | 2.7 kB | 4291 | 3 years | Add support for FrontBase (http://www.frontbase.com/) with a new adapter … |
| adapter_test_sqlserver.rb | 2.3 kB | 4816 | 2 years | SQLServer: work around bug where some unambiguous date formats are not … |
| aggregations_test.rb | 3.7 kB | 8048 | 1 year | Merge [8046] from trunk: allow association redefinition in subclasses. … |
| all.sh | 172 bytes | 4 | 4 years | Initial |
| 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 | 64.3 kB | 8048 | 1 year | Merge [8046] from trunk: allow association redefinition in subclasses. … |
| attribute_methods_test.rb | 1.6 kB | 4635 | 2 years | r4880@ks: jeremy | 2006-07-30 23:52:59 -0700 Only set method_name = … |
| base_test.rb | 53.2 kB | 6880 | 2 years | apply [6879] to stable. Closes #7293. |
| binary_test.rb | 1.1 kB | 3905 | 3 years | Added migrations support to the Sybase adapter (closes #4293) [John R. … |
| calculations_test.rb | 7.2 kB | 5932 | 2 years | Calculations don't modify their options hash. References [5931], [5426], … |
| callbacks_test.rb | 12.6 kB | 5225 | 2 years | add a failing test so we can make it happy again |
| 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 | 247 bytes | 4424 | 3 years | Fixed issues with BLOB limits, charsets, and booleans for Firebird (closes … |
| copy_table_sqlite.rb | 1.9 kB | 1893 | 3 years | Added migration support for SQLite (using temporary tables to simulate … |
| datatype_test_postgresql.rb | 1.5 kB | 4605 | 3 years | PostgreSQL: return array fields as strings. Closes #4664. |
| 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.2 kB | 5934 | 2 years | Merge [5933] from trunk. References #7000. |
| deprecated_associations_test.rb | 12.5 kB | 5117 | 2 years | Stray code. |
| deprecated_finder_test.rb | 5.4 kB | 5192 | 2 years | Deprecation: count class method should be called with an options hash … |
| empty_date_time_test.rb | 0.5 kB | 4327 | 3 years | Dates and times interpret empty strings as nil rather than 2000-01-01. … |
| finder_test.rb | 19.5 kB | 6122 | 2 years | Merge 5876 to release. |
| fixtures_test.rb | 11.8 kB | 6799 | 2 years | merge [6798] into stable. |
| inheritance_test.rb | 6.9 kB | 5752 | 2 years | Merge [5749],[5750],[5751] from trunk. References #6840. |
| lifecycle_test.rb | 3.2 kB | 4685 | 2 years | fixed lifecycle tests so they instantiate the observers |
| locking_test.rb | 5.0 kB | 5840 | 2 years | merge sybase changes to 1.2 |
| method_scoping_test.rb | 14.4 kB | 5192 | 2 years | Deprecation: count class method should be called with an options hash … |
| migration_test.rb | 31.0 kB | 7706 | 1 year | Merge sqlite test fixes from trunk |
| migration_test_firebird.rb | 4.2 kB | 5460 | 2 years | Merge [5459] from trunk. |
| mixin_nested_set_test.rb | 5.9 kB | 5890 | 2 years | Merge [5889] from trunk. References #6030. |
| mixin_test.rb | 17.3 kB | 7815 | 1 year | Make sure acts_as_list's remove_from_list and in_list? play nicely with … |
| 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.4 kB | 6365 | 2 years | Merge [6364] from trunk. Consistently quote primary key column names. … |
| 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 | 5.9 kB | 5264 | 2 years | Removes the ability for eager loaded conditions to be interpolated, since … |
| schema_authorization_test_postgresql.rb | 1.9 kB | 4737 | 2 years | PostgreSQL: autodetected sequences work correctly with multiple schemas. … |
| schema_dumper_test.rb | 3.4 kB | 5515 | 2 years | Merge [5514] from trunk. |
| schema_test_postgresql.rb | 1.6 kB | 2414 | 3 years | Disable transactional fixtures for ar_schema_test and … |
| 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 | 5892 | 2 years | Merge [5891] from trunk. References #6635. |
| threaded_connections_test.rb | 1.3 kB | 4460 | 3 years | r4644@asus: jeremy | 2006-06-16 14:57:03 -0700 locking r4645@asus: … |
| transactions_test.rb | 6.0 kB | 5406 | 2 years | Merge [5405] from trunk. |
| unconnected_test.rb | 0.7 kB | 3674 | 3 years | ActiveRecord::Base.remove_connection explicitly closes database … |
| validations_test.rb | 35.5 kB | 7823 | 1 year | Add deprecation warning for calling .create on has_many associations with … |
| xml_serialization_test.rb | 3.9 kB | 5170 | 2 years | Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side … |
Note: See TracBrowser for help on using the browser.