Installing Nokogiri on OSX 10.10 Yosemite

I managed to install Nokogiri under Yosemite (OS X 10.10 Preview). Step 1: Install Brew Skip this if brew was installed. ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” Step 2: Install brew libs brew tap homebrew/dupes brew install libxml2 libxslt brew install libiconv Step 3: Download and install Apple Commandline Tools for 10.10 It’s important that you … Read more

fail to bundle install puma 4.3.5 or gem puma with ruby-2.6.6 on macos-10.15.6 [duplicate]

Locked. Comments on this answer have been disabled, but it is still accepting other interactions. Learn more. It seems that the latest version of XCode tools (12 Beta 3) installs a version of Clang (the C compiler used by default on MacOS) that throws an error on implicit functions used on the native extension code … Read more

Gem file with git remote failing on heroku push

Use this GitHub URL instead: git://github.com/Dakuan/client_side_validations.git The git@github.com:… URL is the writable SSH version, which requires authentication with an SSH key connected to a GitHub account that has write access to the repository. The git://github.com/… URL is the public, read-only version. Since the gem you’re using is in a public GitHub repository, you can also … Read more

Bundle Install could not fetch specs from https://rubygems.org/

Just in case none of the above satisfies the next intrepid explorer, I thought I’d drop here that after I spent 4 hours on this doing variants of the search that landed me here, I finally discovering that IPV6 was the culprit, after finding this specific thread on help.rubygems.org. Solution? this (Fedora, Linux): sudo sysctl … Read more

Bundle not working with rbenv

Your installation is caught in a loop. Change to a directory that is not your app, and that doesn’t have a Gemfile. Then do the usual gem install bundle (and use sudo if you need it) Then change to your app directory, and do the usual bundle install. Does that solve your issue? If you … Read more

Rails bundler doesn’t install gems inside a group

Within a term session, it remembers the without option. If you first ran bundle install –without development it remembers that you did this and will automatically repeat this for the next bundle install #remembers and includes –without development running something else, like bundle install –without nothing should clear the cache. Am I right? update 20150214: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)