1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
2005-01-11 13:21:17 +00:00
actionmailer Updated Rakefiles for the server move 2004-12-30 00:26:14 +00:00
actionpack Tweaks and tinkering 2005-01-11 02:11:24 +00:00
activerecord Added a differenciation between AssociationCollection#size and -length. Now AssociationCollection#size returns the size of the collection by executing a SELECT COUNT(*) query if the collection hasn't been loaded and calling collection.size if it has. If it's more likely than not that the collection does have a size larger than zero and you need to fetch that collection afterwards, it'll take one less SELECT query if you use length. 2005-01-11 13:21:17 +00:00
activesupport Fixed that Dependencies.reload can't load the same file twice #420 [Kent Sibilev] 2005-01-10 23:52:37 +00:00
railties Added that rake clone_structure_to_test, db_structure_dump, and purge_test_database tasks now pick up the source database to use from RAILS_ENV instead of just forcing development #424 [Tobias Luetke] 2005-01-11 00:07:35 +00:00