From e94437e3c66ce69b0ad7ca8c86d00d0ff5137896 Mon Sep 17 00:00:00 2001 From: Mikhail Dieterle Date: Tue, 3 Apr 2012 01:11:44 +0800 Subject: wrong link to getting started guide --- guides/source/engines.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/engines.textile b/guides/source/engines.textile index 20df254950..3b0ab9f6d9 100644 --- a/guides/source/engines.textile +++ b/guides/source/engines.textile @@ -126,7 +126,7 @@ Also in the test directory is the +test/integration+ directory, where integratio h3. Providing engine functionality -The engine that this guide covers will provide posting and commenting functionality and follows a similar thread to the "Getting Started Guide":getting-started.html, with some new twists. +The engine that this guide covers will provide posting and commenting functionality and follows a similar thread to the "Getting Started Guide":getting_started.html, with some new twists. h4. Generating a post resource -- cgit v1.2.3 From bb23d6fb005edaf25f5b294f9215429fb44b3f3d Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Mon, 2 Apr 2012 23:34:47 +0530 Subject: Revert "parse block as code (used in engines guide) " This reverts commit c46374a9d949004761d71570a4d703838c694e74. Reason: Changed engines guide not to use a css tag. will do just fine. --- guides/rails_guides/textile_extensions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/rails_guides/textile_extensions.rb b/guides/rails_guides/textile_extensions.rb index 471d56eb8c..4677fae504 100644 --- a/guides/rails_guides/textile_extensions.rb +++ b/guides/rails_guides/textile_extensions.rb @@ -47,7 +47,7 @@ module RailsGuides end def code(body) - body.gsub!(%r{<(yaml|shell|ruby|erb|html|sql|css|plain)>(.*?)}m) do |m| + body.gsub!(%r{<(yaml|shell|ruby|erb|html|sql|plain)>(.*?)}m) do |m| <
-- cgit v1.2.3