Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.11 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.11 KB

Iron Worker 101 Rails example

This example show how to work with iron_worker under Rails environment

Getting Started

  1. Set proper configuration in iron.json and config_development.yml

  2. run 'rails s'

  3. Go to http://localhost:3000 and test

FAQ Rails+IronWorker

  1. Q:Where to place workers?

    A:Better to place workers in rails_root/workers dir like in example worker dir

  2. Q:How to use ActionMailer in worker?

    A: Do following steps: