Tagged Questions
1
vote
1answer
232 views
Rails inserting invalid datetimes in created_at and updated_at
I am using Rails 3.2.2 on Ruby 1.8.7 with mysql2 0.3.11 (against a mysql 14.14 server), and sometimes a created_at or updated_at value will be an invalid DateTime, and cause my app to throw an ...
2
votes
1answer
153 views
Avoid ActiveRecord#save logging of large fields
I need to prevent ActiveRecord#save from logging the content of large fields.
Is there a way to configure this on Rails 2.3.x?
@document.save #=> Will log something like:
Apr 20 13:45:42 ubuntu ...