Software Alternatives & Reviews

10 things I add to every Rails app

Sidekiq Postmark Devise
  1. Sidekiq is a simple, efficient framework for background job processing in Ruby
    Pricing:
    • Open Source
    I often don’t set this up right away, but within the first week or two of development comes the time for background jobs. I like to stick with what I know and Sidekiq along with it’s web interface is easy to use and reliable.

    #Ruby On Rails #Ruby #Background Processing 20 social mentions

  2. Postmark is the easiest and most reliable way to be sure your important transactional emails get to the inbox. Simply & reliably parse recieved email to JSON for your webapp.
    Pricing:
    • Open Source
    Postmark is a service I have been using for years! It’s really easy to integrate into Rails using their postmark-rails gem, plus the product is great, easy to use and very reliable.

    #Email Delivery #Email Marketing #Email Marketing Platforms 49 social mentions

  3. 3
    Flexible authentication solution for Rails with Warden.
    Unless the project has really specific authentication requirements (like nine.shopping’s auth code approach), I’ll use devise to manage logins.

    #Identity And Access Management #Identity Provider #SSO 40 social mentions

Discuss: 10 things I add to every Rails app

Log in or Post with