ruby not load font-awesome
问题 i am trying to load font-awesome to my view I have read other answers and implement the Rails: Using Font Awesome What i have done config/application.rb require File.expand_path('../boot', __FILE__) require 'rails/all' # Require the gems listed in Gemfile, including any gems # you've limited to :test, :development, or :production. Bundler.require(:default, Rails.env) module Blog class Application < Rails::Application # Settings in config/environments/* take precedence over those specified