rails--rails/activerecord/test
David Heinemeier Hansson 377bdd02b9 Added :count option to pagination that'll make it possible for the ActiveRecord::Base.count call to using something else than * for the count. Especially important for count queries using DISTINCT #3839 [skaes]. Added :select option to Base.count that'll allow you to select something else than * to be counted on. Especially important for count queries using DISTINCT (closes #3839) [skaes].
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3620 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-02-20 03:15:22 +00:00
..
connections
fixtures Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables first. [Bob Silva] Closes #3798 2006-02-10 21:32:25 +00:00
aaa_create_tables_test.rb Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables first. [Bob Silva] Closes #3798 2006-02-10 21:32:25 +00:00
abstract_unit.rb
active_schema_mysql.rb
adapter_test.rb
aggregations_test.rb
all.sh
ar_schema_test.rb
association_callbacks_test.rb
association_inheritance_reload.rb
associations_extensions_test.rb
associations_go_eager_test.rb
associations_join_model_test.rb save polymorphic joins from the has_many|one association (closes #3812) [Rick Olson] 2006-02-12 18:03:43 +00:00
associations_test.rb
base_test.rb Added :count option to pagination that'll make it possible for the ActiveRecord::Base.count call to using something else than * for the count. Especially important for count queries using DISTINCT #3839 [skaes]. Added :select option to Base.count that'll allow you to select something else than * to be counted on. Especially important for count queries using DISTINCT (closes #3839) [skaes]. 2006-02-20 03:15:22 +00:00
binary_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
finder_test.rb test_find_or_create_from_two_attributes is a duplicate of test_find_or_create_from_one_attribute (closes #3863) [jp.bougie@gmail.com] 2006-02-19 04:06:37 +00:00
fixtures_test.rb
inheritance_test.rb
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb
migration_test.rb
mixin_nested_set_test.rb
mixin_test.rb
modules_test.rb
multiple_db_test.rb
pk_test.rb
readonly_test.rb
reflection_test.rb
schema_dumper_test.rb
schema_test_postgresql.rb
synonym_test_oci.rb
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb
validations_test.rb