Explore >> Select a destination


You are here

mfbmina.dev
| | github.com
4.4 parsecs away

Travel
| | Lists repositories using end-of-life Ruby versions - MatheusRich/end_of_life
| | yehudakatz.com
5.7 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
| | markentier.tech
5.1 parsecs away

Travel
| | Quick answer:bundle config build.nokogiri --use-system-libraries && bundle install | markentier.tech
| | ankane.org
37.5 parsecs away

Travel
| Content Security Policy can be an effective way to prevent XSS attacks. If you aren't familiar, here's a great intro. To get started with Rails,...