aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Fixed handling of binary content in blobs and similar fields for Ruby/MySQL a...David Heinemeier Hansson2005-01-021-0/+2
* Added find_all style to the new dynamic findersDavid Heinemeier Hansson2005-01-021-0/+4
* Added dynamic attribute-based finders as a cleaner way of getting objects by ...David Heinemeier Hansson2005-01-021-0/+10
* Added that Base#find takes an optional options hash, including :conditions. B...David Heinemeier Hansson2005-01-011-0/+2
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-0/+2
* Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...David Heinemeier Hansson2005-01-011-0/+2
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-011-0/+2
* Added block-style for callbacks #332 [bitsweat]David Heinemeier Hansson2005-01-011-1/+9
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-311-0/+18
* Added :counter_cache option to acts_as_tree that works just like the one you ...David Heinemeier Hansson2004-12-311-0/+2
* Fixed quoting in validates_format_of that would allow some rules to pass rega...David Heinemeier Hansson2004-12-311-0/+2
* Fixed broken transactions that were actually only running object-level and no...David Heinemeier Hansson2004-12-301-0/+2
* Added Base.default_timezone accessor that determines whether to use Time.loca...David Heinemeier Hansson2004-12-281-0/+3
* Fixed that the const_missing autoload assumes the requested constant is set b...David Heinemeier Hansson2004-12-281-1/+11
* Releasing Rails 0.9.2David Heinemeier Hansson2004-12-221-31/+32
* Added scope option to validation_uniqueness #349 [Kent Sibilev]David Heinemeier Hansson2004-12-221-0/+2
* Added allow_nil options to validates_inclusion_of so that validation is only ...David Heinemeier Hansson2004-12-221-0/+2
* Added work-around for PostgreSQL and the problem of getting fixtures to be cr...David Heinemeier Hansson2004-12-221-0/+3
* Added Base#clear_association_cache to empty all the cached associations #347 ...David Heinemeier Hansson2004-12-221-0/+2
* Added more informative exceptions in establish_connection #356 [bitsweat]David Heinemeier Hansson2004-12-221-0/+2
* Fixed that options[:counter_sql] was overwritten with interpolated sql rather...David Heinemeier Hansson2004-12-221-0/+2
* Fixed that overriding an attribute's accessor would be disregarded by add_on_...David Heinemeier Hansson2004-12-221-0/+3
* Fixed that Base.table_name would expect a parameter when used in has_and_belo...David Heinemeier Hansson2004-12-221-0/+2
* Fixed that nested transactions now work by letting the outer most transaction...David Heinemeier Hansson2004-12-221-0/+4
* Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ...David Heinemeier Hansson2004-12-211-0/+2
* Added a require_association hook on const_missing that makes it possible to u...David Heinemeier Hansson2004-12-201-0/+13
* Changed the interface on AbstractAdapter to require that adapters return the ...David Heinemeier Hansson2004-12-191-0/+4
* Added that query benchmarking will only happen if its going to be logged anyw...David Heinemeier Hansson2004-12-191-0/+2
* Added higher_item and lower_item as public methods for acts_as_list #342 [Tob...David Heinemeier Hansson2004-12-191-0/+2
* Added respondence to *_before_type_cast for all attributes to return their st...David Heinemeier Hansson2004-12-191-0/+3
* Fixed the automated timestamping feature when running under Rails' developmen...David Heinemeier Hansson2004-12-181-0/+2
* Base#update_attribute isnt subject to validationDavid Heinemeier Hansson2004-12-181-2/+0
* Added Base#update_attributes that'll accept a hash of attributes and save the...David Heinemeier Hansson2004-12-171-0/+11
* Added Base.destroy and Base.delete to remove records without holding a refere...David Heinemeier Hansson2004-12-171-0/+5
* Rails 0.9 is a realityDavid Heinemeier Hansson2004-12-161-1/+1
* Added Base.validates_inclusion_ofDavid Heinemeier Hansson2004-12-161-6/+18
* Improving documentation...David Heinemeier Hansson2004-12-161-4/+0
* Added Base.validates_inclusion_of that validates whether the value of the spe...David Heinemeier Hansson2004-12-161-0/+8
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@177 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-161-2/+2
* Added that Active Records will automatically record creation and/or update ti...David Heinemeier Hansson2004-12-161-26/+14
* Added Base.validates_format_of that Validates whether the value of the specif...David Heinemeier Hansson2004-12-161-1/+8
* Added Base.default_error_messages as a hash of all the error messages used in...David Heinemeier Hansson2004-12-151-0/+2
* Added automatic transaction block around AssociationCollection.<<, Associatio...David Heinemeier Hansson2004-12-151-0/+2
* Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ...David Heinemeier Hansson2004-12-151-14/+13
* Fixed that Base#find will return an array if given an array -- regardless of ...David Heinemeier Hansson2004-12-151-0/+2
* Changed validate_* to validates_*_of, so validate_acceptance becomes validate...David Heinemeier Hansson2004-12-151-10/+6
* Fixed that has_and_belongs_to_many would generate bad sql when naming convent...David Heinemeier Hansson2004-12-141-0/+2
* Added a better exception for when a type column is used in a table without th...David Heinemeier Hansson2004-12-141-0/+10
* Fixed a pattern for module loadingDavid Heinemeier Hansson2004-12-121-0/+2
* Added Base.validate_uniqueness thatv alidates whether the value of the specif...David Heinemeier Hansson2004-12-101-0/+15