aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-6/+6
* Add timestamps to TopicPratik Naik2010-11-021-1/+1
* adding a test to ensure offsets with no limits will work [#5316 state:resolved]Aaron Patterson2010-10-201-0/+6
* default scope merge where clauses [#5488 state:resolved]Jan2010-10-201-0/+1
* should sort these ids before asserting they are equal!Aaron Patterson2010-10-151-1/+1
* testing that symbols work as sql literalsAaron Patterson2010-10-151-0/+5
* make sure we use the engine assigned to the table when quotingAaron Patterson2010-09-271-0/+18
* adding a test for slug behaviorAaron Patterson2010-09-271-0/+4
* Hash#to_s behaves differently between 1.8 and 1.9, so adjust accordinglyAaron Patterson2010-09-231-1/+1
* testing poor behavior of hash serializationAaron Patterson2010-09-221-0/+4
* Remove helper methods that were moved to helper.rbEmilio Tagua2010-09-211-15/+0
* serialized attributes should be serialized before validation [#5525 state:res...Aaron Patterson2010-09-071-1/+5
* order should always be concatenated.Neeraj Singh2010-09-051-4/+4
* Reset default scope in Thread.current when class is unloaded [#5497 state:res...Andrew White2010-09-011-0/+15
* Memoize STI class lookups for the duration of a requestJeremy Kemper2010-08-191-1/+1
* Both tests are using the same model, move the model to another file and add t...Santiago Pastorino2010-08-141-13/+14
* bringing over latest from masterBrian Lopez2010-08-091-542/+0
|\
| * Making Active Record base_test.rb thinner by moving testsNeeraj Singh2010-08-031-532/+0
* | skip the before_type_cast_on_datetime test entirely for mysql2Brian Lopez2010-08-021-17/+18
* | update tests for mysql2 supportBrian Lopez2010-08-021-4/+13
|/
* Test for behaviour of befeore_type_cast when operating on datetime colmunŁukasz Strzałkowski2010-07-191-0/+8
* Removed warnings when a variable is shadowedŁukasz Strzałkowski2010-07-191-2/+2
* moving persistence related tests to a new fileNeeraj Singh2010-07-161-327/+0
* Revert "Style fixes"Pratik Naik2010-07-151-3/+1
* Style fixeswycats2010-07-141-1/+3
* Style fixesPratik Naik2010-07-141-3/+1
* Return from ActiveRecord::Base#attributes= unless value is a hash [#4070 stat...David Trasbo2010-07-081-0/+7
* This patch changes update_attribute implementatino so:Neeraj Singh2010-07-081-0/+40
* fix ActiveRecord `destroy_all` so it returns destroyed recordsMislav Marohnić2010-07-081-6/+14
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-081-1/+1
* minor changes to mass assignment security patch to bring it in line with rail...Josh Kalderimis2010-07-081-125/+1
* Mass assignment security refactoringEric Chapweske2010-07-081-13/+13
* Remove ActiveRecord::Base#class_name [#379 state:committed]David Trasbo2010-06-291-19/+0
* 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