Artem
Artem
Tried to use the plugin with Ti Studio 2.1.2 on Win7. Did everything necessary and still kept getting this error during build. I had both node.js and coffeescript installed and...
I have a case where an external WSDL of the form defines a schema import using an absolute path, i.e. something of the form `` ExternalResolver tries to treat this...
I'm wondering if there's a way to make Mailer use different templates on success and failure. One possible way I see (though I didn't try it) to do this is:...
Hi Darcy, Thanks for the handy gem. I've got one question I couldn't find an easy solution for, maybe you can help me out with this. I have two separate...
I'm using a private S3 bucket to store uploads, so Fog generates signed URLs for all assets. The problem is that those URLs are saved into the HTML body so...
The loop that `require`s all the uploaders breaks view helpers defined in the `font-awesome-rails` gem, i.e. I'm starting to get `undefined method 'fa_icon'` errors. Seems like those `require`s somehow mess...
I have a database access object of sorts, and I needed to write unit tests for it. Stubbing Ti.Database APIs with empty functions was not an option, since I had...