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/associations
2010-11-25 20:00:40 -02:00
..
class_methods alias should be a SQL literal 2010-11-24 14:16:38 -08:00
association_collection.rb nil check unneeded ht. exviva 2010-11-25 20:00:40 -02:00
association_proxy.rb removing space errors 2010-11-16 14:28:19 -08:00
belongs_to_association.rb removing space error 2010-11-22 17:06:55 -08:00
belongs_to_polymorphic_association.rb Refactoring: replace the mix of variables like @finder_sql, @counter_sql, etc with just a single scope hash (created on initialization of the proxy). This is now used consistently across all associations. Therefore, all you have to do to ensure finding/counting etc is done correctly is implement the scope correctly. 2010-10-30 06:30:00 -07:00
has_and_belongs_to_many_association.rb Remove explicit return. 2010-11-25 17:35:24 -02:00
has_many_association.rb reduce method calls 2010-11-24 13:54:08 -08:00
has_many_through_association.rb Remove unused var 2010-11-14 15:34:07 -02:00
has_one_association.rb use persisted? instead of new_record? wherever possible 2010-11-09 13:54:04 -02:00
has_one_through_association.rb use persisted? instead of new_record? wherever possible 2010-11-09 13:54:04 -02:00
through_association_scope.rb removing unused variables 2010-11-22 16:14:37 -08:00