diaspora/lib/stream
Florian Staudacher 472340e540 add rake tasks for cleaning up mixed-case hashtags,
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! ;)
2012-05-24 21:28:35 +02:00
..
activity.rb
aspect.rb
base.rb
comments.rb
followed_tag.rb
likes.rb
mention.rb
multi.rb
person.rb
public.rb
tag.rb add rake tasks for cleaning up mixed-case hashtags, 2012-05-24 21:28:35 +02:00