aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make merging of order values consistentPratik Naik2010-01-171-1/+3
* Deprecate ActiveRecord::Base.colorize_logging.José Valim2010-01-131-1/+1
* Changed ActiveRecord::Base.store_full_sti_class to be true by default reflect...David Heinemeier Hansson2010-01-031-0/+3
* Simplify repair_validations on AR and make it work with new callbacks.José Valim2010-01-011-1/+4
* Don't publicize with_scope for tests since it may shadow public misuseJeremy Kemper2009-12-281-9/+9
* Make Model.all return an array rather than a relation for consistency. Use Mo...Pratik Naik2009-12-271-1/+7
* Replace reset_counter_cache with reset_counters that has API inline with exis...Gabe da Silveira2009-12-031-2/+2
* Implement ActiveRecord#reset_counter_cacheMike Breen2009-12-021-0/+10
* Unify benchmark APIs.José Valim2009-10-151-5/+5
* Merge commit 'rails/master'Emilio Tagua2009-10-071-1/+1
|\
| * Call initialize_copy when cloning [#3164 state:resolved]Paul Gillard2009-10-061-1/+1
* | Use immutable relation objects to generate queries.Emilio Tagua2009-08-181-1/+1
* | Use finder options as relation method names to provide more familiarEmilio Tagua2009-08-181-1/+1
* | Merge commit 'rails/master'Emilio Tagua2009-08-171-10/+8
|\|
| * Remove support for SQLite 2.Pratik Naik2009-08-171-10/+8
* | Merge commit 'rails/master'Emilio Tagua2009-08-101-1/+46
|\|
| * With multiparameter date attributes, the behaviour when empty fields are pres...Hugo Peixoto2009-08-091-1/+46
* | Merge commit 'rails/master'Emilio Tagua2009-08-081-0/+17
|\|
| * Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro...José Valim2009-08-071-0/+17
* | Merge commit 'rails/master'Emilio Tagua2009-08-051-0/+69
|\|
| * quoted_date converts time-like objects to ActiveRecord::Base.default_timezone...Geoff Buesing2009-08-031-0/+69
* | Merge commit 'rails/master'Emilio Tagua2009-07-311-5/+0
|\|
| * Undefine id and let it automatically be generatedJoshua Peek2009-07-301-5/+0
* | Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR...Emilio Tagua2009-07-211-1/+1
|/
* Add primary_key option to belongs_to associationSzymon Nowak2009-07-151-1/+1
* Added AR:B#dup method for duplicationg object without frozen attributes [#285...Yehuda Katz + Carl Lerche2009-07-011-0/+4
* Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-3/+3
* Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-3/+3
* Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-3/+3
* disabled base_test.rb tests that were not Oracle compatible (TIME datatype is...Raimonds Simanovskis2009-06-091-30/+41
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Fix models load order to be able to run unit tests.Emilio Tagua2009-04-231-3/+3
* Add microsecond support for sqlite adapter [#1982 state:resolved]Alex Pooley2009-04-211-1/+1
* Specify :group with the table name for it to work on sqlite3Pratik Naik2009-04-211-1/+1
* Allow find(:last) :order be a symbol [#2024 state:resolved]Rob Anderton2009-03-091-0/+5
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-9/+9
* DRY with_kcode in Active Record testsPratik Naik2009-03-071-14/+0
* Fix that scoped find with :group and :having [#2006 state:resolved]Mike Gunderloy2009-02-281-0/+7
* Add array id support to Model.update_counters. [#1254 state:resolved] [Carlos...Pratik Naik2009-01-281-0/+7
* ActiveRecord::Base#new_record? now returns false for existing records (was ni...Yaroslav Markin2008-12-271-0/+5
* Ensure of Model#create support custom updated_at and updated_on attributes [#...Luis Hurtado2008-12-221-0/+10
* Remove SQL Server cases from tests for latest adapter work to pass rails expe...Ken Collins2008-11-191-8/+5
* Fixed that serialized strings should never be type-casted (i.e. turning "Yes"...David Heinemeier Hansson2008-10-271-0/+6
* Merge branch 'patches' into multibyteMichael Koziarski2008-09-221-0/+26
|\
| * Add Model#delete instance method, similar to Model.delete class method. [#108...Hongli Lai (Phusion2008-09-211-0/+26
* | 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
|/
* Multiparameter attributes skip time zone conversion for time-only columns [#1...gbuesing2008-09-141-0/+18
* Support :limit on update_all so that has_many with :limit can be safely updatedTarmo Tänav2008-09-101-4/+15
* Revert "Revert "Raise UnknownAttributeError when unknown attributes are suppl...Jeremy Kemper2008-09-081-0/+8