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
2006-02-26 23:12:01 +00:00
..
connections Fixed validates_length_of to work on UTF-8 strings by using characters instead of bytes (closes #3699) [Masao Mutoh] 2006-02-25 23:54:57 +00:00
fixtures Fixed that reflections would bleed across class boundaries in single-table inheritance setups (closes #3796) [lars@pind.com] 2006-02-25 23:32:24 +00:00
aaa_create_tables_test.rb
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 Improved the Oracle OCI Adapter with better performance for column reflection (from #3210), fixes to migrations (from #3476 and #3742), tweaks to unit tests (from #3610), and improved documentation (from #2446) (closes #3879) [Aggregated by schoenm@earthlink.net] 2006-02-21 00:00:29 +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
calculations_test.rb Compatibility patches for calculations 2006-02-25 23:41:51 +00:00
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
fixtures_test.rb
inheritance_test.rb
lifecycle_test.rb
locking_test.rb
method_scoping_test.rb fix method scoping test for postgresql 2006-02-26 23:03:59 +00:00
migration_test.rb
mixin_nested_set_test.rb
mixin_test.rb
modules_test.rb fix test for postgresql 2006-02-23 05:48:29 +00:00
multiple_db_test.rb
pk_test.rb
readonly_test.rb
reflection_test.rb Fixed that reflections would bleed across class boundaries in single-table inheritance setups (closes #3796) [lars@pind.com] 2006-02-25 23:32:24 +00:00
schema_dumper_test.rb
schema_test_postgresql.rb
synonym_test_oci.rb Improved the Oracle OCI Adapter with better performance for column reflection (from #3210), fixes to migrations (from #3476 and #3742), tweaks to unit tests (from #3610), and improved documentation (from #2446) (closes #3879) [Aggregated by schoenm@earthlink.net] 2006-02-21 00:00:29 +00:00
threaded_connections_test.rb
transactions_test.rb
unconnected_test.rb ActiveRecord::Base.remove_connection explicitly closes database connections and doesn't corrupt the connection cache. Introducing the disconnect! instance method for the PostgreSQL, MySQL, and SQL Server adapters; implementations for the others are welcome. References #3591. 2006-02-26 23:12:01 +00:00
validations_test.rb Fixed validates_length_of to work on UTF-8 strings by using characters instead of bytes (closes #3699) [Masao Mutoh] 2006-02-25 23:54:57 +00:00