rails--rails/activerecord/test
David Heinemeier Hansson 9fcc0654c3 Fixed that Base.find :all, :conditions => [ "id IN (?)", collection ] would fail if collection was empty [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4390 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-06-01 00:43:02 +00:00
..
connections
fixtures Provide Association Extensions access to the instance that the association is being accessed from. Closes #4433 [josh@hasmanythrough.com] 2006-05-28 21:33:34 +00:00
aaa_create_tables_test.rb
abstract_unit.rb Add a list of regexes assert_queries skips in the ActiveRecord test suite. [Rick] 2006-05-31 20:47:03 +00:00
active_schema_mysql.rb
adapter_test.rb
aggregations_test.rb Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com] 2006-05-21 17:32:37 +00:00
all.sh
ar_schema_test.rb
association_callbacks_test.rb
association_inheritance_reload.rb
associations_cascaded_eager_loading_test.rb Allow :uniq => true with has_many :through associations. 2006-05-06 23:37:56 +00:00
associations_extensions_test.rb
associations_go_eager_test.rb
associations_join_model_test.rb Allow :uniq => true with has_many :through associations. 2006-05-06 23:37:56 +00:00
associations_test.rb band-aid for oracle 2006-05-29 04:22:49 +00:00
base_test.rb Fixed that Base.find :all, :conditions => [ "id IN (?)", collection ] would fail if collection was empty [DHH] 2006-06-01 00:43:02 +00:00
binary_test.rb
calculations_test.rb
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
copy_table_sqlite.rb
default_test_firebird.rb
defaults_test.rb
deprecated_associations_test.rb
deprecated_finder_test.rb
empty_date_time_test.rb Dates and times interpret empty strings as nil rather than 2000-01-01. Closes #4830. 2006-05-07 07:52:08 +00:00
finder_test.rb Add support for FrontBase (http://www.frontbase.com/) with a new adapter thanks to the hard work of one Mike Laster. Closes #4093. [mlaster@metavillage.com] 2006-04-27 22:39:45 +00:00
fixtures_test.rb
inheritance_test.rb
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb
migration_test.rb Fix Oracle boolean support and tests. Closes #5139. [schoenm@earthlink.net] 2006-05-21 15:13:28 +00:00
mixin_nested_set_test.rb
mixin_test.rb
modules_test.rb Call Inflector#demodulize on the class name when eagerly including an STI model. Closes #5077 [info@loobmedia.com] 2006-05-15 14:08:51 +00:00
multiple_db_test.rb
pk_test.rb
readonly_test.rb
reflection_test.rb
schema_dumper_test.rb
schema_test_postgresql.rb
synonym_test_oracle.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb create! no longer blows up when no attributes are passed and a :create scope is in effect (e.g. foo.bars.create! failed whereas foo.bars.create!({}) didn't.) 2006-05-19 01:05:20 +00:00