aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kill the whiny_protected_attributes setting and kill the exception raised. In...David Heinemeier Hansson2007-11-091-13/+1
* Removed unused code (closes #9906)David Heinemeier Hansson2007-11-091-4/+0
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-0817-96/+107
* Address shortcomings of changeset [8054] [protocool]David Heinemeier Hansson2007-11-073-119/+40
* Enhance explanation with more examples for attr_accessible macro. Closes #809...Marcel Molina2007-11-061-12/+19
* 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-061-6/+6
* 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-061-0/+13
* 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-061-5/+5
* 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-311-2/+2
* Make fixtures work with the new test subclasses. [tarmo, Koz]Michael Koziarski2007-10-311-6/+6
* Introduce finder :joins with associations. Same :include syntax but with inne...Jeremy Kemper2007-10-293-22/+134
* Associations: speedup duplicate record check. Closes #10011.Jeremy Kemper2007-10-291-1/+28
* Make sure that << works on has_many associations on unsaved records. Closes ...Michael Koziarski2007-10-281-0/+1
* Allow association redefinition in subclasses. Closes #9346.Jeremy Kemper2007-10-271-2/+4
* Fix has_many :through delete with custom foreign keys. Closes #6466.Jeremy Kemper2007-10-272-8/+20
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-264-15/+322
* Add docs explaining how to protect all attributes using attr_accessible with ...Marcel Molina2007-10-261-1/+17
* Update add_index documentation to use new options api. Closes #9787 [kamal]Marcel Molina2007-10-261-1/+2
* Allow find on a has_many association defined with :finder_sql to accept id ar...Marcel Molina2007-10-261-1/+1
* Use VALID_FIND_OPTIONS when resolving :find scoping rather than hard coding t...Marcel Molina2007-10-261-1/+1
* 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-251-0/+10
* Limited eager loading no longer ignores scoped :order. Closes #9561 [danger, ...Marcel Molina2007-10-231-6/+4
* Assigning an instance of a foreign class to a composed_of aggregate calls an ...Jeremy Kemper2007-10-231-37/+26
* Assigning nil to a composed_of aggregate also sets its immediate value to nil...Jeremy Kemper2007-10-231-2/+2
* validates_uniqueness_of behaves well with abstract superclasses. References #...Jeremy Kemper2007-10-231-1/+15
* Ensure that mysql quotes table names with database names correctly. Closes #...Rick Olson2007-10-201-1/+1
* Add t.belongs_to and t.references to sexy migrations [arthurgeek]Michael Koziarski2007-10-191-0/+30
* 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-161-1/+13
* Fix regression where the association would not construct new finder SQL on sa...Jeremy Kemper2007-10-161-4/+4
* Refactor association create and build so before & after callbacks behave cons...Jeremy Kemper2007-10-163-38/+44
* Quote table names. Defaults to column quoting. Closes #4593.Jeremy Kemper2007-10-167-43/+65
* Fix join table docs error in schema_statements. Closes #9880 [lawrence]Jeremy Kemper2007-10-161-1/+1
* Alias association #build to #new so it behaves predictably. Closes #8787.Jeremy Kemper2007-10-151-0/+1
* Factor out checks for duplicable objects. Closes #9333.Jeremy Kemper2007-10-152-12/+3
* Fix Json related documentation for render and the AR serializer. Closes #9814...Michael Koziarski2007-10-151-0/+53
* Add notes to documentation regarding attr_readonly behavior with counter cach...Rick Olson2007-10-141-0/+3
* Observers can observe model names as symbols properly now. Closes #9869 [qu...Rick Olson2007-10-141-1/+2
* Update versions here tooDavid Heinemeier Hansson2007-10-121-1/+1
* eval with __FILE__ and __LINE__Jeremy Kemper2007-10-102-6/+6