aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use IM when trying to load records using ID.Emilio Tagua2011-04-041-5/+5
* Added new #update_column method.Sebastian Martinez2011-03-271-1/+1
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-1/+1
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-1/+1
* Allow to read and write AR attributes with non valid identifiersSantiago Pastorino2011-03-221-0/+12
* Active Record typos.R.T. Lechow2011-03-051-2/+2
* use an attribute rather than a SQL literalAaron Patterson2011-02-261-0/+1
* Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-6/+0
* rawr, mysql, mysql2, why do you hate me. :'(Aaron Patterson2011-02-091-2/+4
* use parenthesis so limit works on all dbsAaron Patterson2011-02-091-6/+4
* Allow limit values to accept an ARel SQL literal.Ken Collins2011-02-091-2/+8
* comma limits do not make sense on oracle or pgAaron Patterson2011-02-081-3/+5
* primary keys should not be cleared on cache clear, fixing oracle testsAaron Patterson2011-02-081-0/+5
* limit() should sanitize limit valuesAaron Patterson2011-02-081-0/+34
* make set_table_name take effect immediatelyJan2011-02-081-0/+11
* allow AR caches to be cleared, clear them on class reloadingAaron Patterson2011-02-031-0/+8
* Make serialized columns with explicit object_type return a new instance of th...Guillermo Álvarez2011-02-031-0/+19
* store the serialized column values in the @attributes hashAaron Patterson2011-02-011-0/+25
* serialize can take an arbitrary code objectAaron Patterson2011-02-011-0/+21
* Use encode_with for marshallingJon Leighton2011-01-071-0/+7
* Make serialized fixtures work againPratik Naik2010-12-291-1/+1
* stop redifining methods on every call to set_primary_keyAaron Patterson2010-12-241-4/+8
* define_attr_method must serialize nil correctlyAaron Patterson2010-12-201-0/+5
* if there is no base name, we cannot determine a primary keyAaron Patterson2010-12-201-0/+2
* Ensure that boolean false is properly serialized [#6079 state:resolved]Aditya Sanghi2010-12-081-0/+16
* fixing dup regressionsAaron Patterson2010-11-231-16/+16
* fixing more dup testsAaron Patterson2010-11-231-21/+22
* dup is working betterAaron Patterson2010-11-231-4/+0
* removing many unused variablesAaron Patterson2010-11-161-2/+1
* Models should be equals even after destroyedSantiago Pastorino2010-11-161-0/+9
* 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
|/