/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

blog.presidentbeef.com
| | bibwild.wordpress.com
3.2 parsecs away

Travel
| | Rails does not seem to generally advertise ruby version compatibility, but it seems to be the case taht Rails 6.1, I believe, works with Ruby 3.1 -- as long as you manually add three dependencies to your Gemfile. gem "net-imap" gem "net-pop" gem "net-smtp" (Here's a somewhat cryptic gist from one (I think) Rails committer...
| | ankane.org
2.0 parsecs away

Travel
| | I've created a few Ruby gems over the years, and there are a number of patterns I've found myself repeating that I wanted to share. I didn't invent...
| | swethatanamala.github.io
2.5 parsecs away

Travel
| | In this blog, I would like to eloborate the difference of various terms using ruby programming language
| | soffes.blog
21.0 parsecs away

Travel
| Ive been using Homebrew on Apple Silicon for a few weeks now and its been working well. With Ruby 3.0.0, I havent had any issues installing it...