Tim Kretschmer

Results 126 comments of Tim Kretschmer

should we link straight to https://github.com/check-spelling/spell-check-this/blob/master/.github/workflows/spelling.yml ?

``` class ApplicationMailer layout Rails.env.test? ? false : 'mailer' if Rails.env.test? def make_bootstrap_mail(args) mail(args) end end ``` well, this is the quick hotfix. don't use the layout to send mails...

``` ul.scopes { li.scope { display: inline-block; list-style-type: none; margin-bottom: 4px; } li.scope a{ @extend .btn; @extend .btn-default; } li.scope.selected a { @extend .btn-primary; } } ``` want a pullrequest...

It's somehow a little bit buggy. i saw strange sideeffects when they get a float right (if batch actions are there as well). need to digg in deeper On 02.08.2016...

@vinhnglx i got the master (and the gem 0.1.3) and both still not working

block somebody should not rely on a friendship request in general, i can make friendships, but out of nothing i can block friends. `dee.block(tim)` `tim.blocked_by?(dee) # true` `dee.friend_request(tim) # false,...

basically it's a question of *the abilities of a gem* i checked a few gems and this one i like most but with lacking support of blocking a user it's...

yes i know. that's what we are doing since pretty mich 6 years and since we now re-programm everything it's time to also not create a friendship to block it....

I come back to this. The problem here is that we get weired behaviours. a blocked relationship should only be unblockable by the bloder def block_somebody!(friend) friend_request(friend) block_friend(friend) end this...