aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas ...David Heinemeier Hansson2005-07-061-0/+2
* Made documentation ready for release (AR)David Heinemeier Hansson2005-07-061-1/+1
* Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...David Heinemeier Hansson2005-07-051-0/+2
* Added new Migrations framework for describing schema transformations in a way...David Heinemeier Hansson2005-07-041-0/+2
* Added callback hooks to association collections #1549 [Florian Weber]David Heinemeier Hansson2005-07-041-0/+13
* Fixed Base.content_columns call for SQL Server adapter #1450 [DeLynn Berry] A...David Heinemeier Hansson2005-07-031-0/+2
* Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul ...David Heinemeier Hansson2005-07-031-0/+2
* Mark ticket # in changelog. Snip some trailing whitespace.Jeremy Kemper2005-07-031-1/+1
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-031-0/+2
* r1601@asus: jeremy | 2005-07-02 14:33:08 -0700Jeremy Kemper2005-07-031-0/+4
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-031-0/+2
* Fixed validates_numericality_of to work with overrided getter-method when :al...David Heinemeier Hansson2005-07-021-0/+2
* Added roots, root, and siblings to the batch of methods added by acts_as_tree...David Heinemeier Hansson2005-07-011-0/+2
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-011-0/+4
* Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very...David Heinemeier Hansson2005-06-281-0/+2
* Fixed problem with eager loading when using a has_and_belongs_to_many associa...David Heinemeier Hansson2005-06-261-0/+2
* Fixed Base#find to honor the documentation on how :joins work and make them c...David Heinemeier Hansson2005-06-251-0/+12
* Fixed that validations didn't respecting custom setting for too_short, too_lo...David Heinemeier Hansson2005-06-251-0/+2
* Fixed that clear_association_cache doesn't delete new associations on new rec...David Heinemeier Hansson2005-06-251-0/+2
* Fixed that calling Model.find([]) returns [] and doesn't throw an exception #...David Heinemeier Hansson2005-06-211-0/+2
* Removed the AR::Recursion module--it broke more code than it fixedJamis Buck2005-06-211-2/+0
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-181-0/+2
* Fixed saving of in-memory association structures to happen as a after_create/...David Heinemeier Hansson2005-06-171-0/+2
* Revealed the man behind the mask!David Heinemeier Hansson2005-06-161-21/+21
* Allow any Enumerable, not just Array, to work as bind variables #1344 [bitsweat]David Heinemeier Hansson2005-06-161-0/+2
* 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