/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

steveklabnik.com
| | weblog.raganwald.com
4.2 parsecs away

Travel
| |
| | rubyreferences.github.io
5.1 parsecs away

Travel
| | Ruby 2.7 full and annotated changelog
| | www.blackbytes.info
4.7 parsecs away

Travel
| | What are some weird things about Ruby that are worth learning about? Take a look at this post to find out!
| | byparker.com
39.4 parsecs away

Travel
| In responding to a Jekyll pull request, I went digging around the way Ruby handles sorting. The problem was that we were trying to sort a list of objects which don't all have a given property. The contributor was using sort_by which throws an ArgumentError if the block returns a nil value at all. We had a sparse property we wanted to sort by.