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-03-14 00:04:14 +00:00
..
acts Added a bit more documentation on how to use the instance methods for acts_as_list #478 2005-01-15 13:49:23 +00:00
associations Added destruction of dependent objects in has_one associations when a new assignment happens #742 [mindel] 2005-03-06 13:40:21 +00:00
connection_adapters More incremental work on active schema for MySQL 2005-03-10 14:30:35 +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 Added better defaults for composed_of, so statements like composed_of :time_zone, :mapping => %w( time_zone time_zone ) can be written without the mapping part (it's now assumed) 2005-03-01 23:52:36 +00:00
associations.rb Added destruction of dependent objects in has_one associations when a new assignment happens #742 [mindel] 2005-03-06 13:40:21 +00:00
base.rb Fixed that symbols can be used on attribute assignment, like page.emails.create(:subject => data.subject, :body => data.body) 2005-03-10 14:44:01 +00:00
callbacks.rb Added that all types of after_find/after_initialized callbacks are triggered if the explicit implementation is present, not only the explicit implementation itself 2005-03-14 00:04:14 +00:00
deprecated_associations.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
fixtures.rb Updated wording in YAML error [noradio] 2005-03-06 13:53:29 +00:00
locking.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
migration.rb Ensure that the schema information table is available before doing any migration 2005-03-01 14:50:48 +00:00
observer.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
reflection.rb Added MacroReflection#macro which will return a symbol describing the macro used (like :composed_of or :has_many) #718, #248 [james@slashetc.com] 2005-02-27 17:18:35 +00:00
timestamp.rb Changed the auto-timestamping feature to use ActiveRecord::Base.default_timezone instead of entertaining the parallel ActiveRecord::Base.timestamps_gmt method. The latter is now deprecated and will throw a warning on use (but still work) #710 [Jamis Buck] 2005-02-24 12:00:42 +00:00
transactions.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
validations.rb Added validates_numericality_of #716 [skanthak/c.r.mcgrath] 2005-03-06 12:43:23 +00:00
wrappings.rb Fixed documentation snafus #575, #576, #577, #585 2005-02-07 14:15:53 +00:00