diaspora/lib/tasks
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
..
.gitkeep Activerecord this time\! 2010-06-11 10:40:49 -07:00
after_deploy.rake custom landing page logic for mobile. yay 2012-05-11 17:05:09 -07:00
batch_inviter.rake MS DG update copyright 2011-09-14 11:23:12 -07:00
before_deploy.rake i am dumb. include custom mobile in before_deploy [ci skip] 2012-05-11 17:12:30 -07:00
ci.rake Fix Jasmine tests - first pass 2012-03-27 18:08:27 -07:00
cool_seed.rake more cool seed fixings 2012-04-24 13:48:14 -07:00
cucumber.rake use pretty formatter on CI for great justice 2012-04-03 21:51:18 -07:00
db.rake make federation logger db creation faster by not migrating but using the schema instead 2012-05-17 21:13:23 +02:00
default.rake run specs before cucumber in default rake task 2010-12-24 10:41:20 -08:00
generate_session_secret.rake remove ActiveSupport::SecureRandom 2012-03-21 13:49:34 -07:00
heroku.rake small typo fixes, in heroku and seed scripts [ci skip] 2012-04-03 15:02:10 -07:00
maintenance.rake Adds maintenance rake tasks for logrotate and temp file deletion; Adds whenever gem + sample whenever file 2011-12-15 15:18:07 -08:00
migrations.rake add rake tasks for cleaning up mixed-case hashtags, 2012-05-24 21:28:35 +02:00
resque.rake add asset sync gem 2012-04-02 18:32:35 -07:00
rspec.rake tell travis to run rspec files in a random order 2012-01-11 19:17:07 -08:00
stats.rake saving instead of emailing retention stats 2011-11-02 10:15:40 -07:00