|
You are here |
blog.presidentbeef.com | ||
| | | | |
bibwild.wordpress.com
|
|
| | | | | 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
|
|
| | | | | Collection of bite-sized posts and projects on web development - focusing mainly on Ruby, Linux and Javascript. | |
| | | | |
ankane.org
|
|
| | | | | 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
|
|
| | | 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. | ||