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-04-10 17:34:29 +00:00
..
acts Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00
associations More eager fixes 2005-04-03 18:21:20 +00:00
connection_adapters Fixed check_box with postgresql booleans is more work now again #995 2005-04-07 06:44:33 +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
aggregations.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00
associations.rb Added support for has_and_belongs_to_many associations in eager loading #1064 [Dan Peterson] 2005-04-10 17:24:56 +00:00
base.rb Made eager loading work with inheritance hierarchies #1065 [Ryan Carver] 2005-04-10 15:49:49 +00:00
callbacks.rb Added warning about specifying callbacks before associations to trigger inheritance 2005-03-19 15:36:41 +00:00
deprecated_associations.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
deprecated_finders.rb More eager fixes 2005-04-03 18:21:20 +00:00
fixtures.rb Added quoting of column names for fixtures #997 [jcfischer@gmail.com] 2005-04-07 06:54:25 +00:00
locking.rb Finished polishing API docs 2005-02-23 23:51:34 +00:00
migration.rb Fixed documentation and prepared for 0.11.0 release 2005-03-22 13:09:44 +00:00
observer.rb Updated docs #1070 2005-04-10 15:13:05 +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 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 Added optionally allow for nil or empty strings with validates_numericality_of #801 [Sebastian Kanthak] Fixed problem with using slashes in validates_format_of regular expressions #801 [Sebastian Kanthak] 2005-03-14 23:56:47 +00:00
wrappings.rb Removed broken attempt to DRY module ClassMethod #970 2005-04-02 09:29:43 +00:00