rails--rails/activerecord/test
David Heinemeier Hansson 66ecf31ffe Fixed that the create_x method from belongs_to wouldn't save the association properly #2042 [Florian Weber]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2279 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-09-20 18:36:14 +00:00
..
connections Added support for ODBC connections to MS SQL Server so you can connect from a non-Windows machine #1569 [Mark Imbriaco/DeLynn Berry] Added support for limit/offset with the MS SQL Server driver so that pagination will now work #1569 [DeLynn Berry] 2005-07-01 17:20:04 +00:00
fixtures Fixed various problems with has_and_belongs_to_many when using customer finder_sql #2094 [Florian Weber] 2005-09-13 10:15:54 +00:00
aaa_create_tables_test.rb Simplify aaa_create_tables_test 2005-07-05 05:08:24 +00:00
abstract_unit.rb
active_schema_mysql.rb
aggregations_test.rb
all.sh
association_callbacks_test.rb Added callbacks on push_with_attributes #1594 [Florian Weber] 2005-07-05 07:20:24 +00:00
association_inheritance_reload.rb
associations_go_eager_test.rb Fix eager loading error messages, allow :include to specify tables using strings or symbols. Closes #2222 2005-09-18 20:41:44 +00:00
associations_test.rb Fixed that the create_x method from belongs_to wouldn't save the association properly #2042 [Florian Weber] 2005-09-20 18:36:14 +00:00
base_test.rb Fixed comparison of Active Record objects so two new objects are not equal #2099 [deberg] 2005-09-09 08:54:02 +00:00
binary_test.rb Added support for ODBC connections to MS SQL Server so you can connect from a non-Windows machine #1569 [Mark Imbriaco/DeLynn Berry] Added support for limit/offset with the MS SQL Server driver so that pagination will now work #1569 [DeLynn Berry] 2005-07-01 17:20:04 +00:00
callbacks_test.rb
class_inheritable_attributes_test.rb
column_alias_test.rb
conditions_scoping_test.rb Added support for calling constrained class methods on has_many and has_and_belongs_to_many collections #1764 [Tobias Luetke] 2005-07-22 20:05:42 +00:00
copy_table_sqlite.rb Added migration support for SQLite (using temporary tables to simulate ALTER TABLE) #1771 [Sam Stephenson] 2005-07-22 19:58:03 +00:00
deprecated_associations_test.rb Refactored away all the legacy validate_options calls and replaced them with Hash#assert_valid_keys 2005-09-09 08:32:47 +00:00
deprecated_finder_test.rb Added support for ODBC connections to MS SQL Server so you can connect from a non-Windows machine #1569 [Mark Imbriaco/DeLynn Berry] Added support for limit/offset with the MS SQL Server driver so that pagination will now work #1569 [DeLynn Berry] 2005-07-01 17:20:04 +00:00
finder_test.rb Added :select option to find which can specify a different value than the default *, like find(:all, :select => "first_name, last_name"), if you either only want to select part of the columns or exclude columns otherwise included from a join #1338 [Stefan Kaes] 2005-07-14 07:18:26 +00:00
fixtures_test.rb Fixtures ignore table name prefix and suffix #1987 [Jakob S] 2005-09-02 10:51:23 +00:00
inheritance_test.rb Fixed that has_and_belongs_to_many didn't respect single table inheritance types #1081 [Florian Weber] 2005-07-03 08:52:59 +00:00
lifecycle_test.rb Fixed that Observers didn't observe sub-classes #627 [Florian Weber] 2005-09-19 16:34:34 +00:00
locking_test.rb
migration_test.rb Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail.com] 2005-07-30 10:16:21 +00:00
mixin_nested_set_test.rb
mixin_test.rb Fix tests 2005-09-11 06:25:17 +00:00
modules_test.rb
multiple_db_test.rb
pk_test.rb
reflection_test.rb r2979@asus: jeremy | 2005-07-10 01:51:00 -0700 2005-07-10 04:22:08 +00:00
schema_test_postgresql.rb
synonym_test_oci.rb Made Oracle a first-class connection adapter by adhering closer to idiomatic Oracle style #1798 [The Gang of Oracles] 2005-07-24 14:01:35 +00:00
thread_safety_test.rb
threaded_connections_test.rb Fixed that each request with the WEBrick adapter would open a new database connection #1685 [Sam Stephenson]. Added ActiveRecord::Base.threaded_connections flag to turn off 1-connection per thread (required for thread safety). By default it's on, but WEBrick in Rails need it off #1685 [Sam Stephenson] 2005-07-10 04:54:34 +00:00
transactions_test.rb
unconnected_test.rb
validations_test.rb Fixed validates_numericality_of to work with overrided getter-method when :allow_nil is on #1316 [raidel@onemail.at] 2005-07-02 07:52:29 +00:00