Displaying 2 results from an estimated 2 matches for "roob".
Did you mean:
rob
2006 Mar 08
2
mysql freakout!
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/.
2006 Apr 28
2
Active Record save doesn''t save! (more detail - is this a bug?)
I got it to work by changing
scheduled_end_date= nil
to
self.scheduled_end_date= nil.
I believe these statements should be equivilent.
I don''t know Ruby/Rails well enough to know when, if or why that should
matter. Can someone educate me please? I want to believe this framework is
ready for production work, but silently dropping data is a very big
problem. I expect that I''ve