From 3ac5a5339790212763e0432d5aa243016520aa80 Mon Sep 17 00:00:00 2001 From: rohit Date: Wed, 23 Jun 2010 18:22:02 +0530 Subject: Guides: replace reference to hpricot with nokogiri [#3290 state:resolved] --- railties/guides/source/rails_application_templates.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/rails_application_templates.textile b/railties/guides/source/rails_application_templates.textile index 1af6f56957..1bf9cfec33 100644 --- a/railties/guides/source/rails_application_templates.textile +++ b/railties/guides/source/rails_application_templates.textile @@ -51,11 +51,11 @@ h4. gem(name, options = {}) Adds a +config.gem+ entry for the supplied gem to the generated application’s +config/environment.rb+. -For example, if your application depends on the gems +bj+ and +hpricot+ : +For example, if your application depends on the gems +bj+ and +nokogiri+ : gem "bj" -gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net" +gem "nokogiri" Please note that this will NOT install the gems for you. So you may want to run the +rake gems:install+ task too : -- cgit v1.2.3