Hello World from OSS Silicon Valley


HowToUse/RubyOnRails/4.2/FontAwesomeRails/4.6


_ Prerequisite

_ Install&Setup

Step.1
Add font-awesome-rails to Gemfile.
gem "font-awesome-rails"
Step.2
Install new gem.
$ bundle install

_ HowToUse

Step.1
Add the following line to your view file.
<%= fa_icon "github" %>

Then, you can see the logo for GitHub.

_ Author

S.Yatsuzuka