Explore >> Select a destination


You are here

nokogiri.org
| | kevinjmurphy.com
7.7 parsecs away

Travel
| | Some dependencies, like nokogiri, ship with multiple libraries for different architectures. If you cache your gems, you may need to cache multiple platforms, because your development team is spread across various platforms or you deploy to a different platform. We discuss how to do that in this post.
| | markentier.tech
6.6 parsecs away

Travel
| | Quick answer:bundle config build.nokogiri --use-system-libraries && bundle install | markentier.tech
| | www.babaei.net
10.7 parsecs away

Travel
| | Update 1 [2016/09/30]: A section has been added to the end of the article for dealing with major FreeBSD upgrades. Update 2 [2016/09/30]: A section has been added to the end of the article for upgrading current installation of Discourse to newer versions. Update 3 [2016/09/30]: A section has been added to the end of the article for installing Discourse under Ruby version managers which is required for dealing with newer versions of Discourse since the current system-wide version of Ruby on FreeBSD is 2.2...
| | janko.io
89.4 parsecs away

Travel
| Passkeys are a modern alternative to passwords, where the user's device performs the authentication, usually requiring some form of user verification (biometric identification, PIN). Passkeys are built on top of WebAuthn specification, which is based on public-key cryptography. Keypairs are created for each website, and the public key is sent to the server, while the private key is securely stored on the device. This makes passkeys: