aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* use :en as a default locale (in favor of :en-US)Sven Fuchs2008-11-182-54/+54
* Fix default_scope to work in combination with named scopesTom Stuart2008-11-172-10/+16
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)Pratik Naik2008-11-162-0/+73
* Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)...David Heinemeier Hansson2008-11-162-50/+0
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)David Heinemeier Hansson2008-11-162-0/+50
* Add create_fixtures method for testsJeremy Kemper2008-11-151-0/+4
* Set up fixtures for AR testsJeremy Kemper2008-11-151-0/+8
* Merge branch 'master' into testingJeremy Kemper2008-11-158-2/+70
|\
| * fix assignment to has_one :through associations.Matt Jones2008-11-156-1/+64
| * Fix typo in pool_conections_test [#1350 state:committed]Amos King2008-11-141-1/+1
| * Make sure any Fixnum returned by a DB sum is type cast to a Float before stan...Ken Collins2008-11-131-0/+5
* | Merge branch 'master' into testingJeremy Kemper2008-11-081-4/+7
|\|
| * Timeout the connection pool monitor on ruby 1.8 onlyJeremy Kemper2008-11-081-4/+7
* | Merge branch 'master' into testingJeremy Kemper2008-11-071-0/+23
|\|
| * Added tests for HABTM associations with counter_sqlTekin Suleyman2008-11-071-0/+23
* | Update AR testsJeremy Kemper2008-11-072-5/+5
* | Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.Jeremy Kemper2008-11-071-11/+6
|/
* Make sure ActiveRecord::Base.connected? doesn't raise an exception for define...Pratik Naik2008-11-061-0/+5
* Ensure ActiveRecord::ConnectionPool.connected? handles undefined connections....Wes Oldenbeuving2008-11-061-0/+8
* Fixed that serialized strings should never be type-casted (i.e. turning "Yes"...David Heinemeier Hansson2008-10-271-0/+6
* "raise NoMethodError" raises NoMethodError. Raise it with NoMethodError.new i...Mike Gunderloy2008-10-251-4/+7
* Fixed issue where block is not called on the very first invocation of a find_...Ken Miller2008-10-241-0/+11
* Skip collection ids reader optimization if using :finder_sqlJeremy Kemper2008-10-231-0/+7
* Ensure association proxy responds to private class methods defined in associa...Pratik Naik2008-10-162-2/+16
* Allow class methods to be sent (via #send) to association proxy (fix for bug ...Ian White2008-10-161-0/+4
* Ensure methods called on association proxies respect access control. [#1083 s...Pratik Naik2008-10-135-1/+48
* Remove the functionality introduce in 28d3390Michael Koziarski2008-10-102-33/+0
* explicitly including child associations that are also included in the parent ...Will Bryant2008-10-103-1/+44
* Ensure Model.sum and Model.avg typecast appropriately. [#1066 state:resolved]Pratik Naik2008-10-041-3/+3
* Introduce ActiveRecord::Reflection::ThroughReflection to simplify hm:t reflec...Pratik Naik2008-10-041-0/+4
* Fix has_many :through when the source is a belongs_to association. [#323 stat...Zach Dennis2008-10-044-1/+28
* Try reloading model on class mismatch [#229 state:resolved]Lawrence Pit2008-10-041-0/+20
* Make sure recreate MySQL test database with the proper encoding and collation...Luca Guidi2008-10-031-0/+5
* Dynamic finders should use the ActiveRecord::Base::find method instead of ::f...Eloy Duran2008-10-031-5/+22
* wrote a test showing eager loading's misbehavior (sanitizing against the wron...Will Bryant2008-09-291-0/+7
* Changed ActiveRecord attributes to respect access control.Adam Milligan2008-09-241-4/+47
* Allowed passing arrays-of-strings to :join everywhere. Merge duplicate join s...Pivotal Labs2008-09-243-0/+47
* Make AssociationCollection start transactions in the correct database.Hongli Lai (Phusion)2008-09-233-0/+27
* Merge branch 'patches' into multibyteMichael Koziarski2008-09-223-1/+40
|\
| * Association#first and last should not load the association if not needed. [#1...Jan De Poorter2008-09-222-1/+14
| * Add Model#delete instance method, similar to Model.delete class method. [#108...Hongli Lai (Phusion2008-09-211-0/+26
* | Change all calls to String#chars to String#mb_chars.Manfred Stienstra2008-09-212-6/+6
* | Fix a test that assumes .mb_chars to always return an instance of the proxy_c...Manfred Stienstra2008-09-211-7/+23
* | Change all calls to String#chars to String#mb_chars. Remove a exception for R...Manfred Stienstra2008-09-211-2/+2
|/
* applied patch to fix the associations with blocks in modules bug from an old ...Adeh DeSandies2008-09-201-0/+15
* I18n: Introduce I18n.load_path in favor of I18n.load_translations and change ...Sven Fuchs2008-09-201-1/+5
* Fixed an error triggered by a reload followed by a foreign key assignment.Nathaniel Talbott2008-09-201-0/+8
* When counting grouped records the target should be loaded to return a valid g...miloops2008-09-151-0/+2
* stop AR's debug.log filling with warnings about not being able to load fixtur...Frederick Cheung2008-09-141-0/+14
* Deal with MySQL's quirky handling of defaults and blob/text columnsFrederick Cheung2008-09-142-1/+36