|
You are here |
blog.presidentbeef.com | ||
| | | | |
swethatanamala.github.io
|
|
| | | | | In this blog, I would like to eloborate the difference of various terms using ruby programming language | |
| | | | |
yehudakatz.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | GitHub Gist: instantly share code, notes, and snippets. | ||