diaspora/app/controllers
Jonne Haß 79a79d65d6 Bye Resque. Ohai Sidekiq.
* Dropped all references to Resque
* Moved all jobs under app/workers since that's the Sidekiq convention
* Renamed Jobs module to Worker to match new location
* Adapted all jobs to Sidekiq
* Replaced all enqueue calls with perform_async
* Dropped Resque hacks from specs and features, replaced with
  sidekig/testing in RSpec and sidekig/testing/inline in Cucumber
* Updated scripts to start a Sidekiq server
* Inline Sidekiq sinatra app
* Let Sidekiq create the actual Redis instance
* Workaround already initialized constant warnings in service models
* Resolved ToDo in one job definition by creating proper exception clases
  for some errors in receiving posts
* Added sidekiq section to configuration to make it completly
  configurable to the user
* Add Sidekiq middleware for clean backtraces
* Delay HttpMulti retry to give offline pods a chance to come back up
* Do not retry on GUID already taken and alike errors
* Be graceful about deleted posts in GatherOEmbedData
2013-03-21 23:39:07 +01:00
..
admins_controller.rb End the require mess 2013-03-21 23:37:53 +01:00
application_controller.rb dry up and modularize layouts 2013-03-06 19:00:34 +01:00
aspect_memberships_controller.rb [WIP] aspect membership dropdown Backbone.js rework 2013-02-17 13:40:10 +01:00
aspects_controller.rb Privatize non-action controller methods 2012-10-14 19:32:53 -02:00
blocks_controller.rb Privatize non-action controller methods 2012-10-14 19:32:53 -02:00
comments_controller.rb Privatize non-action controller methods 2012-10-14 19:32:53 -02:00
contacts_controller.rb Refactor contacts/index 2013-01-29 10:01:08 -02:00
conversation_visibilities_controller.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
conversations_controller.rb added a id and a autoscroll to first unread message in conversation (Fix: #3216) 2013-02-11 16:15:01 +01:00
home_controller.rb dry up and modularize layouts 2013-03-06 19:00:34 +01:00
invitation_codes_controller.rb Privatize non-action controller methods 2012-10-14 19:32:53 -02:00
invitations_controller.rb End the require mess 2013-03-21 23:37:53 +01:00
likes_controller.rb End the require mess 2013-03-21 23:37:53 +01:00
messages_controller.rb Refactor MessagesController 2012-10-13 17:10:52 -02:00
notifications_controller.rb upgrade to Rails 3.2.3 2012-05-14 21:53:16 -07:00
people_controller.rb End the require mess 2013-03-21 23:37:53 +01:00
photos_controller.rb Refactor: 2013-02-23 22:36:03 -02:00
posts_controller.rb End the require mess 2013-03-21 23:37:53 +01:00
profiles_controller.rb add settings web mobile 2013-01-27 20:38:19 +01:00
publics_controller.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
registrations_controller.rb add header to sign up page 2013-03-06 19:01:07 +01:00
reshares_controller.rb fix issue #3671 reshare a post multiple times 2013-01-12 04:52:56 -02:00
services_controller.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
sessions_controller.rb dry up and modularize layouts 2013-03-06 19:00:34 +01:00
share_visibilities_controller.rb Privatize non-action controller methods 2012-10-14 19:32:53 -02:00
status_messages_controller.rb dry up and modularize layouts 2013-03-06 19:00:34 +01:00
streams_controller.rb End the require mess 2013-03-21 23:37:53 +01:00
tag_followings_controller.rb port tagFollowings to BackBone 2012-11-12 21:37:00 +00:00
tags_controller.rb End the require mess 2013-03-21 23:37:53 +01:00
users_controller.rb End the require mess 2013-03-21 23:37:53 +01:00