Kurtis Rainbolt-Greene

Results 140 comments of Kurtis Rainbolt-Greene

Semi-sortive? My initial goal was to revamp dante, but frankly with the advent of things like systemd it seems like dante really isn't needed. There are better CLI frameworks (clamp,...

Idiomatic ruby doesn't necessarily mean semantic or good practice. I guess this book should figure out which it cares more about: Idiomatic or semantic.

Are we looking at different examples? They look the same to me.

Oh, you're comparing the Best Ruby book vs the Documenation. Yes, of course, that's my point. Best Ruby suggests there's a difference implicitly where as there is zero difference in...

> Why the documentation uses reduce(:+) in both methods examples? Largely because documentation is boring and cruby core documentation has a huge amount of hoops to jump through, so Copy/Paste...

Examples! ``` ruby class Cart < AR has_many :items belongs_to :user end class Item < AR belongs_to :cart end class User < AR has_many :carts before_save :fail end class CartTwin...

Sortive, again I'm just not sure why _disposable_, who knows what has changed, even attempts to save it.

> Amazing! Each new subsequent twinning will pick up the correct properties, but know the right model. Turns out I was wrong about this. I was very sure this was...

So I guess this isn't a bug, so much as a feature request now.