aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-162-60/+60
* Updated and added more documentationDavid Heinemeier Hansson2004-12-165-69/+74
* Added Base.validates_inclusion_ofDavid Heinemeier Hansson2004-12-163-30/+201
* Improving documentation...David Heinemeier Hansson2004-12-166-202/+163
* Renamed Mixins to Acts to resemble the change from include ActiveRecord::Mixi...David Heinemeier Hansson2004-12-169-30/+106
* Added option for turning off the automated timestampsDavid Heinemeier Hansson2004-12-163-11/+26
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-163-9/+20
* Added assumption that a Symbol-based scope should end in _id unless it does s...David Heinemeier Hansson2004-12-162-2/+1
* Make it possible to use a regular scope string in addition to the symbol shor...David Heinemeier Hansson2004-12-161-1/+5
* Added Base.validates_inclusion_of that validates whether the value of the spe...David Heinemeier Hansson2004-12-162-0/+31
* Added Base.validates_inclusion_of that validates whether the value of the spe...David Heinemeier Hansson2004-12-161-0/+23
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@177 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-162-2/+24
* Added that Active Records will automatically record creation and/or update ti...David Heinemeier Hansson2004-12-167-229/+220
* Added Base.validates_format_of that Validates whether the value of the specif...David Heinemeier Hansson2004-12-166-13/+59
* Added Base.default_error_messages as a hash of all the error messages used in...David Heinemeier Hansson2004-12-152-9/+24
* Added automatic transaction block around AssociationCollection.<<, Associatio...David Heinemeier Hansson2004-12-152-8/+19
* Added Base.validates_boundries_of that delegates to add_on_boundary_breaking ...David Heinemeier Hansson2004-12-153-32/+64
* Fixed that Base#find will return an array if given an array -- regardless of ...David Heinemeier Hansson2004-12-153-2/+11
* Insignificante...David Heinemeier Hansson2004-12-152-1/+2
* Changed validate_* to validates_*_of, so validate_acceptance becomes validate...David Heinemeier Hansson2004-12-153-71/+41
* Added tree mixin and unit tests for all the mixinsDavid Heinemeier Hansson2004-12-1515-16/+271
* Wrapped multi-step operations in transactionsDavid Heinemeier Hansson2004-12-141-16/+22
* fixtures :models will now also attempt to include the model.rb fileDavid Heinemeier Hansson2004-12-143-4/+12
* Fixed that has_and_belongs_to_many would generate bad sql when naming convent...David Heinemeier Hansson2004-12-142-4/+6
* Added a better exception for when a type column is used in a table without th...David Heinemeier Hansson2004-12-146-16/+59
* Cut dependency on dev-utils by using included breakpoint libDavid Heinemeier Hansson2004-12-131-5/+1
* Extended no inclusion of messages if theyre nil to baseDavid Heinemeier Hansson2004-12-131-1/+3
* Fixed bug with reloading associationsDavid Heinemeier Hansson2004-12-131-1/+1
* Moved methods into the main body as only wiring is needed in append_featuresDavid Heinemeier Hansson2004-12-131-9/+7
* Fixed that every successive call on the sqlite adapter prepended RAILS_ROOT a...David Heinemeier Hansson2004-12-121-1/+1
* Fixed a pattern for module loadingDavid Heinemeier Hansson2004-12-121-0/+2
* Added the possibility of marking fields as being in error without adding a me...David Heinemeier Hansson2004-12-121-2/+2
* Attempted to capture #286 in a unit test, but couldnt get it to failDavid Heinemeier Hansson2004-12-123-1/+13
* Added methods for resetting the cached information on classes that you want t...David Heinemeier Hansson2004-12-121-5/+10
* No longer necessary to guard against reincludes with the new reset of inherit...David Heinemeier Hansson2004-12-122-2/+2
* Moved require_association to associations.rb and added methods for resetting ...David Heinemeier Hansson2004-12-123-31/+28
* Options for the new validation methods are now given as a hashDavid Heinemeier Hansson2004-12-103-12/+28
* Added Base.validate_uniqueness thatv alidates whether the value of the specif...David Heinemeier Hansson2004-12-106-6/+73
* Added Base.validate_presence as an alternative to implementing validate and d...David Heinemeier Hansson2004-12-103-24/+81
* Tidied up Fixtures for better readability and some error checking [bitsweat]David Heinemeier Hansson2004-12-092-42/+61
* Fixed TIMESTAMP columns broken due to TIME handling patchDavid Heinemeier Hansson2004-12-091-11/+15
* Fixed Base.errors to be indifferent as to whether strings or symbols are used.David Heinemeier Hansson2004-12-093-15/+47
* Added Base.validate_confirmation that encapsulates the pattern of wanting to ...David Heinemeier Hansson2004-12-093-9/+51
* Changed the Proc for a string to avoid repetition problemsDavid Heinemeier Hansson2004-12-091-5/+3
* Added Base.validate_confirmation that encapsulates the pattern of wanting to ...David Heinemeier Hansson2004-12-093-4/+70
* Added validation macros to make the stackable just like the lifecycle callbacksDavid Heinemeier Hansson2004-12-093-2/+69
* A fix that actually works...David Heinemeier Hansson2004-12-081-1/+1
* Callbacks added to the inheritable que should only be called once -- even as ...David Heinemeier Hansson2004-12-081-1/+1
* scope_condition defaults to 1 on list mixinDavid Heinemeier Hansson2004-12-081-3/+3
* Added mixins to install.rbDavid Heinemeier Hansson2004-12-081-1/+3