index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
associations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added documentation about :limit not working with eager loading
David Heinemeier Hansson
2005-04-19
1
-3
/
+6
*
Speeded up eager loading a whole bunch
David Heinemeier Hansson
2005-04-18
1
-50
/
+38
*
Updated documentation here and there
David Heinemeier Hansson
2005-04-18
1
-7
/
+3
*
Added documentation for new Base.find API and eager association loading
David Heinemeier Hansson
2005-04-18
1
-0
/
+35
*
Refactored a bit
David Heinemeier Hansson
2005-04-18
1
-5
/
+1
*
Changed habtm eager loading to also use joins
David Heinemeier Hansson
2005-04-18
1
-26
/
+10
*
Dont initialize the association proxy for nil records
David Heinemeier Hansson
2005-04-14
1
-0
/
+1
*
Moved build_association and create_association for has_one and belongs_to out...
David Heinemeier Hansson
2005-04-12
1
-12
/
+31
*
Added support for has_and_belongs_to_many associations in eager loading #1064...
David Heinemeier Hansson
2005-04-10
1
-31
/
+118
*
Use :foreign_key option if specified on the association
David Heinemeier Hansson
2005-04-05
1
-2
/
+2
*
Dont include multiple versions of the same association object
David Heinemeier Hansson
2005-04-04
1
-1
/
+1
*
Made eager loading work even more
David Heinemeier Hansson
2005-04-03
1
-3
/
+17
*
Allow order, conditions, and joins in finds that include associations
David Heinemeier Hansson
2005-04-03
1
-3
/
+8
*
Only include associations when the relevant rows have content
David Heinemeier Hansson
2005-04-03
1
-1
/
+1
*
Added new Base.find API and deprecated find_all, find_first. Added preliminar...
David Heinemeier Hansson
2005-04-03
1
-1
/
+55
*
Removed broken attempt to DRY module ClassMethod #970
David Heinemeier Hansson
2005-04-02
1
-0
/
+5
*
Automatically extend the class which gets a module included with the ClassMet...
David Heinemeier Hansson
2005-04-02
1
-5
/
+0
*
Added that model.items.delete(child) will delete the child, not just set the ...
David Heinemeier Hansson
2005-04-02
1
-1
/
+4
*
Fixed that :counter_cache option would look for a line_items_count column for...
David Heinemeier Hansson
2005-03-23
1
-2
/
+2
*
Added destruction of dependent objects in has_one associations when a new ass...
David Heinemeier Hansson
2005-03-06
1
-1
/
+2
*
Finished polishing API docs
David Heinemeier Hansson
2005-02-23
1
-1
/
+1
*
Documentation fixes #694
David Heinemeier Hansson
2005-02-23
1
-2
/
+2
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-5
/
+5
*
The create and build methods are only available for has_one/belongs_to if an ...
David Heinemeier Hansson
2005-01-25
1
-2
/
+3
*
Cleanup the proxy rollback #492
David Heinemeier Hansson
2005-01-18
1
-14
/
+6
*
Fixed that the belongs_to and has_one proxy would fail a test like 'if projec...
David Heinemeier Hansson
2005-01-18
1
-4
/
+49
*
Added support for associating unsaved objects #402 [Tim Bates]
David Heinemeier Hansson
2005-01-15
1
-164
/
+164
*
Fixed that foreign keys named the same as the association would cause stack o...
David Heinemeier Hansson
2005-01-11
1
-2
/
+2
*
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...
David Heinemeier Hansson
2005-01-01
1
-1
/
+1
*
Updated documentation for associations #387 [canadaduane]
David Heinemeier Hansson
2005-01-01
1
-7
/
+10
*
Moved support into Active Support
David Heinemeier Hansson
2004-12-29
1
-56
/
+1
*
Fixed that the const_missing autoload assumes the requested constant is set b...
David Heinemeier Hansson
2004-12-28
1
-1
/
+1
*
Added Base#clear_association_cache to empty all the cached associations #347 ...
David Heinemeier Hansson
2004-12-22
1
-0
/
+7
*
Deal with associated classes that doesnt reside in their own files
David Heinemeier Hansson
2004-12-20
1
-1
/
+7
*
Checked in the proper version of const_missing
David Heinemeier Hansson
2004-12-20
1
-17
/
+17
*
Forgot a "or" in Inflector
David Heinemeier Hansson
2004-12-20
1
-1
/
+1
*
Added a require_association hook on const_missing that makes it possible to u...
David Heinemeier Hansson
2004-12-20
1
-2
/
+27
*
Added a better exception for when a type column is used in a table without th...
David Heinemeier Hansson
2004-12-14
1
-1
/
+3
*
Fixed bug with reloading associations
David Heinemeier Hansson
2004-12-13
1
-1
/
+1
*
Moved require_association to associations.rb and added methods for resetting ...
David Heinemeier Hansson
2004-12-12
1
-1
/
+19
*
Fixed value quoting in all generated SQL statements, so that integers are not...
David Heinemeier Hansson
2004-12-07
1
-3
/
+3
*
Added counter_sql option for has_many associations [bitsweat]
David Heinemeier Hansson
2004-12-07
1
-1
/
+3
*
Abolished ActionController::Base.require_or_load in favor of require_dependen...
David Heinemeier Hansson
2004-11-30
1
-1
/
+1
*
Silence errors occurring when reloading classes
David Heinemeier Hansson
2004-11-30
1
-1
/
+1
*
Keep quiet about failing to load association classes. People know what theyre...
David Heinemeier Hansson
2004-11-26
1
-5
/
+1
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+576