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
Jeremy Kemper 255b913637 Fix typo. Closes #7504 [aurelianito]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6943 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-06-05 04:32:08 +00:00
..
associations Allow a polymorphic :source for has_many :through associations. Closes #7143 [protocool] 2007-03-13 05:23:18 +00:00
connections Fix typo. Closes #7504 [aurelianito] 2007-06-05 04:32:08 +00:00
fixtures acts_as_nested_set: direct_children is sorted correctly. Closes #4761. 2007-05-30 06:34:25 +00:00
aaa_create_tables_test.rb
abstract_unit.rb with_scope is protected. Closes #8524. 2007-05-30 21:40:55 +00:00
active_schema_test_mysql.rb MySQL: create_database takes :charset and :collation options. Charset defaults to utf8. References #8448. 2007-05-26 00:20:37 +00:00
adapter_test.rb MySQL: create_database takes :charset and :collation options. Charset defaults to utf8. References #8448. 2007-05-26 00:20:37 +00:00
adapter_test_sqlserver.rb SQLServer: recognize real column type as Ruby float, correctly schema-dump tables with no indexes or descending indexes. References #7057, #7703. Closes #7333. 2007-03-03 14:20:57 +00:00
aggregations_test.rb
all.sh
ar_schema_test.rb
association_inheritance_reload.rb
associations_test.rb Fixtures: people(:technomancy, :josh) returns both fixtures. Closes #7880. 2007-06-05 03:47:02 +00:00
attribute_methods_test.rb
base_test.rb Base.inspect handles Base itself and abstract_class? Don't use #<Foo ...> since that notation's typically used for instances of a class, not the class itself. Closes #8490 [deepblue] 2007-05-31 17:31:33 +00:00
binary_test.rb Oracle binary fixtures; pull fixture insertion into the adapters. Closes #7987. 2007-05-26 06:26:50 +00:00
calculations_test.rb Calculations support non-numeric foreign keys. Closes #8154. 2007-06-01 03:26:51 +00:00
callbacks_test.rb Add missing tests ensuring callbacks work with class inheritance. Closes #7339 [sandofsky] 2007-01-24 03:04:48 +00:00
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb Test reconnection after MySQL client timeout. References #428. 2007-05-25 21:09:46 +00:00
connection_test_mysql.rb Test reconnection after MySQL client timeout. References #428. 2007-05-25 21:09:46 +00:00
copy_table_test_sqlite.rb Ensure copy table test runs for sqlite and sqlite3. [mislav] Cllosoes #8328 2007-05-12 00:44:50 +00:00
datatype_test_postgresql.rb
date_time_test.rb Workaround test isolation failure with Task.attr_protected :starting. 2007-05-29 08:29:33 +00:00
default_test_firebird.rb
defaults_test.rb Oracle: create_table takes a :sequence_name option to override the 'tablename_seq' default. Closes #7000. 2007-01-15 00:34:43 +00:00
deprecated_associations_test.rb
deprecated_finder_test.rb
finder_test.rb Fix an edge case with find with a list of ids, limit, and offset. Closes #8437. 2007-05-31 17:15:56 +00:00
fixtures_test.rb Fixtures: people(:technomancy, :josh) returns both fixtures. Closes #7880. 2007-06-05 03:47:02 +00:00
inheritance_test.rb Subclasses of an abstract class work with single-table inheritance. References #5704, closes #7284. 2007-01-23 04:19:16 +00:00
lifecycle_test.rb
locking_test.rb Optimistic locking: revert the lock version when an update fails. Closes #7840. Also return the number of affected rows instead of true. 2007-05-25 21:31:44 +00:00
method_scoping_test.rb
migration_test.rb SQLite, MySQL, PostgreSQL, Oracle: quote column names in column migration SQL statements. Closes #8466. 2007-05-29 07:21:41 +00:00
migration_test_firebird.rb Firebird: decimal/numeric support. Closes #6408. 2006-11-07 19:56:01 +00:00
mixin_nested_set_test.rb acts_as_nested_set: direct_children is sorted correctly. Closes #4761. 2007-05-30 06:34:25 +00:00
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
query_cache_test.rb Fixed query cache when multiple database connections were involved 2007-02-21 21:54:41 +00:00
readonly_test.rb
reflection_test.rb Aggregate reflection klass works with nested :class_name 2007-01-14 12:08:44 +00:00
schema_authorization_test_postgresql.rb
schema_dumper_test.rb Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath] 2007-05-11 21:26:53 +00:00
schema_test_postgresql.rb
synonym_test_oracle.rb
table_name_test_sqlserver.rb SQLServer: handle [quoted] table names. Closes #6635. 2007-01-12 05:44:28 +00:00
threaded_connections_test.rb
transactions_test.rb Replace the transaction {|transaction|..} semantics with a new Exception ActiveRecord::Rollback. Closes #8030 [Koz] 2007-05-18 01:02:08 +00:00
unconnected_test.rb
validations_test.rb validates_numericality_of takes :greater_than, :greater_than_or_equal_to, :equal_to, :less_than, :less_than_or_equal_to, :odd, and :even options. Closes #3952. 2007-05-26 00:30:14 +00:00
xml_serialization_test.rb Use assert_match instead of String#include? so we can get helpful error messages on failure 2007-05-06 02:03:46 +00:00