Closed rgarner closed 13 years ago
It does, but the tests didn't.
Watch out for indiscriminate use of SemanticallyTaggable::Tag.find_by_name
. It's dangerous. Prefer some_scheme.tags.find_by_name!
Made importer play nicely with schemes. Closed by 1f4409656eb02da97a60ee32279a386880f1fe38.
We'd expect
To restrict the SQL SELECT to the owning scheme. It does not appear to. Find out why and fix.