From 960490e571b29751a8721e91442b6c91aa8a77ba Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 3 Feb 2010 07:43:00 +0100 Subject: checking guides regeneration, should be out before 9am --- railties/guides/source/active_support_core_extensions.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/active_support_core_extensions.textile b/railties/guides/source/active_support_core_extensions.textile index 49d676f5be..fb4c42f118 100644 --- a/railties/guides/source/active_support_core_extensions.textile +++ b/railties/guides/source/active_support_core_extensions.textile @@ -1,6 +1,6 @@ h2. Active Support Core Extensions -Active Support is the Rails component responsible for providing Ruby language extensions, utilities, and other transversal stuff. It offers a richer bottom-line at the language level, targeted both at the development of Rails applications, and at the development of Rails itself. TEST 2. +Active Support is the Rails component responsible for providing Ruby language extensions, utilities, and other transversal stuff. It offers a richer bottom-line at the language level, targeted both at the development of Rails applications, and at the development of Rails itself. By referring to this guide you will learn the extensions to the Ruby core classes and modules provided by Rails. -- cgit v1.2.3 From 54d01ce65611e3574aa0c7f0cd3ec4cfb2bebf99 Mon Sep 17 00:00:00 2001 From: James Miller Date: Tue, 2 Feb 2010 23:34:44 -0800 Subject: Remove a Rails 2 convention from namespaced routes --- railties/guides/source/routing.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/routing.textile b/railties/guides/source/routing.textile index c764597a65..96dbd0dcd0 100644 --- a/railties/guides/source/routing.textile +++ b/railties/guides/source/routing.textile @@ -271,7 +271,7 @@ This can be especially useful when map multiple namespaced routes together using namespace :admin do - admin.resources :photos, :videos + resources :photos, :videos end -- cgit v1.2.3 From 9c2170c1553542bece369b05d2c8d49f9803292a Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 3 Feb 2010 09:17:10 +0100 Subject: Doc Rails -> docrails --- railties/guides/source/3_0_release_notes.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index 23e216c0d8..3150af1f74 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -11,7 +11,7 @@ These release notes cover the major upgrades, but don't include every little bug endprologue. -NOTE: These release notes are still being modified constantly. Rails 3.0 beta is not out yet, so be sure to check back here on the actual release date to find any changes. Comments and corrections welcome, please send to "Mikel Lindsaar":http://lindsaar.net or "@raasdnil"::http://twitter.com/raasdnil or contribute via Doc Rails. +NOTE: These release notes are still being modified constantly. Rails 3.0 beta is not out yet, so be sure to check back here on the actual release date to find any changes. Comments and corrections welcome, please send to "Mikel Lindsaar":http://lindsaar.net or "@raasdnil"::http://twitter.com/raasdnil or contribute via "docrails":http://github.com/lifo/docrails. h3. Upgrading from Rails 2.3.5 to Rails 3.0 -- cgit v1.2.3