aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-04-30 07:29:28 -0700
committerXavier Noria <fxn@hashref.com>2013-04-30 07:29:28 -0700
commit24444441b695d0b0d899f486e04dcdfdf9c64085 (patch)
tree98b37a120597a85c90c5ac34224fa581de82c7ee /guides/rails_guides.rb
parent5e8015f5615c47c5233d199cf58bc52de440cb1e (diff)
parent5aec73daf5ea144ac9f2a4e15c6807cc2dcb87b6 (diff)
downloadrails-24444441b695d0b0d899f486e04dcdfdf9c64085.tar.gz
rails-24444441b695d0b0d899f486e04dcdfdf9c64085.tar.bz2
rails-24444441b695d0b0d899f486e04dcdfdf9c64085.zip
Merge pull request #10385 from siong1987/fix_rake_doc_guides
Make `rake doc:guides` works again. Fix #10384.
Diffstat (limited to 'guides/rails_guides.rb')
-rw-r--r--guides/rails_guides.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/rails_guides.rb b/guides/rails_guides.rb
index ab890f202c..ce409868ca 100644
--- a/guides/rails_guides.rb
+++ b/guides/rails_guides.rb
@@ -22,7 +22,7 @@ end
begin
require 'redcarpet'
-rescue Gem::LoadError
+rescue LoadError
# This can happen if doc:guides is executed in an application.
$stderr.puts('Generating guides requires Redcarpet 2.1.1+.')
$stderr.puts(<<ERROR) if bundler?