rails--rails/activerecord/test
Michael Koziarski a722b48000 Ensure copy table test runs for sqlite and sqlite3. [mislav] Cllosoes #8328
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6721 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-05-12 00:44:50 +00:00
..
associations Allow a polymorphic :source for has_many :through associations. Closes #7143 [protocool] 2007-03-13 05:23:18 +00:00
connections
fixtures Allow a polymorphic :source for has_many :through associations. Closes #7143 [protocool] 2007-03-13 05:23:18 +00:00
aaa_create_tables_test.rb
abstract_unit.rb Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] 2007-04-28 15:57:29 +00:00
active_schema_test_mysql.rb
adapter_test.rb
adapter_test_sqlserver.rb
aggregations_test.rb
all.sh
ar_schema_test.rb
association_inheritance_reload.rb
associations_test.rb Improve Performance of calling create on has_many :through associations by avoiding loading the target collection. Closes #8150 [evan] 2007-04-26 00:18:38 +00:00
attribute_methods_test.rb
base_test.rb Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support serialized attributes. Closes #7502. 2007-03-18 07:30:09 +00:00
binary_test.rb
calculations_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
connection_test_firebird.rb
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
default_test_firebird.rb
defaults_test.rb
deprecated_associations_test.rb
deprecated_finder_test.rb
empty_date_time_test.rb
finder_test.rb find_or_create_by_* takes a hash so you can create with more attributes than are in the method name. Closes #7368. 2007-03-14 01:08:45 +00:00
fixtures_test.rb
inheritance_test.rb
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb
migration_test.rb Remove special cases for BigDecimal and SQLite, tests pass without them and fail with them. 2007-03-16 21:41:09 +00:00
migration_test_firebird.rb
mixin_nested_set_test.rb
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
readonly_test.rb
reflection_test.rb
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
threaded_connections_test.rb
transactions_test.rb Remove deprecated object transactions. People relying on this functionality should install the object_transactions plugin at http://code.bitsweat.net/svn/object_transactions. Closes #5637 [Koz, Jeremy Kemper] 2007-03-16 22:39:01 +00:00
unconnected_test.rb
validations_test.rb
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