Trying to create a blog template and the default index.html.erb template mentions Nokogiri, I installed the gem for it but still running server with article.summary throws this error,
Nokogiri is required for blog post summaries. Add 'nokogiri' to your Gemfile.
Do I need to add it to a gemfile still? I thought gemfile was just a list of dependencies needed to install?
Thanks.