From 6be0fa6a066f825c41ad826aae19c58cc90ab0f8 Mon Sep 17 00:00:00 2001 From: Jaime Iniesta Date: Tue, 6 Apr 2010 12:10:24 +0200 Subject: Fix 2_2_release_notes so it validates XHTML 1.0 Strict --- railties/guides/source/2_2_release_notes.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/guides/source/2_2_release_notes.textile b/railties/guides/source/2_2_release_notes.textile index 117635bcee..5628d7e52f 100644 --- a/railties/guides/source/2_2_release_notes.textile +++ b/railties/guides/source/2_2_release_notes.textile @@ -385,7 +385,7 @@ You can unpack or install a single gem by specifying +GEM=_gem_name_+ on the com h4. Other Railties Changes * If you're a fan of the "Thin":http://code.macournoyer.com/thin/ web server, you'll be happy to know that +script/server+ now supports Thin directly. -* +script/plugin install -r + now works with git-based as well as svn-based plugins. +* +script/plugin install <plugin> -r <revision>+ now works with git-based as well as svn-based plugins. * +script/console+ now supports a +--debugger+ option * Instructions for setting up a continuous integration server to build Rails itself are included in the Rails source * +rake notes:custom ANNOTATION=MYFLAG+ lets you list out custom annotations. -- cgit v1.2.3