rails--rails/activerecord/test
David Heinemeier Hansson 4fbc3e30eb Changed the auto-timestamping feature to use ActiveRecord::Base.default_timezone instead of entertaining the parallel ActiveRecord::Base.timestamps_gmt method. The latter is now deprecated and will throw a warning on use (but still work) #710 [Jamis Buck]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@788 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-02-24 12:00:42 +00:00
..
connections Added a OCI8-based Oracle adapter that has been verified to work with Oracle 8 and 9 #629 [Graham Jenkins]. Removed Maiks Oracle adapter until it can be merged with the OCI one. 2005-02-23 13:34:57 +00:00
fixtures Added a OCI8-based Oracle adapter that has been verified to work with Oracle 8 and 9 #629 [Graham Jenkins]. Removed Maiks Oracle adapter until it can be merged with the OCI one. 2005-02-23 13:34:57 +00:00
aaa_create_tables_test.rb Added automatic dropping/creating of test tables for running the unit tests on all databases #587 [adelle@bullet.net.au] 2005-02-20 21:21:41 +00:00
abstract_unit.rb Skip Active Record tests in Action Pack if the SQLite database cant be brought up 2005-02-17 19:28:13 +00:00
aggregations_test.rb Remove outdated dev-utils 2005-02-23 14:30:24 +00:00
all.sh Initial 2004-11-24 01:04:44 +00:00
association_inheritance_reload.rb Fixed dependency reloading by switching to a remove_const approach where all Active Records, Active Record Observers, and Action Controllers are reloading by undefining their classes. This enables you to remove methods in all three types and see the change reflected immediately and it fixes #539. This also means that only those three types of classes will benefit from the const_missing and reloading approach. If you want other classes (like some in lib/) to reload, you must use require_dependency to do it. 2005-01-25 18:45:06 +00:00
associations_test.rb Remove outdated dev-utils 2005-02-23 14:30:24 +00:00
base_test.rb Changed the auto-timestamping feature to use ActiveRecord::Base.default_timezone instead of entertaining the parallel ActiveRecord::Base.timestamps_gmt method. The latter is now deprecated and will throw a warning on use (but still work) #710 [Jamis Buck] 2005-02-24 12:00:42 +00:00
binary_test.rb Added an Oracle adapter that works with the Oracle bindings by Yoshida (http://raa.ruby-lang.org/project/oracle/) #564 [Maik Schmidt] 2005-02-07 14:06:00 +00:00
callbacks_test.rb Added support for associating unsaved objects #402 [Tim Bates] 2005-01-15 17:45:16 +00:00
class_inheritable_attributes_test.rb Moved Active Support into its own gem 2005-02-15 15:57:44 +00:00
column_alias_test.rb Added an Oracle adapter that works with the Oracle bindings by Yoshida (http://raa.ruby-lang.org/project/oracle/) #564 [Maik Schmidt] 2005-02-07 14:06:00 +00:00
deprecated_associations_test.rb Remove outdated dev-utils 2005-02-23 14:30:24 +00:00
finder_test.rb Fixed that the dynamic finder like find_all_by_something_boolean(false) didn't work #649 [lmarlow@yahoo.com] 2005-02-18 17:16:04 +00:00
fixtures_test.rb Added tree mixin and unit tests for all the mixins 2004-12-15 00:46:26 +00:00
inheritance_test.rb Added a better exception for when a type column is used in a table without the intention of triggering single-table inheritance. Added that single-table inheritance will only kick in if the inheritance_column (by default "type") is present. Otherwise, inheritance wont have any magic side effects 2004-12-14 12:32:29 +00:00
lifecycle_test.rb Remove outdated dev-utils 2005-02-23 14:30:24 +00:00
locking_test.rb Added automated optimistic locking if the field lock_version is present #384 [Michael Koziarski] 2004-12-31 19:38:04 +00:00
mixin_test.rb Added tests for acts_as_list with scope is null #378 [Tim Bates] 2004-12-31 16:58:50 +00:00
modules_test.rb Remove outdated dev-utils 2005-02-23 14:30:24 +00:00
multiple_db_test.rb Initial 2004-11-24 01:04:44 +00:00
pk_test.rb Initial 2004-11-24 01:04:44 +00:00
reflection_test.rb Remove outdated dev-utils 2005-02-23 14:30:24 +00:00
thread_safety_test.rb Initial 2004-11-24 01:04:44 +00:00
transactions_test.rb Fixed that nested transactions now work by letting the outer most transaction have the responsibilty of starting and rolling back the transaction. If any of the inner transactions swallow the exception raised, though, the transaction will not be rolled back. So always let the transaction bubble up even when you've dealt with local issues. Closes #231 and #340. 2004-12-22 00:48:24 +00:00
unconnected_test.rb Initial 2004-11-24 01:04:44 +00:00
validations_test.rb Fixed that when using validation macros with a custom message, if you happened to use single quotes in the message string you would get a parsing error #657 [tonka] 2005-02-22 13:54:26 +00:00