aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700Jeremy Kemper2005-06-134-6/+12
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-136-18/+41
* Added ActiveRecord::Recursion to guard against recursive calls to #saveJamis Buck2005-06-135-3/+102
* r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700Jeremy Kemper2005-06-133-3/+16
* r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700Jeremy Kemper2005-06-125-55/+130
* Corrected @@configurations typo. #1410 [david@ruppconsulting.com]Jeremy Kemper2005-06-122-3/+5
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-125-30/+34
* Don't expect fixtures to be returned in the order they were inserted.Jeremy Kemper2005-06-122-5/+6
* Don't expect fixtures to be returned in the order they were inserted.Jeremy Kemper2005-06-112-3/+4
* Preserve extendedWarranty case in PostgreSQL computers table.Jeremy Kemper2005-06-111-1/+1
* Allow before/after update hooks to work on models with optimistic lockingJamis Buck2005-06-112-1/+3
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-1023-223/+254
* Eager loading of dependent has_one associations won't delete the association ...Jamis Buck2005-06-106-120/+122
* Sort the migration files explicitly so that they are always ordered correctly.Jamis Buck2005-06-071-2/+2
* Replace the in-memory object, but dont orphan the existing oneDavid Heinemeier Hansson2005-06-071-0/+1
* Added a second parameter to the build and create method for has_one that cont...David Heinemeier Hansson2005-06-064-3/+53
* Using transactional fixtures now causes the data to be loaded only once, for ...Jamis Buck2005-06-032-2/+10
* Added fixture accessors that can be used when fixture instantiation is disabl...Jamis Buck2005-06-033-2/+43
* Added DoubleRenderError exception that'll be raised if render* is called twic...David Heinemeier Hansson2005-05-211-0/+4
* Added note of limitation for #1279David Heinemeier Hansson2005-05-211-1/+2
* Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje...David Heinemeier Hansson2005-05-213-9/+27
* Added the :if option to all validations that can either use a block or a meth...David Heinemeier Hansson2005-05-213-7/+142
* Speed up timestamping a tad #1227 [skaen]David Heinemeier Hansson2005-05-191-8/+10
* Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net]David Heinemeier Hansson2005-05-193-1/+11
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...David Heinemeier Hansson2005-05-195-2/+26
* Fixed docs for scaffolding generator #1303 [thijs@vandervossen.net]David Heinemeier Hansson2005-05-191-2/+0
* Push to .org insteadDavid Heinemeier Hansson2005-05-192-3/+5
* Fixed that clone would break when an aggregate had the same name as one of it...David Heinemeier Hansson2005-05-193-15/+62
* Changed that destroying an object will only freeze the attributes hash, which...David Heinemeier Hansson2005-05-021-0/+2
* Changed the callbacks such that observers are notified before the in-object c...David Heinemeier Hansson2005-05-024-5/+26
* Started work on a per-request query cacheDavid Heinemeier Hansson2005-05-022-0/+66
* Added option for passing an array to the find_all version of the dynamic find...David Heinemeier Hansson2005-05-023-1/+18
* Fixed association picture referenceDavid Heinemeier Hansson2005-04-302-2/+8
* Added compatibility with camelCase column names for dynamic finders #533 [Dee...David Heinemeier Hansson2005-04-3010-9/+19
* Fixed extraneous comma in count() function that made it not work with joins #...David Heinemeier Hansson2005-04-303-3/+16
* Fixed incompatibility with Base#find with an array of ids that would fail whe...David Heinemeier Hansson2005-04-302-1/+3
* Fixed that validate_length_of lost :on option when :within was specified #119...David Heinemeier Hansson2005-04-303-3/+49
* A few more tests #1199David Heinemeier Hansson2005-04-301-1/+14
* Added encoding and min_messages options for PostgreSQL #1205 [shugo]David Heinemeier Hansson2005-04-302-0/+17
* Fixed acts_as_list where deleting an item that was removed from the list woul...David Heinemeier Hansson2005-04-252-8/+24
* Added validates_exclusion_of as a negative of validates_inclusion_ofDavid Heinemeier Hansson2005-04-243-0/+39
* Optimize counting of has_many associations by setting the association to empt...David Heinemeier Hansson2005-04-231-1/+5
* Fixed frivilous database queries being triggered with eager loading on empty ...David Heinemeier Hansson2005-04-191-0/+2
* Dont reload on empty associationsDavid Heinemeier Hansson2005-04-191-2/+4
* Fixed order of loading in eager associationsDavid Heinemeier Hansson2005-04-195-13/+32
* Fixed that :get, :post, and the others should take a flash array as the third...David Heinemeier Hansson2005-04-191-0/+3
* Fixed OCI fixtures [Ryan Carver]David Heinemeier Hansson2005-04-191-3/+3
* Added documentation about :limit not working with eager loadingDavid Heinemeier Hansson2005-04-191-3/+6
* Fixed stray comma when using eager loading and ordering together from has_man...David Heinemeier Hansson2005-04-194-3/+14
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-186-21/+21