Frederic ZINGG

Results 4 comments of Frederic ZINGG

@zetachang In fact it doesn't raise any exception for me as well but the value doesn't display at all without the `to_s` : ``` td(width: '33%') { params.post.posttitle } td(width:...

Yes, I think it would be great.

Probably a stupid question: If Hyperloop Stack is language agnostic (JS, crystal or whatever ...), then if I use RAILS, then I can still continue to write all my components,...

For the error `method_missing` you got , it is a config error. You should have set `config.eager_load = false` in `config/development.rb` or remove hyperloop dir from eager_load. What do you...