Explore >> Select a destination


You are here

blog.presidentbeef.com
| | 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
| | yehudakatz.com
2.6 parsecs away

Travel
| | TL;DR Although apps and gems look like they share the concept of "dependency", there are some important differences between them. Gems depend on a name and version range, and intentionally don't care about where exactly the dependencies come from. Apps have more controlled deployments, and need a guarantee that
| | 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...
| | gist.github.com
6.9 parsecs away

Travel
| GitHub Gist: instantly share code, notes, and snippets.