From 8db41ff7698eed542fb09821de37fc7ea1f2bd5d Mon Sep 17 00:00:00 2001 From: Agis Anastasopoulos Date: Thu, 15 Nov 2012 18:56:38 +0200 Subject: Add a consideration note I believe this paragraph should move to the end as it's a little out of the scope of Rails guides. --- guides/source/action_view_overview.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guides/source') diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index 967e3da935..bb11eb0dd6 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -49,6 +49,8 @@ The complete HTML returned to the client is composed of a combination of this ER Using Action View outside of Rails ---------------------------------- +TODO: I believe this is a little out of the scope of rails guides. At least could we move this to the end? *Agis-* + Action View works well with Active Record, but it can also be used with other Ruby tools. We can demonstrate this by creating a small [Rack](http://rack.rubyforge.org/) application that includes Action View functionality. This may be useful, for example, if you'd like access to Action View's helpers in a Rack application. Let's start by ensuring that you have the Action Pack and Rack gems installed: -- cgit v1.2.3