David Sommers
David Sommers
👍 same problem
#1087 was a hijacked event not bubbling up. Can you create a small example of the issue to reproduce it? Given we're all volunteers, ultimately a PR with a test...
I using zsh and have this: ``` export TODO=~/Dropbox/Documents/todo.txt function todo() { if [ $# -eq 0 ]; then cat $TODO; else echo "$@" >> $TODO; fi } function todone()...
I'm sure if it was just `app/views/schedules/show`, it'd work. I haven't set up anything in multiple nested views, so maybe someone else has tried. Try throwing a debugger into RABL...
Thanks @yeggeps - everything is supported in open source - just as long as you don't mind coding it! (j/k, a little) You don't have to have a broken spec...
If you could make a little rails app that reproduces just that, I can look into it later. It's hard to set everything up exactly the way you have it...
The [tests pass](https://travis-ci.org/nesquena/rabl/jobs/431635769) for ruby-2-5-1 so we're missing something in the tests. Can someone provide their template or a new rails app that reproduces the issue?
That's a big file and I don't have all the variables and database fields that go with it. To help out, if you were to comment out each line one...
Most likely, the external CDN takes slightly longer to load than your local resource, therefore impacting the load order of named JS files. You could try wrapping both local and...