iron.io Questions
2
I have a Rails application that is using IronWorker and I need to connect to my database from the worker. How do I do that?
Esbenshade asked 15/6, 2012 at 18:26
1
Solved
I'm sending emails with Laravel 4 :
$data = Input::all();
Mail::queue(array('text' => 'e-Text', 'html' => 'e-Html'), $data ,
function($message) use ($data) {
$message->to($temp['data'],...
Yunyunfei asked 29/11, 2013 at 14:42
2
Solved
I'm writing a simple IronWorker in Python to do some work with the AWS API.
To do so I want to use the boto library which is distributed via PyPi repository. The boto library is not installed by de...
1
© 2022 - 2024 — McMap. All rights reserved.