Forrest Chang
Forrest Chang
@zw963 yeah, I have the quotes changing binding, I accept rubocop suggestion because it's easy to toggle in emacs, but I have been bitten in that I forgot to change...
@zw963 Re: gettting it to work w/Rails 5.0.2 -it's likely that is all that's needed, what I'll end up doing is changing the gemspec and then testing. Unfortunately, I need...
@zw963 True. Haven't been working with opal for a while - are you still working with it? Might start again as an app that uses Opal might need updating
Oh hey, thanks for bringing to my attention, looks like the codemirror cdn I hit is no longer. I'll try to fix when I can
Hi @andrew-carroll I'm a little confused, was there a typo? You don't use escape to enter multi line mode, you hit ctrl-M (when you type help it shows you the...
That did the trick, thanks
Can I render a haml partial from my _html template? render 'partial_name' isn't working
I see I can't really reuse the normal render or helpers, they must output elsewhere and not to a string
That's working for me, thanks
via github, in your Gemfile you can do this ``` ruby gem 'lissio', github: 'meh/lissio' ```