/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...
| | www.ramblingcode.dev
2.3 parsecs away

Travel
| | Collection of bite-sized posts and projects on web development - focusing mainly on Ruby, Linux and Javascript.
| | 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...
| | juffalow.com
17.8 parsecs away

Travel
| I am currently working on three computers and it is real pain to get everything synchronized. Of course I am using git repositories and cloud but I still have to get rid of apache server, databases, etc. So I decided to create Virtual Machine which I save on USB drive and try to do it this way.