diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-08-05 21:22:13 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-08-05 21:22:13 +0000 |
commit | 8a88513a999c854df51dce305b9fd7c0594d0b29 (patch) | |
tree | 7608c6ace24d3b044e288aaf1e3896d6386580d7 /railties/README | |
parent | 5779deb88d3dae9658cdd508dbde079acd68c2fb (diff) | |
download | rails-8a88513a999c854df51dce305b9fd7c0594d0b29.tar.gz rails-8a88513a999c854df51dce305b9fd7c0594d0b29.tar.bz2 rails-8a88513a999c854df51dce305b9fd7c0594d0b29.zip |
Mention reload! when talking about console (closes #5560)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4672 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/README')
-rw-r--r-- | railties/README | 3 |
1 files changed, 3 insertions, 0 deletions
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 <tt>script/console production</tt>. +To reload your controllers and models after launching the console run <tt>reload!</tt> + + == Description of contents |