aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Oracle adapter gets some love #4230 [schoenm@earthlink.net]David Heinemeier Hansson2006-03-161-2/+5
* Added Base.abstract_class? that marks which classes are not part of the Activ...Rick Olson2006-03-161-2/+7
* make save! return true on success[johan@johansorensen.com]. Closes #4173Michael Koziarski2006-03-151-0/+5
* Unit test fixes for postgresql.Michael Koziarski2006-03-151-2/+4
* Added options to control the :only/:except for included associations on Base#...David Heinemeier Hansson2006-03-101-0/+11
* Added association inclusion in to_xml [DHH]David Heinemeier Hansson2006-03-101-5/+43
* Fixed to_xml across the board to use nice indention, better skip_attributes w...David Heinemeier Hansson2006-03-091-0/+28
* added assert_queries for the AR test suiteRick Olson2006-03-051-0/+7
* Fixed eager loading problems with single-table inheritance [Rick Olson] Added...David Heinemeier Hansson2006-03-051-2/+2
* Added Sybase database adapter that relies on the Sybase Open Client bindings ...David Heinemeier Hansson2006-03-021-5/+13
* Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...David Heinemeier Hansson2006-03-011-5/+5
* Define attribute query methods to avoid method_missing calls. Closes #3677.Jeremy Kemper2006-02-271-2/+3
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-201-2/+22
* * Fix pagination problems when using includeMichael Koziarski2006-02-091-0/+7
* Added assert_date_from_db to do cleaner tests for SQL Server (closes #3557) [...David Heinemeier Hansson2006-01-211-8/+2
* Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck]Jamis Buck2006-01-201-1/+6
* Fix test error caused by operator error with last commitMichael Koziarski2006-01-141-1/+1
* Don't alter the Hash passed to attributes=, closes #3385Michael Koziarski2006-01-141-2/+13
* Sanitize scoped conditions.Marcel Molina2006-01-041-11/+8
* Use query methods rather than readers in boolean tests for [3092]. Reference...Jeremy Kemper2005-11-191-4/+4
* Correct boolean handling in generated reader methods. References #2945.Jeremy Kemper2005-11-191-0/+34
* Don't generate read methods for columns whose names are not valid ruby method...Jeremy Kemper2005-11-191-0/+7
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-161-3/+3
* Oracle: test case for column default parsing. References #2788.Jeremy Kemper2005-11-141-0/+10
* r4325@asus: jeremy | 2005-11-12 03:57:46 -0800Jeremy Kemper2005-11-121-3/+3
* r2915@asus: jeremy | 2005-11-06 05:02:53 -0800Jeremy Kemper2005-11-061-5/+5
* Correct reader method generation for primary key attribute: handle case when ...Jeremy Kemper2005-11-021-1/+1
* Added migration support for Oracle (closes #2647) [Michael Schoen]David Heinemeier Hansson2005-10-291-5/+2
* Added migration support to SQL Server adapter (please someone do the same for...David Heinemeier Hansson2005-10-281-0/+6
* Refactor DB exceptions and deal more with DB2 (closes #2624)David Heinemeier Hansson2005-10-271-42/+29
* Added :offset and :limit to the kinds of options that Base.constrain can use ...David Heinemeier Hansson2005-10-261-0/+24
* Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...David Heinemeier Hansson2005-10-261-4/+8
* Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.Jeremy Kemper2005-10-221-0/+7
* Make all of tests runnable on their own.Marcel Molina2005-10-191-0/+2
* Fixed a few sqlserver test case errors. Closes #2486Tobias Lütke2005-10-171-4/+6
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-161-1/+1
* Comment out the memory leak test because it b0rks the testing environment. Up...Jamis Buck2005-10-161-18/+21
* squash the memleak in dev mode finally (fingers crossed, here)Jamis Buck2005-10-151-0/+19
* Change quote delimiters for sql interpolation to obviate SyntaxErrors. Closes...Marcel Molina2005-10-141-0/+6
* Protect id attribute from mass assigment even when the primary key is set to ...Marcel Molina2005-10-121-0/+18
* Speed up the setting of table_name. Closes #2428.Marcel Molina2005-10-101-0/+11
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-091-0/+62
* Add option (true by default) to generate reader methods for each attribute of...Marcel Molina2005-10-071-0/+20
* Fixup tests for [2474].Jeremy Kemper2005-10-061-10/+10
* Quote booleans according the rules defined by the adapterMichael Koziarski2005-10-061-1/+6
* Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...Jeremy Kemper2005-09-271-16/+21
* Fix serialization problem with YAML in 1.8.3Scott Barron2005-09-271-3/+3
* Fixed comparison of Active Record objects so two new objects are not equal #2...David Heinemeier Hansson2005-09-091-0/+4
* Modify read_attribute to allow a symbol argument #2024 [Ken Kunz]Jamis Buck2005-09-021-0/+10
* Make destroy return self #1913 [sebastian.kanthak@muehlheim.de]Jamis Buck2005-08-141-0/+6