From c1a661479ef75dac5afa2414413e1538ca72a19d Mon Sep 17 00:00:00 2001 From: Agis Anastasopoulos Date: Thu, 15 Nov 2012 19:22:00 +0200 Subject: Improve the starting sentence --- guides/source/action_view_overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/action_view_overview.md') diff --git a/guides/source/action_view_overview.md b/guides/source/action_view_overview.md index 3ca2e9ea1b..1803f02d3a 100644 --- a/guides/source/action_view_overview.md +++ b/guides/source/action_view_overview.md @@ -1540,7 +1540,7 @@ You can read more about the Rails Internationalization (I18n) API [here](i18n.ht Using Action View outside of Rails ---------------------------------- -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. +Action View is a Rails component, but it can also be used without Rails. 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