binarylogic / searchlogic

Searchlogic provides object based searching, common named scopes, and other useful tools.
http://rdoc.info/projects/binarylogic/searchlogic
MIT License
1.4k stars 133 forks source link

Interning empty string #158

Open tienle opened 11 years ago

tienle commented 11 years ago

When a model has no non-polymorphism associations, but does have polymorphism associations. It may lead to an exception while trying to convert an empty string (association_name variable) to symbol in the method #association_condition_details (searchlogic/named_scopes/association_conditions.rb#L24) Step to reproduce:

  1. Create a model A like above
  2. Call A.respond_to? :_dump