aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed boolean queries for t/f fields in PostgreSQL #995 [dave@cherryville.org]David Heinemeier Hansson2005-04-021-0/+2
* Added that model.items.delete(child) will delete the child, not just set the ...David Heinemeier Hansson2005-04-021-0/+2
* Fixed auto-stamping of dates (created_on/updated_on) for PostgreSQL #985 [dav...David Heinemeier Hansson2005-04-021-0/+2
* Fixed Base.silence/benchmark to only log if a logger has been configured #986...David Heinemeier Hansson2005-04-021-0/+2
* Added a join parameter as the third argument to Base.find_first and as the se...David Heinemeier Hansson2005-04-021-1/+1
* Added a join parameter as the third argument to Base.find_first #426 [skaes@w...David Heinemeier Hansson2005-03-311-0/+2
* Fixed bug in Base#hash method that would treat records with the same string-b...David Heinemeier Hansson2005-03-301-0/+2
* Renamed DateHelper#distance_of_time_in_words_to_now to DateHelper#time_ago_in...David Heinemeier Hansson2005-03-301-0/+5
* Made ready for the release of 0.11.1David Heinemeier Hansson2005-03-271-1/+3
* Fixed that MissingSourceFile's wasn't properly detected in production mode #9...David Heinemeier Hansson2005-03-251-0/+2
* Fixed that :counter_cache option would look for a line_items_count column for...David Heinemeier Hansson2005-03-231-0/+2
* Fixed that AR exists?() would explode on postgresql if the passed id did not ...David Heinemeier Hansson2005-03-231-0/+2
* Fixed the MS SQL adapter to work with the new limit/offset approach and with ...David Heinemeier Hansson2005-03-231-0/+5
* Updated more documentationDavid Heinemeier Hansson2005-03-221-1/+1
* Added adapter independent limit clause as a two-element array with the first ...David Heinemeier Hansson2005-03-201-0/+7
* Added alias_method :to_param, :id to Base, such that Active Record objects to...David Heinemeier Hansson2005-03-201-0/+2
* Improved the performance of the OCI8 adapter for Oracle #723 [pilx/gjenkins]David Heinemeier Hansson2005-03-201-0/+2
* Added type conversion before saving a record, so string-based values like "10...David Heinemeier Hansson2005-03-201-0/+2
* Added with additional settings for working with transactional fixtures and pr...David Heinemeier Hansson2005-03-201-0/+2
* Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not...David Heinemeier Hansson2005-03-201-0/+2
* Added the possibility of specifying fixtures in multiple calls #816 [kim@tink...David Heinemeier Hansson2005-03-171-0/+2
* Added Base.exists?(id) that'll return true if an object of the class with the...David Heinemeier Hansson2005-03-171-0/+2
* Added optionally allow for nil or empty strings with validates_numericality_o...David Heinemeier Hansson2005-03-141-0/+4
* Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]David Heinemeier Hansson2005-03-141-0/+2
* Added that all types of after_find/after_initialized callbacks are triggered ...David Heinemeier Hansson2005-03-141-0/+2
* Fixed that symbols can be used on attribute assignment, like page.emails.crea...David Heinemeier Hansson2005-03-101-0/+5
* Prepared for 0.10.1 releaseDavid Heinemeier Hansson2005-03-071-1/+1
* Added ActiveRecord::Base.colorize_logging to control whether to use colors in...David Heinemeier Hansson2005-03-061-0/+2
* Added support for timestamp with time zone in PostgreSQL #560 [Scott Barron]David Heinemeier Hansson2005-03-061-0/+2
* Added MultiparameterAssignmentErrors and AttributeAssignmentError exceptions ...David Heinemeier Hansson2005-03-061-0/+10
* Added transactional fixtures that uses rollback to undo changes to fixtures i...David Heinemeier Hansson2005-03-061-0/+2
* Added destruction of dependent objects in has_one associations when a new ass...David Heinemeier Hansson2005-03-061-0/+14
* Added validates_numericality_of #716 [skanthak/c.r.mcgrath]David Heinemeier Hansson2005-03-061-0/+16
* Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...David Heinemeier Hansson2005-03-061-0/+2
* Added better defaults for composed_of, so statements like composed_of :time_z...David Heinemeier Hansson2005-03-011-0/+2