From: Howard Roberts Date: 2008-02-11T07:40:48+09:00 Subject: Re: getting human-readable results Thufir wrote: > Is there some ruby magic which I can put in the model? I'm hoping that > the solution isn't terribly complex. Is there something which I can do > from the console to figure out what's going wrong? You'd probably get much better results posting this to the Ruby on Rails mailing list. But in case you aren't familiar with it .script/console may be exactly what you are looking for to try out your models and such from a command line, IRB style. HTH, Howard -- Posted via http://www.ruby-forum.com/.