Hugo Bastien

Results 17 comments of Hugo Bastien

Don't know if this helps anyone, here's what I did: - Listen for the form submit event _ala jQuery_ `$('form').on('submit', function(...) {...});` - Get the content from pen and put...

This would unblock me so fully, I think I'll shed tears of joy. Rails assets just won't have any of it until you guys tag and put it on bower.

@marcelofabri yes absolutely on the same level as `ReferenceImages`. I'll open a PR. Thanks guys!

Right that's the version I plan on implementing: ``` - Tests - ReferenceImages - FailureDiffs ``` I'm gonna tackle it this coming Friday.

Maybe a README entry will be enough to educate that `Tests/FailureDiffs` should be added to `.gitignore`?

Allow me to put a :+1: to the previous commenter, I figured my own way of passing stuff view to view but I am dying for an authoritative example on...

I'll put my way of doing it could lead to a discussion (it's ok if it doesn't or if the example gets shot down). Let's imagine a table view for...

Hi @JeanLebrument thanks for responding! The module approach you describe was the next logical step for me. I am waiting to feel some kind of pressure to move me toward...

@JeanLebrument Sounds good, I'll keep an eye out. Let us know.

Thanks for doing this @JeanLebrument