Console and changes to models

Hi,

I am using the console a lot to test certain things. However, when I
make changes to a model, the only way I found to update the console
environment to reflect the changes is to shut it down and open a new
console session, which can get quite annoying.

Is there a better way?

Thanks!
Ingo W.

If you are using rails 1.1, type ‘reload!’

On Monday, April 24, 2006, at 5:31 PM, Ingo W. wrote:

Thanks!
Ingo W.


Posted via http://www.ruby-forum.com/.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

_Kevin

Kevin O. wrote:

If you are using rails 1.1, type ‘reload!’

Thanks! This worked!

Ingo