aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added Base.validate_presence as an alternative to implementing validate and d...David Heinemeier Hansson2004-12-101-5/+8
* Fixed Base.errors to be indifferent as to whether strings or symbols are used.David Heinemeier Hansson2004-12-091-0/+12
* Added Base.validate_confirmation that encapsulates the pattern of wanting to ...David Heinemeier Hansson2004-12-091-0/+16
* Added Base.validate_confirmation that encapsulates the pattern of wanting to ...David Heinemeier Hansson2004-12-091-0/+17
* Added validation macros to make the stackable just like the lifecycle callbacksDavid Heinemeier Hansson2004-12-091-0/+13
* Added ActiveRecord::Mixins::Touch that will record creation and update times ...David Heinemeier Hansson2004-12-081-1/+15
* Added ActiveRecord::Mixins::List that can decorates an existing class with me...David Heinemeier Hansson2004-12-081-0/+12
* Added named bind-style variable interpolation #281 [Michael Koziarski]David Heinemeier Hansson2004-12-081-0/+4
* Added the option for sanitizing find_by_sql and the offset parts in regular f...David Heinemeier Hansson2004-12-071-0/+5
* Fixed value quoting in all generated SQL statements, so that integers are not...David Heinemeier Hansson2004-12-071-0/+4
* Fixed has_and_belongs_to_many guessing of foreign key so that keys are genera...David Heinemeier Hansson2004-12-071-0/+3