From 9073cf85dbab49fe845225b62129929938f0c7c9 Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Wed, 16 May 2012 17:52:10 +1000 Subject: [getting started] some more handholding around where exactly the error would appear when a post is invalid --- guides/source/getting_started.textile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index aad6a30705..5c5e73c1d1 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -767,7 +767,8 @@ TIP: Rails automatically wraps fields that contain an error with a div with class +field_with_errors+. You can define a css rule to make them standout. -Now you'll get a nice error message when saving a post without title: +Now you'll get a nice error message when saving a post without title when you +attempt to do just that on the "new post form(http://localhost:3000/posts/new)":http://localhost:3000/posts/new. !images/getting_started/form_with_errors.png(Form With Errors)! -- cgit v1.2.3