aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Returning false in before_destroy should cancel action. Closes #1829.Scott Barron2005-09-281-0/+37
* Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...Jeremy Kemper2005-09-272-16/+23
* Fix serialization problem with YAML in 1.8.3Scott Barron2005-09-271-3/+3
* r3603@asus: jeremy | 2005-09-26 19:10:00 -0700Jeremy Kemper2005-09-261-5/+10
* Make migrations honor table name prefixes and suffixes.Marcel Molina2005-09-261-2/+53
* r3591@asus: jeremy | 2005-09-26 17:01:30 -0700Jeremy Kemper2005-09-261-43/+22
* r3589@asus: jeremy | 2005-09-26 16:58:40 -0700Jeremy Kemper2005-09-262-0/+0
* Include the orders table in *.drop.sqlJeremy Kemper2005-09-266-0/+7
* Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...Jamis Buck2005-09-252-2/+25
* Use assignment instead of callDavid Heinemeier Hansson2005-09-251-6/+6
* Added new symbol-driven approach to activating observers with Base#observer [...David Heinemeier Hansson2005-09-251-2/+2
* Wrap :conditions in parentheses to prevent problems with OR's #1871Jamis Buck2005-09-244-9/+35
* Added AbstractAdapter#select_value and AbstractAdapter#select_values as conve...David Heinemeier Hansson2005-09-241-0/+13
* Make sqlite adapter pass all testsJamis Buck2005-09-231-0/+2
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-234-0/+92
* Fixed that the create_x method from belongs_to wouldn't save the association ...David Heinemeier Hansson2005-09-201-0/+3
* Fixed saving a record with two unsaved belongs_to associations pointing to th...Jamis Buck2005-09-201-0/+45
* Fixed that Observers didn't observe sub-classes #627 [Florian Weber]David Heinemeier Hansson2005-09-191-0/+8
* Fix eager loading error messages, allow :include to specify tables using stri...Nicholas Seckar2005-09-181-0/+10
* Fixed various problems with has_and_belongs_to_many when using customer finde...David Heinemeier Hansson2005-09-132-0/+14
* Rolled back broken #1814David Heinemeier Hansson2005-09-111-14/+0
* Added better exception error when unknown column types are used with migratio...David Heinemeier Hansson2005-09-111-0/+14
* Fix testsDavid Heinemeier Hansson2005-09-111-19/+16
* Fix fixture problem for pgsqlDavid Heinemeier Hansson2005-09-111-2/+2
* Fixed comparison of Active Record objects so two new objects are not equal #2...David Heinemeier Hansson2005-09-091-0/+4
* Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec...David Heinemeier Hansson2005-09-091-4/+4
* Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi...David Heinemeier Hansson2005-09-091-1/+1
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-093-2/+21
* Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...David Heinemeier Hansson2005-09-092-3/+39
* Fixtures ignore table name prefix and suffix #1987 [Jakob S]Jamis Buck2005-09-021-0/+38
* Modify read_attribute to allow a symbol argument #2024 [Ken Kunz]Jamis Buck2005-09-021-0/+10
* Revert [2040], caused assignment of belongs_to associations to fail in some c...Jamis Buck2005-08-241-6/+17
* Add a failing testJamis Buck2005-08-241-0/+9
* Saving a record with two unsaved belongs_to associations pointing to the same...Jamis Buck2005-08-238-1/+96
* Make destroy return self #1913 [sebastian.kanthak@muehlheim.de]Jamis Buck2005-08-141-0/+6
* Make acts_as_list work for insert_at(1) #1966 [hensleyl@papermountain.org]Jamis Buck2005-08-141-0/+9
* Allow add_column and create_table to specify NOT NULL #1712 [emptysands@gmail...Jamis Buck2005-07-301-0/+25
* Fix create_table so that id column is implicitly added [Rick Olson]Jamis Buck2005-07-271-1/+12
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-248-12/+90