Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4672

Show
Ignore:
Timestamp:
08/05/06 21:22:13 (2 years ago)
Author:
david
Message:

Mention reload! when talking about console (closes #5560)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/README

    r4165 r4672  
    125125Passing an argument will specify a different environment, like <tt>script/console production</tt>. 
    126126 
     127To reload your controllers and models after launching the console run <tt>reload!</tt> 
     128 
     129 
    127130 
    128131== Description of contents