aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-0818-96/+109
* Address shortcomings of changeset [8054] [protocool]David Heinemeier Hansson2007-11-075-277/+128
* Enhance explanation with more examples for attr_accessible macro. Closes #809...Marcel Molina2007-11-062-12/+21
* Standardize on using hyphens rather than colons to separate option names from...Marcel Molina2007-11-062-11/+11
* Update association/method mapping table to refected latest collection methods...Marcel Molina2007-11-062-6/+8
* Make transaction documentation example more realisticMarcel Molina2007-11-061-2/+2
* Explain semantics of having several different AR instances in a transaction b...Marcel Molina2007-11-062-0/+15
* Add missing file for revision #8090Marcel Molina2007-11-061-1/+1
* Update Schema documentation to use updated sexy migration notation. Closes #1...Marcel Molina2007-11-062-5/+7
* Use the safe conversion code introduced in earlier commit. References #10068...Michael Koziarski2007-11-051-1/+1
* Escape table names during calculation queries. [wesley.moxam, Koz] Closes #4593Michael Koziarski2007-10-312-2/+7
* Make fixtures work with the new test subclasses. [tarmo, Koz]Michael Koziarski2007-10-314-7/+20
* Introduce finder :joins with associations. Same :include syntax but with inne...Jeremy Kemper2007-10-295-22/+299
* Associations: speedup duplicate record check. Closes #10011.Jeremy Kemper2007-10-292-1/+30
* Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...Rick Olson2007-10-291-1/+1
* Make sure that << works on has_many associations on unsaved records. Closes ...Michael Koziarski2007-10-283-0/+10
* Allow association redefinition in subclasses. Closes #9346.Jeremy Kemper2007-10-274-2/+89
* Fix has_many :through delete with custom foreign keys. Closes #6466.Jeremy Kemper2007-10-278-9/+65
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-2616-18/+497
* Add docs explaining how to protect all attributes using attr_accessible with ...Marcel Molina2007-10-262-1/+19
* Update add_index documentation to use new options api. Closes #9787 [kamal]Marcel Molina2007-10-262-1/+4
* Allow find on a has_many association defined with :finder_sql to accept id ar...Marcel Molina2007-10-265-3/+22
* Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t...Marcel Molina2007-10-262-1/+3
* Remove superfluous code and quote table name. References #9971 [jkit, nzkoz]Michael Koziarski2007-10-251-2/+1
* Make clear_reloadable_connections! take account of @@allow_concurrency. Clos...Michael Koziarski2007-10-251-4/+17
* Make sure that the Schema Dumper supports non-standard primary keys with MySQ...Michael Koziarski2007-10-252-0/+17
* Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...Marcel Molina2007-10-233-6/+15
* Assigning an instance of a foreign class to a composed_of aggregate calls an ...Jeremy Kemper2007-10-233-39/+30
* Assigning nil to a composed_of aggregate also sets its immediate value to nil...Jeremy Kemper2007-10-233-2/+19
* validates_uniqueness_of behaves well with abstract superclasses. References #...Jeremy Kemper2007-10-234-2/+68
* Reinstate test_change_column_nullability for all adapters. Closes #9945 [lawr...Jeremy Kemper2007-10-221-2/+1
* test_select_rows shouldn't depend on implicit result ordering. Closes #9898 [...Jeremy Kemper2007-10-221-2/+2
* Ensure that mysql quotes table names with database names correctly. Closes #...Rick Olson2007-10-203-1/+9
* typo in test nameMichael Koziarski2007-10-191-1/+1
* Few more tests for Sexy MigrationsMichael Koziarski2007-10-191-0/+24
* Forgotten changelog entryMichael Koziarski2007-10-191-0/+3
* Add t.belongs_to and t.references to sexy migrations [arthurgeek]Michael Koziarski2007-10-192-1/+66
* Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, lawr...Michael Koziarski2007-10-198-283/+231
* SQL Server: test for affected row count. References #9558 [lawrence, ryepup]Jeremy Kemper2007-10-181-25/+19
* Read in binary mode to make sure windows support keeps working. [lawrence] ...Michael Koziarski2007-10-171-1/+1
* Use a smaller binary fixture so we don't overflow column size limitations in ...Michael Koziarski2007-10-172-435/+130
* Raise an intelligible error message when migration aren't named correctly [br...Michael Koziarski2007-10-171-1/+9
* Qualified column names work in hash conditions, like :conditions => { 'commen...Jeremy Kemper2007-10-163-1/+20
* Fix regression where the association would not construct new finder SQL on sa...Jeremy Kemper2007-10-163-4/+16
* Refactor association create and build so before & after callbacks behave cons...Jeremy Kemper2007-10-168-45/+94
* Quote table names. Defaults to column quoting. Closes #4593.Jeremy Kemper2007-10-1615-46/+283
* Fix join table docs error in schema_statements. Closes #9880 [lawrence]Jeremy Kemper2007-10-161-1/+1
* Moving SQL Server tests to the extracted adapter. References #9884.Jeremy Kemper2007-10-168-340/+8
* Alias association #build to #new so it behaves predictably. Closes #8787.Jeremy Kemper2007-10-153-0/+4
* Revert [7894] and apply to adapter instead. References #9588.Jeremy Kemper2007-10-151-31/+0