Rails: Reload models in script/console
August 11, 2006Dispatcher.reset_application! reloads your model while running script/console.
stefan@www:~$ ./script/console Loading development environment. >> ... [...] >> Dispatcher.reset_application!
Dispatcher.reset_application! reloads your model while running script/console.
stefan@www:~$ ./script/console Loading development environment. >> ... [...] >> Dispatcher.reset_application!
This is the defunct blog of Stefan Saasen.