aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* Added actual database-changing behavior to collection assigment for has_many ...David Heinemeier Hansson2005-06-162-4/+30
* r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700Jeremy Kemper2005-06-131-1/+1
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-131-2/+4
* Added ActiveRecord::Recursion to guard against recursive calls to #saveJamis Buck2005-06-133-1/+63
* r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700Jeremy Kemper2005-06-131-1/+3
* r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700Jeremy Kemper2005-06-121-50/+62
* Corrected @@configurations typo. #1410 [david@ruppconsulting.com]Jeremy Kemper2005-06-121-3/+3
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-122-29/+26
* Allow before/after update hooks to work on models with optimistic lockingJamis Buck2005-06-111-1/+1
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-2/+17
* Eager loading of dependent has_one associations won't delete the association ...Jamis Buck2005-06-101-1/+1
* 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-062-3/+22
* Using transactional fixtures now causes the data to be loaded only once, for ...Jamis Buck2005-06-031-2/+8
* Added fixture accessors that can be used when fixture instantiation is disabl...Jamis Buck2005-06-031-2/+28
* 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-211-6/+15
* Added the :if option to all validations that can either use a block or a meth...David Heinemeier Hansson2005-05-211-5/+66
* 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-191-1/+1
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...David Heinemeier Hansson2005-05-192-2/+4
* Fixed docs for scaffolding generator #1303 [thijs@vandervossen.net]David Heinemeier Hansson2005-05-191-2/+0
* Fixed that clone would break when an aggregate had the same name as one of it...David Heinemeier Hansson2005-05-191-12/+25
* Changed the callbacks such that observers are notified before the in-object c...David Heinemeier Hansson2005-05-022-4/+16
* 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-021-1/+9
* Fixed association picture referenceDavid Heinemeier Hansson2005-04-301-1/+1
* Added compatibility with camelCase column names for dynamic finders #533 [Dee...David Heinemeier Hansson2005-04-301-1/+1
* Fixed extraneous comma in count() function that made it not work with joins #...David Heinemeier Hansson2005-04-301-3/+2
* Fixed incompatibility with Base#find with an array of ids that would fail whe...David Heinemeier Hansson2005-04-301-1/+1
* Fixed that validate_length_of lost :on option when :within was specified #119...David Heinemeier Hansson2005-04-301-3/+5
* Added encoding and min_messages options for PostgreSQL #1205 [shugo]David Heinemeier Hansson2005-04-301-0/+6
* Fixed acts_as_list where deleting an item that was removed from the list woul...David Heinemeier Hansson2005-04-251-8/+22
* Added validates_exclusion_of as a negative of validates_inclusion_ofDavid Heinemeier Hansson2005-04-241-0/+25
* Optimize counting of has_many associations by setting the association to empt...David Heinemeier Hansson2005-04-231-1/+5
* Dont reload on empty associationsDavid Heinemeier Hansson2005-04-191-2/+4
* Fixed order of loading in eager associationsDavid Heinemeier Hansson2005-04-192-10/+20
* Fixed that :get, :post, and the others should take a flash array as the third...David Heinemeier Hansson2005-04-191-0/+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-191-1/+7
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-182-7/+7
* Added Base.save! that attempts to save the record just like Base.save but wil...David Heinemeier Hansson2005-04-181-0/+9
* Speeded up eager loading a whole bunchDavid Heinemeier Hansson2005-04-184-52/+52
* Updated documentation here and thereDavid Heinemeier Hansson2005-04-182-12/+9
* Added documentation for new Base.find API and eager association loadingDavid Heinemeier Hansson2005-04-182-7/+55
* Fixed PostgreSQL usage of fixtures with regards to public schemas and table n...David Heinemeier Hansson2005-04-181-2/+2
* Fixed that fixtures were being deleted in the same order as inserts causing F...David Heinemeier Hansson2005-04-181-7/+14
* Move nodoc to the individual methodsDavid Heinemeier Hansson2005-04-181-4/+4
* Refactored a bitDavid Heinemeier Hansson2005-04-181-5/+1