From: Stefan F. <ste...@we...> - 2013-11-27 22:27:15
|
Martin: one important change (also relates to the issue of the exceptions in the toString() method mentioned in a previous mail) in Rails 2.0 is the following: All (Rails)Items use the method toText() for the text to be shown in UI display. The default implementation is to show the id of the object. toString() usually should not be overwritten, as it is only used for debugging in 18xx.log and the default implementation works fine. This allows to have different text for logging and UI display, which made reading the logging sometimes difficult in Rails 1.x. So if you have overwritten toString() in 1880 specific classes, simply change that into overwriting toText() instead both exceptions and displayed text should work correctly again. Stefan On 11/27/2013 10:17 PM, Martin Brumm wrote: > Ok, > > got the Startup fixed. StartRound is now displaying correctly. But the > StatusWindow is showing some interesting Strings instead of the expected > empty fields :) > > On for some more debugging there. > > Regards, > Martin > > > > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |