Skip to content

Instantly share code, notes, and snippets.

@mark-ellul
Created March 23, 2012 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mark-ellul/2174401 to your computer and use it in GitHub Desktop.
Save mark-ellul/2174401 to your computer and use it in GitHub Desktop.
Iron worker config
IronWorker.configure do |config|
config.token = ENV['IRON_WORKER_TOKEN']
config.project_id = ENV['IRON_WORKER_PROJECT_ID']
config.auto_merge = true
config.database = Rails.configuration.database_configuration[Rails.env]
config.merge_gem("paperclip")
config.merge_gem('mongoid', '2.0.2')
config.unmerge_gem('client_side_validations')
config.unmerge_gem('delayed_job')
config.unmerge_gem('devise')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment