aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)Tobias Lütke2005-10-201-0/+9
* HABTM finder sets :readonly => false. Closes #2525.Jeremy Kemper2005-10-201-14/+24
* Make all of tests runnable on their own.Marcel Molina2005-10-192-3/+4
* Parenthesize :conditionsJeremy Kemper2005-10-181-8/+5
* Added support for using limits in eager loads that involve has_many and has_a...David Heinemeier Hansson2005-10-181-2/+29
* unbreak unit tests on windowsMichael Koziarski2005-10-181-2/+0
* Fixed a few sqlserver test case errors. Closes #2486Tobias Lütke2005-10-173-7/+13
* modified finder test a tiny bit so that it passes on sqlserverTobias Lütke2005-10-162-5/+8
* r3957@asus: jeremy | 2005-10-16 00:01:55 -0700Jeremy Kemper2005-10-161-0/+20
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-166-6/+35
* Comment out the memory leak test because it b0rks the testing environment. Up...Jamis Buck2005-10-161-18/+21
* Renaming the deprecated finder testMichael Koziarski2005-10-151-1/+1
* squash the memleak in dev mode finally (fingers crossed, here)Jamis Buck2005-10-151-0/+19
* Support ordered YAML fixtures. #1896Jeremy Kemper2005-10-152-0/+20
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-156-13/+56
* r3618@sedna: jeremy | 2005-10-14 12:06:03 -0700Jeremy Kemper2005-10-151-0/+31
* Change quote delimiters for sql interpolation to obviate SyntaxErrors. Closes...Marcel Molina2005-10-141-0/+6
* DRYed up Associations#clear. Closes #1906 [Caleb]Tobias Lütke2005-10-142-1/+17
* Delegate access to a customized primary key to the conventional id method. Cl...Marcel Molina2005-10-131-2/+2
* Fix errors caused by assigning a has-one or belongs-to property to itselfJamis Buck2005-10-131-0/+10
* r3579@sedna: jeremy | 2005-10-13 12:02:01 -0700Jeremy Kemper2005-10-131-4/+2
* r3577@sedna: jeremy | 2005-10-13 11:55:20 -0700Jeremy Kemper2005-10-131-0/+17
* Update DB2 adapter. Closes #2206.Marcel Molina2005-10-121-0/+1
* Deprecated ActiveRecord::Base.threaded_connection in favor of ActiveRecord::B...Marcel Molina2005-10-121-1/+1
* Protect id attribute from mass assigment even when the primary key is set to ...Marcel Molina2005-10-121-0/+18
* Add test coverage for customized primary keys including a failing test for #2...Marcel Molina2005-10-1216-6/+65
* Add test coverage for content_columns. Closes #2432.Marcel Molina2005-10-111-1/+4
* Speed up the setting of table_name. Closes #2428.Marcel Molina2005-10-102-0/+20
* Fix typo of 'constrains' to 'contraints'. Closes #2069.Marcel Molina2005-10-091-1/+1
* Add ability to get all siblings, including the current child, with acts_as_tr...Marcel Molina2005-10-091-0/+9
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-093-0/+74
* Add option (true by default) to generate reader methods for each attribute of...Marcel Molina2005-10-071-0/+20
* Add convenience predicate methods on Column class. In partial fullfilment of ...Marcel Molina2005-10-061-0/+3
* Raise an exception when invalid options are passed to ActiveRecord::Base.find...Marcel Molina2005-10-062-2/+6
* sqlite topics.approved should default to true like the other dbsJeremy Kemper2005-10-061-1/+1
* Fixup tests for [2474].Jeremy Kemper2005-10-062-11/+11
* Add rename_table to mysql, sqlite and postgres adapters for use in migrationsTobias Lütke2005-10-061-0/+19
* smallint -> boolean in pg sqlJeremy Kemper2005-10-061-1/+1
* Quote booleans according the rules defined by the adapterMichael Koziarski2005-10-065-8/+13
* Association validation does not belong in a before_save callback: move it int...Jeremy Kemper2005-10-022-23/+62
* Move transaction thread-safety test to transactions_test. Check that simulta...Jeremy Kemper2005-09-302-47/+79
* Use transactional fixtures by default for AR tests. Set ENV['AR_NO_TX_FIXTUR...Jeremy Kemper2005-09-301-11/+6
* Require topic model rather than assume another test has already.Jeremy Kemper2005-09-301-0/+1
* Disable transactional fixtures for ar_schema_test and schema_test_postgresqlJeremy Kemper2005-09-302-2/+5
* Fix broken testcase for transactionsNicholas Seckar2005-09-291-1/+1
* Clean up and extend test coverage for validates_numericality_ofJeremy Kemper2005-09-291-37/+60
* Fix transactions so that calling return while inside a transaction will not l...Nicholas Seckar2005-09-281-1/+32
* Add failing test that shows that AR::Migration.remove_column fails silently w...Marcel Molina2005-09-281-3/+17
* r3657@asus: jeremy | 2005-09-28 00:32:33 -0700Jeremy Kemper2005-09-281-1/+3
* r3653@asus: jeremy | 2005-09-28 00:23:49 -0700Jeremy Kemper2005-09-282-12/+69