aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides.rb
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2012-08-31 12:01:06 -0400
committerPrem Sichanugrist <s@sikac.hu>2012-09-17 15:54:21 -0400
commit544f6bcb9095cfc826f892e6bfafee6a9bafa494 (patch)
tree39fd19a2097cd42bbc693707797b60e08fc5cbf8 /guides/rails_guides.rb
parentfd9867c7dea8f030bd712a2e407de25c43b6c400 (diff)
downloadrails-544f6bcb9095cfc826f892e6bfafee6a9bafa494.tar.gz
rails-544f6bcb9095cfc826f892e6bfafee6a9bafa494.tar.bz2
rails-544f6bcb9095cfc826f892e6bfafee6a9bafa494.zip
Start rewriting 4.0 release note into Markdown
Diffstat (limited to 'guides/rails_guides.rb')
-rw-r--r--guides/rails_guides.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/rails_guides.rb b/guides/rails_guides.rb
index 1955309865..d3ae019a8c 100644
--- a/guides/rails_guides.rb
+++ b/guides/rails_guides.rb
@@ -36,10 +36,11 @@ to the Gemfile, run
and try again.
ERROR
-
exit 1
end
+require 'rails_guides/markdown'
+
require "rails_guides/textile_extensions"
RedCloth.send(:include, RailsGuides::TextileExtensions)