fix querying tagged models, in case multiple tags are found
----
the first rake task will attach all posts tagged with mixed-
case hashtags to their lower-case variant
$ bundle exec rake migrations:rewire_uppercase_hashtags
the other rake task will remove the - now unused - mixed-case
hashtags from the db
$ bundle exec rake migrations:remove_uppercase_hashtags
as always, perform a backup first! ;)
|
||
|---|---|---|
| .. | ||
| activity.rb | ||
| aspect.rb | ||
| base.rb | ||
| comments.rb | ||
| followed_tag.rb | ||
| likes.rb | ||
| mention.rb | ||
| multi.rb | ||
| person.rb | ||
| public.rb | ||
| tag.rb | ||