Steve Zelaznik

Results 3 issues of Steve Zelaznik

# Summary: The code base at my company uses this pattern a lot: ```hbs ``` or in our case with css-modules: ```hbs ``` I'm in the process of converting those...

New Rule

It looks like this issue was raised back in 2013: https://github.com/jmazzi/crypt_keeper/issues/61 However the hope was that a future edition of Rails could solve the problem. This has not been the...

# Summary: I tried add this modifier to a modal in our app. The modal is supposed to close if a user clicks outside the main content region. It's closing...