Displaying 2 results from an estimated 2 matches for "actionlog".
2003 Nov 19
3
Still trying to backup 66 GB from LINUX to W2K ***
Hi Everyone.
I'm still having that problem that my samba cannot backup more
than 2 GB onto a Windows share (on a Win2K box) (see messages
earlier in this forum - I have to backup a 66 GB file out of database).
Setting loglevel of SAMBA to "2" I received the following (for the
time running the backup up to the broken connection):
......
[2003/11/18 11:39:47, 3]
2007 Oct 08
1
Rails reverses apostrophes
..._id = 1 AND action_logs.loggable_type =
`TournamentTemplate`)
The row that generates the error looks like this:
<% if item and item.action_logs.count > 0 %>
Action_logs is a polymorphic class, so "item" can be one of many
loggable classes. The model file looks like this:
class ActionLog < ActiveRecord::Base
belongs_to :loggable, :polymorphic => true
belongs_to :user
end
By the way, the application was working fine until I moved it to a
different server. That server is fresh install of red hat enterprise 4.
I''m most grateful for any help to fix this.
Thanks /...