aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few Oracle issues: Allows Oracle's odd date handling to still work co...David Heinemeier Hansson2006-07-051-1/+1
* PostgreSQL: support microsecond time resolution. Closes #5492.Jeremy Kemper2006-06-251-0/+6
* Change AR::Base#to_param to return a String instead of a Fixnum. Closes #5320.Nicholas Seckar2006-06-191-0/+4
* Refactored ActiveRecord::Base.to_xml to become a delegate for XmlSerializer, ...David Heinemeier Hansson2006-06-041-11/+11
* Fixed usage of :limit and with_scope when the association in scope is a 1:m (...David Heinemeier Hansson2006-06-031-0/+8
* to_xml fixes, features, and speedup. Closes #4989.Jeremy Kemper2006-06-031-23/+23
* fixtures :accounts for base_test. Closes #5268.Jeremy Kemper2006-06-021-1/+1
* Fixed that Base.find :all, :conditions => [ "id IN (?)", collection ] would f...David Heinemeier Hansson2006-06-011-2/+2
* Added Array#to_s(:db) that'll produce a comma-separated list of ids [DHH] Spl...David Heinemeier Hansson2006-05-311-0/+8
* Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive....Marcel Molina2006-04-291-0/+6
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-6/+6
* Add support for :order option to with_scope. Closes #3887. [eric.daspet@survo...Marcel Molina2006-04-261-0/+23
* Fixed that that multiparameter assignment doesn't work with aggregations (clo...David Heinemeier Hansson2006-04-061-0/+9
* Fix type_name_with_module to handle type names that begin with '::'. Closes #...Nicholas Seckar2006-04-061-0/+5
* Fixed DB2 adapter so nullable columns will be determines correctly now and qu...David Heinemeier Hansson2006-03-221-2/+2
* Fix bug introduced by changeset 3679 which caused custom attribute? methods t...David Heinemeier Hansson2006-03-201-2/+3
* add support for COUNT(DISTINCT id) queries in sqlite2 (closes #4300) [Rick Ol...Rick Olson2006-03-191-3/+1
* skip count_by_sql test using COUNT(DISTINCT) for sqlite2 onlyRick Olson2006-03-191-2/+4
* Fix boolean testDavid Heinemeier Hansson2006-03-191-2/+2
* SQL Server adapter gets some love (closes #4298) [rtomayko@gmail.com]David Heinemeier Hansson2006-03-181-2/+15
* Remove broken attempts at handling columns with a a default of 'now()' in the...Michael Koziarski2006-03-181-11/+0
* Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]David Heinemeier Hansson2006-03-181-2/+12
* 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