thoughtbot--shoulda-matchers/lib/shoulda/matchers/active_record
Karle Durante 41c763d276 Using ActiveRecord::Base.connection is presumptuous. You must infer the home of the join table using the parent model. This allows developers to define HABTM relationships in other databases and still use the 'have_and_belong_to_many' matcher. 2012-09-21 11:40:39 -04:00
..
accept_nested_attributes_for_matcher.rb Extract common pattern into a method. 2012-05-11 11:37:45 -04:00
association_matcher.rb Using ActiveRecord::Base.connection is presumptuous. You must infer the home of the join table using the parent model. This allows developers to define HABTM relationships in other databases and still use the 'have_and_belong_to_many' matcher. 2012-09-21 11:40:39 -04:00
have_db_column_matcher.rb WIP: start to move to using an options hash. 2012-04-24 16:21:23 -05:00
have_db_index_matcher.rb Refactor have_db_index_matcher#correct_unique? 2012-09-21 12:12:01 +02:00
have_readonly_attribute_matcher.rb Continue cleaning up matchers. 2012-03-30 11:50:59 -04:00
query_the_database_matcher.rb Continue using options hash. 2012-04-24 16:21:23 -05:00
serialize_matcher.rb WIP: continue converting to options hash. 2012-04-24 16:21:23 -05:00