From 40a10270c1087b8fd861b256ee4aa0fc713158e0 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 19 Feb 2013 01:33:50 +0100 Subject: editorial tweaks --- actionpack/lib/action_dispatch/routing/inspector.rb | 9 ++++++--- railties/test/application/rake_test.rb | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/actionpack/lib/action_dispatch/routing/inspector.rb b/actionpack/lib/action_dispatch/routing/inspector.rb index 9ac8f97b74..2870888771 100644 --- a/actionpack/lib/action_dispatch/routing/inspector.rb +++ b/actionpack/lib/action_dispatch/routing/inspector.rb @@ -172,7 +172,7 @@ module ActionDispatch Please add some routes in config/routes.rb. - For more information about routes, see the Rails Guide: http://guides.rubyonrails.org/routing.html . + For more information about routes, see the Rails guide: http://guides.rubyonrails.org/routing.html. MESSAGE end @@ -216,8 +216,11 @@ module ActionDispatch @buffer << <<-MESSAGE.strip_heredoc

You don't have any routes defined!

MESSAGE end diff --git a/railties/test/application/rake_test.rb b/railties/test/application/rake_test.rb index 864d23522d..f457ff9251 100644 --- a/railties/test/application/rake_test.rb +++ b/railties/test/application/rake_test.rb @@ -155,7 +155,7 @@ module ApplicationTests Please add some routes in config/routes.rb. - For more information about routes, see the Rails Guide: http://guides.rubyonrails.org/routing.html . + For more information about routes, see the Rails guide: http://guides.rubyonrails.org/routing.html. MESSAGE end -- cgit v1.2.3