Deprecated Associations
- :dependent => true - use :dependent => :destroy
- :exclusively_dependent - use :dependent => :delete_all
- push_with_attributes - if associations require attributes, use has_many :through
- count by conditions or joins - use count(column_name, options)
- find_all - use find(:all, ...)
- find_first - use find(:first, ...)
- human_attribute_name - use .humanize
- Object-level transactions
1 comment:
Atomic SEO I really like this blog when I first signed up here i wasn't sure were to post...
Post a Comment