Skip to content

Latest commit

History

History
25 lines (23 loc) 路 1.55 KB

addl-tech.md

File metadata and controls

25 lines (23 loc) 路 1.55 KB

馃攽 Key App tech/services

  • We use Puma for the server
  • We rely heavily on edge caching with Fastly
  • We use Cloudinary for image manipulation/serving
  • We use Keen for event storage
  • We use Airbrake for error monitoring
  • We use Timber for logging
  • We use Delayed Job for background workers
  • We use Algolia for search
  • We use Redcarpet and Rouge for Markdown
  • We use Carrierwave/Fog/AWS S3 for image upload/storage
  • We use a modified version of InstantClick instead of Turbolinks
  • We are hosted on Heroku
  • We use Heroku scheduler for scheduled jobs (default)
  • We use Sendgrid for API-triggered mailing
  • We use Mailchimp for marketing/outreach emails
  • We use Figaro for app configuration.
  • We use CounterCulture to keep track of association counts (counter caches)
  • We use Rolify for role management.
  • We use Pundit for authorization.
  • We use Service Workers to proxy traffic
  • We use Preact for some of the front end. See Frontend for more info

This list is non-exhaustive. If you see something that belongs here, feel free to add it.