font_awesome_5_rails is font awesome 5 gem bundled for rails asset pipeline
The Font Awesome 5 RailsGem provides Font-Awesome 5 web fonts, stylesheets, and javascripts as a Rails engine, compatible with the asset pipeline and offering Free icons from Font-Awesome. The gem allows for easy installation and usage of these icons within Rails applications.
Add the following line to your Gemfile:
gem 'font_awesome5_rails'
In your application.css, include the CSS file.
Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.