aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed that fixtures were being deleted in the same order as inserts causing F...David Heinemeier Hansson2005-04-189-0/+91
* Changed habtm eager loading to also use joinsDavid Heinemeier Hansson2005-04-182-7/+9
* Fixes for postgresql testing #1129, #1130, #1131David Heinemeier Hansson2005-04-185-7/+6
* Made the dynamic finders use the new find API and updated the examples here a...David Heinemeier Hansson2005-04-172-5/+19
* SqlServer fixtures - CategoriesPostsDavid Heinemeier Hansson2005-04-171-1/+1
* Added the option to specify the acceptance string in validates_acceptance_of ...David Heinemeier Hansson2005-04-171-0/+11
* Added acts_as_nested_set #1000 [wschenk]David Heinemeier Hansson2005-04-171-0/+184
* Added acts_as_nested_set #1000 [wschenk]David Heinemeier Hansson2005-04-173-0/+49
* Added insert_at(position) to acts_as_list #1083 [DeLynnB]David Heinemeier Hansson2005-04-171-3/+27
* Dont initialize the association proxy for nil recordsDavid Heinemeier Hansson2005-04-142-0/+11
* Moved build_association and create_association for has_one and belongs_to out...David Heinemeier Hansson2005-04-122-24/+37
* Fixed db schemaDavid Heinemeier Hansson2005-04-101-1/+2
* Added support for has_and_belongs_to_many associations in eager loading #1064...David Heinemeier Hansson2005-04-1019-45/+108
* Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]David Heinemeier Hansson2005-04-1015-6/+116
* Added quoting of column names for fixtures #997 [jcfischer@gmail.com]David Heinemeier Hansson2005-04-0715-4/+62
* Fixed counter_sql when no records exist in database for PostgreSQL (would giv...David Heinemeier Hansson2005-04-072-0/+7
* Moved to new serverDavid Heinemeier Hansson2005-04-072-0/+21
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-037-32/+43
* Allow order, conditions, and joins in finds that include associationsDavid Heinemeier Hansson2005-04-031-0/+4
* Added testsDavid Heinemeier Hansson2005-04-031-0/+278
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-0311-151/+90
* Added that model.items.delete(child) will delete the child, not just set the ...David Heinemeier Hansson2005-04-021-4/+16
* decrease reliance on instantiated fixtures #980 [Jeremy Kemper]David Heinemeier Hansson2005-04-021-21/+15
* Made sure all MySQL tables are created as InnoDBDavid Heinemeier Hansson2005-04-022-14/+14
* Fixed the MS SQL adapter to work with the new limit/offset approach and with ...David Heinemeier Hansson2005-03-235-56/+46
* Added adapter independent limit clause as a two-element array with the first ...David Heinemeier Hansson2005-03-201-1/+28
* changes the CREATE TABLE script for the "binaries" table to use the "image" d...David Heinemeier Hansson2005-03-201-1/+1
* Added with additional settings for working with transactional fixtures and pr...David Heinemeier Hansson2005-03-201-1/+16
* Added the possibility of specifying fixtures in multiple calls #816 [kim@tink...David Heinemeier Hansson2005-03-171-0/+20
* Added Base.exists?(id) that'll return true if an object of the class with the...David Heinemeier Hansson2005-03-171-0/+7
* Added optionally allow for nil or empty strings with validates_numericality_o...David Heinemeier Hansson2005-03-141-16/+16
* Fixed that SQLite3 exceptions are caught and reported properly #823 [yerejm]David Heinemeier Hansson2005-03-143-2/+6
* Added that all types of after_find/after_initialized callbacks are triggered ...David Heinemeier Hansson2005-03-141-19/+61
* More incremental work on active schema for MySQLDavid Heinemeier Hansson2005-03-101-0/+31
* 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-1/+30
* Added destruction of dependent objects in has_one associations when a new ass...David Heinemeier Hansson2005-03-061-1/+2
* Added validates_numericality_of #716 [skanthak/c.r.mcgrath]David Heinemeier Hansson2005-03-061-0/+38
* Fixed reflection_for_gps_location testDavid Heinemeier Hansson2005-03-061-1/+5
* Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...David Heinemeier Hansson2005-03-061-1/+1
* Added better defaults for composed_of, so statements like composed_of :time_z...David Heinemeier Hansson2005-03-019-5/+43
* Added preliminary support for an agile database migration technique (currentl...David Heinemeier Hansson2005-03-014-4/+129
* Added MacroReflection#macro which will return a symbol describing the macro u...David Heinemeier Hansson2005-02-271-3/+3
* Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez...David Heinemeier Hansson2005-02-241-2/+2
* Moved over TimeZone test tooDavid Heinemeier Hansson2005-02-231-78/+0
* Remove outdated dev-utilsDavid Heinemeier Hansson2005-02-236-6/+0
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-238-180/+218
* Added TimeZone as the first of a number of value objects that Active Record w...David Heinemeier Hansson2005-02-231-0/+78
* Fixed that when using validation macros with a custom message, if you happene...David Heinemeier Hansson2005-02-221-0/+82
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-2021-4/+172