aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
Commit message (Expand)AuthorAgeFilesLines
...
* Reveal that the type option in migrations can be any supported column type fo...Marcel Molina2007-12-051-1/+6
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-055-5/+5
* More complete documentation for find_by_sql. Closes #7912 [fearoffish]Marcel Molina2007-12-051-3/+23
* Document API for exists?'s parameter and provide examples of usage. Closes #7...Marcel Molina2007-12-051-3/+12
* Document API for create's attributes parameter and provide examples. Closes #...Marcel Molina2007-12-051-2/+11
* Documentation for find incorrectly omits the :conditions option from various ...Marcel Molina2007-12-051-4/+4
* Document options and add examples for update. Closes #7985 [fearoffish]Marcel Molina2007-12-051-6/+10
* Document options and add examples for delete. Closes #7986 [fearoffish]Marcel Molina2007-12-051-2/+18
* Document options and add examples for destroy. Closes #7988 [fearoffish]Marcel Molina2007-12-051-2/+19
* Document options and add examples for update_all. Closes #7990 [fearoffish]Marcel Molina2007-12-051-5/+20
* Document options for update_counters. Closes #8091 [fearoffish]Marcel Molina2007-12-051-0/+12
* Add documentation about the virtual attribute added by validates_confirmation...Marcel Molina2007-12-051-3/+6
* Add documentation for freeze and readonly related methods. Closes #8878 [pela...Marcel Molina2007-12-051-4/+7
* Document the timestamps schema definition method. Closes #9000 [mikong]Marcel Molina2007-12-051-0/+2
* Give examples for what tables should be called for models inside a module nam...Marcel Molina2007-12-051-3/+12
* Document the :message option for validates_associated. Closes #10357 [dylans]Marcel Molina2007-12-051-0/+1
* Document automatically generated predicate methods for attributes. Closes #10...Marcel Molina2007-12-051-0/+14
* Fix that options[:from] table names should never be quoted [DHH]David Heinemeier Hansson2007-12-051-1/+1
* Copy the cache tooDavid Heinemeier Hansson2007-12-031-0/+1
* Added ActiveRecord::Base#becomes to turn a record into one of another class (...David Heinemeier Hansson2007-12-031-0/+14
* Fixed that to_xml should not automatically pass :procs to associations includ...David Heinemeier Hansson2007-12-031-8/+10
* Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N]Marcel Molina2007-12-021-1/+1
* Handle 8.1 default formatting. Closes #10333 [Tim Pope]Jeremy Kemper2007-12-021-0/+3
* Warn users about the race condition in validates_uniqueness_of. [Koz]Michael Koziarski2007-12-011-0/+4
* Removed documentation for the removed rollback! method on transactions and me...Tobias Lütke2007-11-291-12/+2
* Make reset return nil when using a dangling belongs_to association. Current ...Michael Koziarski2007-11-291-1/+1
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* attr_protected and _accessible use sets of strings instead of arrays of symbo...Jeremy Kemper2007-11-281-4/+4
* attr_readonly uses a set of strings instead of an array of symbols internally...Jeremy Kemper2007-11-281-2/+2
* Foxy fixtures: support single-table inheritance. Closes #10234.Jeremy Kemper2007-11-261-1/+13
* Foxy fixtures: allow mixed usage to make migration easier and more attractive...Jeremy Kemper2007-11-261-11/+18
* Make the record_timestamps class-inheritable so it can be set per model. Refe...Jeremy Kemper2007-11-261-1/+1
* Allow validates_acceptance_of to use a real attribute instead of only virtual...David Heinemeier Hansson2007-11-251-3/+3
* Docfix (closes #10252)David Heinemeier Hansson2007-11-251-1/+1
* Fixed that create table with :id => false and fixtures don't play nice togeth...David Heinemeier Hansson2007-11-251-2/+6
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-2/+1
* PostgreSQL: correct binary escaping. References #8049, closes #10176 [jbasdf,...Jeremy Kemper2007-11-221-2/+2
* Dynamic finders on association collections respect association :limit. Closes...Jeremy Kemper2007-11-213-3/+8
* Make Dynamic Finders on Association Collections Respect Association :order [p...Michael Koziarski2007-11-213-3/+4
* validates_inclusion_of and validates_exclusion_of allow formatted :message st...Jeremy Kemper2007-11-201-4/+6
* Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...Michael Koziarski2007-11-201-0/+35
* Use debug, not info as log_info will discard the information if info is used.Michael Koziarski2007-11-171-1/+1
* attr_readonly behaves well with optimistic locking. Closes #10188.Jeremy Kemper2007-11-161-1/+1
* Base#to_xml supports the nil="true" attribute like Hash#to_xml. Closes #8268.Jeremy Kemper2007-11-141-0/+4
* Change plings to the more conventional quotes in the documentation. Closes #1...Marcel Molina2007-11-121-1/+1
* Improve documentation for IrreversibleMigrations. Closes #9636 [toolmantim]Michael Koziarski2007-11-111-3/+3
* Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...Rick Olson2007-11-111-1/+2
* Ensure that column names are quoted. Closes #10134 [wesley.moxam]Michael Koziarski2007-11-101-31/+48
* Set the record straight on the purpose and utility of db/schema.rbDavid Heinemeier Hansson2007-11-091-2/+9
* Prepare versions for RC1David Heinemeier Hansson2007-11-091-2/+2