aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Fixed handling of binary content in blobs and similar fields for Ruby/MySQL a...David Heinemeier Hansson2005-01-023-4/+45
* Added find_all style to the new dynamic findersDavid Heinemeier Hansson2005-01-024-5/+22
* Added dynamic attribute-based finders as a cleaner way of getting objects by ...David Heinemeier Hansson2005-01-023-12/+57
* Restored bind arity checking #412 [bitsweat]David Heinemeier Hansson2005-01-022-9/+12
* Added that Base#find takes an optional options hash, including :conditions. B...David Heinemeier Hansson2005-01-018-134/+246
* Added the latest two tables to the DB2 schemasDavid Heinemeier Hansson2005-01-011-0/+12
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-0137-70/+740
* Added the final touches to the Microsoft SQL Server adapter by DeLynn Berry t...David Heinemeier Hansson2005-01-014-12/+57
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-019-3/+68
* Updated documentation for associations #387 [canadaduane]David Heinemeier Hansson2005-01-011-7/+10
* Added block-style for callbacks #332 [bitsweat]David Heinemeier Hansson2005-01-013-51/+290
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-3111-3/+143
* Added tests for acts_as_list with scope is null #378 [Tim Bates]David Heinemeier Hansson2004-12-311-0/+6
* Added :counter_cache option to acts_as_tree that works just like the one you ...David Heinemeier Hansson2004-12-312-2/+5
* Fixed quoting in validates_format_of that would allow some rules to pass rega...David Heinemeier Hansson2004-12-313-2/+4
* Fixed broken transactions that were actually only running object-level and no...David Heinemeier Hansson2004-12-301-0/+2
* Restored thread safety to Active Record [andreas]David Heinemeier Hansson2004-12-301-10/+16
* Transactions are now actually working on the database level on save, but thre...David Heinemeier Hansson2004-12-301-1/+2
* Switch dispatcher to use the new shared Dependencies approachDavid Heinemeier Hansson2004-12-291-9/+0
* Rearranging dependenciesDavid Heinemeier Hansson2004-12-293-126/+5
* Moved support into Active SupportDavid Heinemeier Hansson2004-12-299-885/+57
* Added Base.default_timezone accessor that determines whether to use Time.loca...David Heinemeier Hansson2004-12-284-11/+28
* Fixed that the const_missing autoload assumes the requested constant is set b...David Heinemeier Hansson2004-12-282-2/+12
* Added the possibility for adapters to overwrite add_limit! to implement a dif...David Heinemeier Hansson2004-12-283-88/+53
* Releasing Rails 0.9.2David Heinemeier Hansson2004-12-222-32/+33
* Added scope option to validation_uniqueness #349 [Kent Sibilev]David Heinemeier Hansson2004-12-223-2/+28
* Added allow_nil options to validates_inclusion_of so that validation is only ...David Heinemeier Hansson2004-12-223-1/+17
* Added work-around for PostgreSQL and the problem of getting fixtures to be cr...David Heinemeier Hansson2004-12-222-0/+21
* Fixed mixin test and fixtures to work with postgresql #353 [Scott Baron]David Heinemeier Hansson2004-12-222-10/+14
* Added Base#clear_association_cache to empty all the cached associations #347 ...David Heinemeier Hansson2004-12-222-0/+9
* Added more informative exceptions in establish_connection #356 [bitsweat]David Heinemeier Hansson2004-12-222-4/+5
* Fixed that options[:counter_sql] was overwritten with interpolated sql rather...David Heinemeier Hansson2004-12-222-1/+4
* Fixed that overriding an attribute's accessor would be disregarded by add_on_...David Heinemeier Hansson2004-12-222-4/+12
* Fixed that Base.table_name would expect a parameter when used in has_and_belo...David Heinemeier Hansson2004-12-223-8/+5
* Fixed that nested transactions now work by letting the outer most transaction...David Heinemeier Hansson2004-12-224-18/+20
* Fixed validates_{confirmation,acceptance}_of to only happen when the virtual ...David Heinemeier Hansson2004-12-213-8/+26
* Added acts instead of mixinsDavid Heinemeier Hansson2004-12-211-2/+2
* Deal with associated classes that doesnt reside in their own filesDavid Heinemeier Hansson2004-12-201-1/+7
* Checked in the proper version of const_missingDavid Heinemeier Hansson2004-12-201-17/+17
* Forgot a "or" in InflectorDavid Heinemeier Hansson2004-12-201-1/+1
* Switched strategy on the id_before_type_cast problem and just did an explicit...David Heinemeier Hansson2004-12-201-1/+5
* Added a require_association hook on const_missing that makes it possible to u...David Heinemeier Hansson2004-12-202-2/+40
* Pulling attributes_from_column_definition should set the primary id to nil in...David Heinemeier Hansson2004-12-191-1/+1
* Scrap thatDavid Heinemeier Hansson2004-12-191-1/+0
* Dont define respond_to? lookups for primary keyDavid Heinemeier Hansson2004-12-191-0/+1
* FormHelper should only use *_before_type_cast if they available on the modelDavid Heinemeier Hansson2004-12-191-0/+1
* Changed the interface on AbstractAdapter to require that adapters return the ...David Heinemeier Hansson2004-12-198-14/+39
* Added that query benchmarking will only happen if its going to be logged anyw...David Heinemeier Hansson2004-12-192-1/+3
* Reworded a few doc things for better comprehension [dblack]David Heinemeier Hansson2004-12-191-3/+3
* Fixed small doc bug [dblack]David Heinemeier Hansson2004-12-191-1/+1