Lasse Bunk
Lasse Bunk
@zeantsoi I opened this some months ago. Someone else added .travis.yml, so it's just adding the project on travis-ci.org. Lasse
+1 to your solution with always loading ``` js _body = $("body"); ``` I guess this would be a problem with other JavaScript frameworks that replace the body.
Using @nathos /etc/hosts solution worked for me. @robbyrussell +1 :-D
Yeah I also think I'll be using delayed_job instead. What I like about your plugin was the convention to use workers in the lib directory. I think it's a bit...
It's not possible right now, but I'll keep it in mind. Think it's a good idea. Thanks.
Actually I'm not sure right now. I haven't used it for a while. Have you tried it?
Yeah. Thanks. Hmm, I'd like an automatic/continous service like Travis-CI for RubyMotion. Know if something like this exists?
That's great. RSpec is fine by me. Do you have the time for helping with this?
Great. Thanks man :+1:
@tommyschaefer did you make any progress on converting the tests to RSpec? I'd like to be able to test with Travis so we can make changes ensured it will work....