Christopher Cocchi-Perrier
Christopher Cocchi-Perrier
Hello @Strech, I've been working on this one already, PR is almost ready (https://github.com/ccocchi/truffleruby/pull/1)
This module has been removed because it was trying to replicate too much ActionView internals for little gain and was poorly maintanable. If you need the old behavior, you could...
When do you run into a empty source in a compiled template ?
@fnordfish any news?
No I think it is a rabl-rails weird behavior. Did you try to set `cache_templates` to `false` in your test environment ?
I use RSpec for testing 2 fairly large applications using rabl-rails and I never ran into this problem. But I dont really see why Rails nil the source in this...
Using `File.binread` is not the good solution to the problem, more a monkey fix. The problem is why ActionView is niling sometimes the source and sometimes not (my case). @fnordfish...
I cloned your repo and tried to reproduce your bug, but still no errors on my side :( With ruby 1.9.3, rails 3.2.11
I never been a big fan of "identation everywhere". I prefer to use CSS like syntax (like I prefer standart HTML over HAML), but it's only my choice, nothing prevents...
The problem with extends is that you **MUST** re-evaluate the template source for **each object**, because you have many cases where you need to replace the variable by the actual...