Hello World from OSS Silicon Valley


HowTOUse/RubyOnRails/4.2/FontAwesomeRails/4.6

#contents

*Prerequisite [#a41fb9f5]
-Rails installation (You can refer [[HowToUse/RubyOnRails/4.2]])

*Install&Setup [#z4cc2a9d]
:Step.1|
Add font-awesome-rails to Gemfile.

 gem "font-awesome-rails"

:Step.2|
Install new gem.

 $ bundle install

*HowToUse [#mb6428ea]
:Step.1|
Add the following line to your view file.

 <%= fa_icon "github" %>

Then, you can see the logo for GitHub. 


*Author [#c12f65cc]
S.Yatsuzuka