Results 31 comments of andhapp

Thanks. Will try and replicate this on my side first. Will post my findings here. Edit: replete => replicate (damn iPhone)

I tried replicating the issue and failed. Please have a look at the rails app I created for the same. Here's the repo: https://github.com/andhapp/spin-test

@marten: Thanks. I will use your Gemfile.lock and try and replicate the issue my side. Will post my findings.

@marten: Can you gist your Gemfile here please? Thanks.

@marten: I added the haml gem and tried reproducing the issue but no luck. Is there anything particular about your app, in terms of settings, different from the spin-test app.

@Alexander cool, thanks. I will look at it. Thanks again for the app as I couldn't reproduce it myself. On 14 Apr 2012, at 20:11, [email protected] wrote: > Hey guys,...

Regarding this issue, I've found the cause of the problem but I'm still not sure why it happens when you run it through spin because spin just offloads things to...

That was only meant as a quick solution. I haven't had a chance to look at it again but this weekend I am surely going to fix this one. On...

bash_completion - 1.3 Rails - 3.0.5 Ruby - 1.9.2-p180 Does that help?

Do you mean? ``` @Model() class ApplicationRecordA extends SpraypaintBase { static baseUrl = "http://localhost:3000" static apiNamespace = "/api/v1" } @Model() class Person extends ApplicationRecordA { static jsonapiType = "people" @Attr()...