I''m getting some kind of an error when I attempt to save a record to the database, but rails isn''t displaying what it is to me. Is there some function that will display the last db insert/update error? Thanks jim -- Posted via http://www.ruby-forum.com/.
On 3/8/06, jhi <jhi@roob.com> wrote:> > Is there some function that will display the last db insert/update error? >Do you mean like MySQL''s log? -- Joshua -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060308/475ff634/attachment.html
On Wed, 2006-03-08 at 22:56 +0100, jhi wrote:> I''m getting some kind of an error when I attempt to save a record to the > database, but rails isn''t displaying what it is to me. Is there some > function that will display the last db insert/update error?---- log/development.log ? mysql.log? Craig