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 change routes to properly reflect page names (activity/stream). 2012-02-14 11:16:41 -08:00
aspect.rb clean up Person scopes, and re-use one in contact controller to deprecate a controller method 2012-01-27 02:23:38 -08:00
base.rb DC DG; added LastThreeComments decorator so we don't have to load those comments when not needed (i.e. new profile pages) 2012-05-10 13:53:00 -07:00
comments.rb EvilQuery for Participation, refactor comment creation 2012-02-01 15:09:31 -08:00
followed_tag.rb Update lib/stream/followed_tag.rb 2011-12-14 21:15:58 +01:00
likes.rb EvilQuery for Participation, refactor comment creation 2012-02-01 15:09:31 -08:00
mention.rb Stream#posts no longer needs to call for_a_stream 2011-11-03 12:31:24 -07:00
multi.rb change routes to properly reflect page names (activity/stream). 2012-02-14 11:16:41 -08:00
person.rb WIP convert multiStream query to evilQuery 2012-01-25 19:10:25 -08:00
public.rb remove ajax_stream? logic from streams now that we're using backbone & never ajaxing on mobile; remove unreferenced community_spotlight stream & controller 2012-01-13 13:50:52 -08:00
tag.rb add rake tasks for cleaning up mixed-case hashtags, 2012-05-24 21:28:35 +02:00