From 8a88513a999c854df51dce305b9fd7c0594d0b29 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 5 Aug 2006 21:22:13 +0000 Subject: Mention reload! when talking about console (closes #5560) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4672 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'railties') diff --git a/railties/README b/railties/README index b8e3569258..7d8965e6bd 100644 --- a/railties/README +++ b/railties/README @@ -124,6 +124,9 @@ application is running. You can inspect domain models, change values, and save t database. Starting the script without arguments will launch it in the development environment. Passing an argument will specify a different environment, like script/console production. +To reload your controllers and models after launching the console run reload! + + == Description of contents -- cgit v1.2.3