diaspora/config/initializers
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
..
acts_as_taggable_on.rb End the require mess 2013-03-21 23:37:53 +01:00
asset_sync.rb properly integrate asset_sync 2012-09-26 20:23:45 +02:00
assets.rb properly integrate asset_sync 2012-09-26 20:23:45 +02:00
backtrace_silencers.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
carrierwave.rb Set max-age header to Amazon S3 resources 2013-03-08 16:07:56 -02:00
check_session_secret.rb New configuration system 2012-09-26 20:19:37 +02:00
client_side_validations.rb validations and all that jazz [ci skip] 2012-05-04 17:38:08 -07:00
cors.rb Cross-Origin Resource Sharing 2012-03-10 23:49:56 -08:00
devise.rb Make Devise remember the session for 2 weeks. Fix #3472 2012-11-06 22:24:57 +01:00
direction_detector.rb Rails.root and File.join cleanup 2012-06-11 03:13:20 -07:00
enforce_ssl.rb New configuration system 2012-09-26 20:19:37 +02:00
faraday.rb New configuration system 2012-09-26 20:19:37 +02:00
ignore_ssl_in_development.rb New configuration system 2012-09-26 20:19:37 +02:00
inflections.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
json_escape.rb Fix XSS vulnerabilities caused by not escaping a users name fields when loading it from JSON. #3948 2013-02-01 22:20:31 +01:00
json_patch.rb JSON::Pure::Generator::State fix when using resque. huge thanks to this post: http://blog.ethanvizitei.com/2010/11/json-pure-ruins-my-morning.html 2010-12-04 13:16:30 -08:00
load_analyitics.rb New configuration system 2012-09-26 20:19:37 +02:00
load_libraries.rb End the require mess 2013-03-21 23:37:53 +01:00
locale.rb ensure our locales are at the bottom of the load path, fixes #2614 2013-01-31 16:41:09 +01:00
mailer_config.rb New configuration system 2012-09-26 20:19:37 +02:00
markerb.rb Escape hashtags in emails 2012-05-28 21:31:27 -07:00
mime_types.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
monkey_patch_to_xs.rb monkey patch to_xs for ruby 1.8, and fix a test as a result 2012-04-25 11:38:42 -07:00
oembed.rb Added DailyMotion & Twitter oEmbeds 2013-01-25 22:31:44 +08:00
omniauth.rb update and fix services 2012-10-25 17:54:18 +02:00
patch_openssl_pkey.rb more progress 2012-03-21 13:50:24 -07:00
rails_admin.rb kill references to ServiceUser 2012-05-14 18:47:14 -07:00
rspec_generator.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
session_store.rb MS DG update copyright 2011-09-14 11:23:12 -07:00
set_up_image_redirects.rb New configuration system 2012-09-26 20:19:37 +02:00
setup_mail.rb commented out the email interceptor 2010-10-22 10:37:04 -07:00
sidekiq.rb Bye Resque. Ohai Sidekiq. 2013-03-21 23:39:07 +01:00
silence_assets.rb Revert "@joshsusser hates our ci setup, /cc @suss" 2012-05-14 15:59:06 -07:00
version_header.rb New configuration system 2012-09-26 20:19:37 +02:00
will_paginate.rb fix will paginate renderer 2012-03-16 18:58:01 +01:00