1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2005-09-24 23:58:13 +00:00
..
acts Added the instance methods #root and #ancestors on acts_as_tree and fixed siblings to not include the current node #2142, #2140 [coffee2code] 2005-09-09 08:01:44 +00:00
associations Wrap :conditions in parentheses to prevent problems with OR's #1871 2005-09-24 23:58:13 +00:00
connection_adapters Added AbstractAdapter#select_value and AbstractAdapter#select_values as convenience methods for selecting single values, instead of hashes, of the first column in a SELECT #2283 2005-09-24 19:50:57 +00:00
vendor Fixed "connection lost" issue with the bundled Ruby/MySQL driver (would kill the app after 8 hours of inactivity) #2163, #428 [kajism@yahoo.com] 2005-09-11 05:43:46 +00:00
wrappers
aggregations.rb Refactored away all the legacy validate_options calls and replaced them with Hash#assert_valid_keys 2005-09-09 08:32:47 +00:00
associations.rb Fixed saving a record with two unsaved belongs_to associations pointing to the same object #2023 [Tobias Luetke] 2005-09-20 16:12:13 +00:00
base.rb Wrap :conditions in parentheses to prevent problems with OR's #1871 2005-09-24 23:58:13 +00:00
callbacks.rb Mark ticket # in changelog. Snip some trailing whitespace. 2005-07-03 09:04:52 +00:00
deprecated_associations.rb
deprecated_finders.rb
fixtures.rb An explicit include ClassInheritableAttributes is no longer needed #1948 [Caleb Tennis] 2005-09-08 16:28:10 +00:00
locking.rb r1607@asus: jeremy | 2005-07-02 23:36:52 -0700 2005-07-03 08:32:07 +00:00
migration.rb Fixed migrations for Windows when using more than 10 [David Naseby] 2005-09-21 13:27:45 +00:00
observer.rb Fixed that Observers didn't observe sub-classes #627 [Florian Weber] 2005-09-19 16:34:34 +00:00
query_cache.rb A bit more work on the still unfinished query cache #1722 2005-07-22 06:25:32 +00:00
reflection.rb r2979@asus: jeremy | 2005-07-10 01:51:00 -0700 2005-07-10 04:22:08 +00:00
schema.rb Just include activerecord/schema with AR so it doesnt need to be dumped 2005-09-24 17:50:07 +00:00
schema_dumper.rb Just include activerecord/schema with AR so it doesnt need to be dumped 2005-09-24 17:50:07 +00:00
timestamp.rb Speed up timestamping a tad #1227 [skaen] 2005-05-19 19:05:12 +00:00
transactions.rb Added AbstractAdapter#select_value and AbstractAdapter#select_values as convenience methods for selecting single values, instead of hashes, of the first column in a SELECT #2283 2005-09-24 19:50:57 +00:00
validations.rb Refactored to a more readble form #1813 2005-09-11 10:04:37 +00:00
wrappings.rb