aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Added actual database-changing behavior to collection assigment for has_many ...David Heinemeier Hansson2005-06-161-0/+13
* r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700Jeremy Kemper2005-06-131-0/+2
* Added ActiveRecord::Recursion to guard against recursive calls to #saveJamis Buck2005-06-131-0/+2
* r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700Jeremy Kemper2005-06-131-0/+2
* r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700Jeremy Kemper2005-06-121-0/+2
* Corrected @@configurations typo. #1410 [david@ruppconsulting.com]Jeremy Kemper2005-06-121-0/+2
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-121-0/+2
* Allow before/after update hooks to work on models with optimistic lockingJamis Buck2005-06-111-0/+2
* Eager loading of dependent has_one associations won't delete the association ...Jamis Buck2005-06-101-0/+2
* Added a second parameter to the build and create method for has_one that cont...David Heinemeier Hansson2005-06-061-0/+2
* Using transactional fixtures now causes the data to be loaded only once, for ...Jamis Buck2005-06-031-0/+2
* Added fixture accessors that can be used when fixture instantiation is disabl...Jamis Buck2005-06-031-0/+8
* Added DoubleRenderError exception that'll be raised if render* is called twic...David Heinemeier Hansson2005-05-211-0/+4
* Added Errors#add_on_blank which works like Errors#add_on_empty, but uses Obje...David Heinemeier Hansson2005-05-211-0/+4
* Added the :if option to all validations that can either use a block or a meth...David Heinemeier Hansson2005-05-211-0/+11
* Fixed use of construct_finder_sql when using :join #1288 [dwlt@dwlt.net]David Heinemeier Hansson2005-05-191-0/+2
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...David Heinemeier Hansson2005-05-191-0/+2
* Push to .org insteadDavid Heinemeier Hansson2005-05-191-0/+2
* 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-021-0/+2
* Added option for passing an array to the find_all version of the dynamic find...David Heinemeier Hansson2005-05-021-0/+5
* Added compatibility with camelCase column names for dynamic finders #533 [Dee...David Heinemeier Hansson2005-04-301-0/+2
* Fixed extraneous comma in count() function that made it not work with joins #...David Heinemeier Hansson2005-04-301-0/+2
* Fixed incompatibility with Base#find with an array of ids that would fail whe...David Heinemeier Hansson2005-04-301-0/+2
* Fixed that validate_length_of lost :on option when :within was specified #119...David Heinemeier Hansson2005-04-301-0/+2
* Added encoding and min_messages options for PostgreSQL #1205 [shugo]David Heinemeier Hansson2005-04-301-0/+11
* Fixed acts_as_list where deleting an item that was removed from the list woul...David Heinemeier Hansson2005-04-251-0/+2
* Added validates_exclusion_of as a negative of validates_inclusion_ofDavid Heinemeier Hansson2005-04-241-0/+7
* Fixed frivilous database queries being triggered with eager loading on empty ...David Heinemeier Hansson2005-04-191-0/+2
* Fixed order of loading in eager associationsDavid Heinemeier Hansson2005-04-191-1/+3
* Fixed stray comma when using eager loading and ordering together from has_man...David Heinemeier Hansson2005-04-191-0/+5
* Fixed documentation and prepared for release of 0.12David Heinemeier Hansson2005-04-181-10/+10
* Added Base.save! that attempts to save the record just like Base.save but wil...David Heinemeier Hansson2005-04-181-0/+2
* Added documentation for new Base.find API and eager association loadingDavid Heinemeier Hansson2005-04-181-0/+22
* Fixed PostgreSQL usage of fixtures with regards to public schemas and table n...David Heinemeier Hansson2005-04-181-0/+2
* Fixed that fixtures were being deleted in the same order as inserts causing F...David Heinemeier Hansson2005-04-181-0/+2
* Changed habtm eager loading to also use joinsDavid Heinemeier Hansson2005-04-181-0/+2
* Made the dynamic finders use the new find API and updated the examples here a...David Heinemeier Hansson2005-04-171-0/+2
* Fixes a problem with the SQL Adapter which was resulting in IDENTITY_INSERT n...David Heinemeier Hansson2005-04-171-0/+2
* Added the option to specify the acceptance string in validates_acceptance_of ...David Heinemeier Hansson2005-04-171-0/+2
* Added acts_as_nested_set #1000 [wschenk]David Heinemeier Hansson2005-04-171-0/+7
* Added insert_at(position) to acts_as_list #1083 [DeLynnB]David Heinemeier Hansson2005-04-171-0/+2
* Removed the default order by id on has_and_belongs_to_many queries as it coul...David Heinemeier Hansson2005-04-131-0/+2
* Fixed that Base.silence should restore the old logger level when done, not ju...David Heinemeier Hansson2005-04-131-0/+2
* Fixed boolean saving on Oracle #1093 [mparrish@pearware.org]David Heinemeier Hansson2005-04-131-0/+2
* Moved build_association and create_association for has_one and belongs_to out...David Heinemeier Hansson2005-04-121-0/+2
* Added rollbacks of transactions if they're active as the dispatcher is killed...David Heinemeier Hansson2005-04-101-0/+2
* Added quoting of column names for fixtures #997 [jcfischer@gmail.com]David Heinemeier Hansson2005-04-071-0/+2
* Fixed counter_sql when no records exist in database for PostgreSQL (would giv...David Heinemeier Hansson2005-04-071-0/+2
* Fixed that benchmarking times for rendering included db runtimes #987 [skaes@...David Heinemeier Hansson2005-04-021-0/+2