Re: [Rails] Re: Re: problem with complex function to save in db

2010-09-23 Thread Almog Friedman
heres the log hope it'll help: Processing FactionsController#index (for 127.0.0.1 at 2010-09-23 16:03:25) [GET] SQL (0.1ms) SET NAMES 'utf8' SQL (0.1ms) SET SQL_AUTO_IS_NULL=0 Faction Load (0.4ms) SELECT * FROM `factions` Rendering template within layouts/factions Rendering factions/i

[Rails] Re: Re: problem with complex function to save in db

2010-09-23 Thread Ar Chron
Almog Friedman wrote: > sorry but I'm kinda new with rails, i don't know how to get a log of the > hash itself. > how do I do that? development.log should be in a folder like: C:\rails\appname\log\development.log or home\druid\rails\appname\log\development.log in a *nix envt. -- Posted via htt