Installing Gems Using Bundler
This article assumes that you already have a basic understanding of Rails and how to use a terminal. Bundler manages all gems in a file called “Gemfile” in the root directory of your application (~/yourapp/Gemfile). If you ever want to install more gems for your application, this is the file […]