aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* adding column named 'group' to ensure that nothing breaks given that 'group' ...Neeraj Singh2010-06-231-1/+1
* Don't clone associations [#4894 state:resolved]Paul Gillard2010-06-231-0/+8
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* ActiveRecord and ActionPack now use the new descendants implementation.José Valim2010-06-191-4/+0
* Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re...Andrew Bloomgarden2010-06-081-0/+17
* Explicitly set Topic model last_read attribute as Date value when Oracle enha...Raimonds Simanovskis2010-06-041-3/+4
* move counter_cache tests to a separate file and refactorMislav Marohnić2010-05-241-49/+0
* Use better assertion methods for testingNeeraj Singh2010-05-191-25/+25
* AR::Base#clone fixed to set dirty bits for cloned objectpleax2010-05-161-0/+50
* Reset quoted_table_name after set_table_name [#4568 state:resolved]Santiago Pastorino2010-05-151-0/+12
* Fix unintuitive behavior with multiple order and group clausesErnie Miller2010-05-061-0/+10
* Move several configuration values from Hash to ActiveSupport::XmlMini, which ...José Valim2010-04-291-4/+1
* making yaml tests less specific to emitter. [#4425 state:resolved]Aaron Patterson2010-04-171-1/+2
* fix a failure and some warnings on 1.9.2 [#4417 state:resolved]Aaron Patterson2010-04-161-1/+1
* Refactor compute_type to handle situations where the correct class is already...Andrew White2010-04-121-8/+0
* make ActiveRecord::Base.subclasses a public methodEmmanuel Oga2010-04-121-0/+4
* table_name_prefix and table_name_suffix are class_attributes instead of cattr...Phil Smith2010-04-121-7/+51
* cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]Aaron Patterson2010-03-151-9/+9
* fixed a 'RecordNotFound' bug when calling 'reload' on a object which doesn't ...Tobias Bielohlawek2010-02-261-0/+6
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-5/+17
* 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