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-07-05 17:23:41 +00:00
..
acts Added roots, root, and siblings to the batch of methods added by acts_as_tree #1541 [michael@schuerig.de] 2005-07-01 18:33:38 +00:00
associations Added callbacks on push_with_attributes #1594 [Florian Weber] 2005-07-05 07:20:24 +00:00
connection_adapters Changed logging of SQL statements to use the DEBUG level instead of INFO. Added logging of the request URI in the benchmark statement (makes it easy to grep for slow actions). Changed the default logging level in config/environment.rb to INFO for production (so SQL statements won't be logged) 2005-07-05 17:23:41 +00:00
vendor Fixed that column aliases didn't work as expected with the new MySql411 driver #507 [Demetrius] 2005-01-20 14:36:39 +00:00
wrappers Initial 2004-11-24 01:04:44 +00:00
aggregations.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00
associations.rb Added callback hooks to association collections #1549 [Florian Weber] 2005-07-04 08:43:57 +00:00
base.rb Fix regression from [1631] that caused an attribute to be set to nil if it was assigned false 2005-07-05 12:38:06 +00:00
callbacks.rb Mark ticket # in changelog. Snip some trailing whitespace. 2005-07-03 09:04:52 +00:00
deprecated_associations.rb Moved build_association and create_association for has_one and belongs_to out of deprecation as they work when the association is nil unlike association.build and association.create, which require the association to be already in place #864 2005-04-12 05:34:10 +00:00
deprecated_finders.rb Move nodoc to the individual methods 2005-04-18 07:40:27 +00:00
fixtures.rb Updated all references to the old find_first and find_all to use the new style #1511 [Marcel Molina] 2005-06-26 11:25:32 +00:00
locking.rb r1607@asus: jeremy | 2005-07-02 23:36:52 -0700 2005-07-03 08:32:07 +00:00
migration.rb Sugared up migrations with even more bling #1609 [Tobias Luekte] 2005-07-05 07:19:20 +00:00
observer.rb Doc changes 2005-04-10 17:47:04 +00:00
query_cache.rb Started work on a per-request query cache 2005-05-02 07:04:20 +00:00
reflection.rb Speeded up eager loading a whole bunch 2005-04-18 18:49:34 +00:00
timestamp.rb Speed up timestamping a tad #1227 [skaen] 2005-05-19 19:05:12 +00:00
transactions.rb Added rollbacks of transactions if they're active as the dispatcher is killed gracefully (TERM signal) #1054 [Leon Bredt] 2005-04-10 17:34:29 +00:00
validations.rb Fixed validates_numericality_of to work with overrided getter-method when :allow_nil is on #1316 [raidel@onemail.at] 2005-07-02 07:52:29 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00