C

Results 14 comments of C

just use: ``` imp = Impression.new imp.impressionable_type = object.class.to_s imp.impressionable_id = object.id imp.user_id = current_user.nil? ? 0 : current_user.id imp.controller_name = "topics" imp.action_name = "show" imp.request_hash = Digest::SHA2.hexdigest(Time.now.to_f.to_s+rand(10000).to_s) imp.ip_address =...

Definitely an issue, same pb for me: - 1.9.2p180 - rails 3.1rc4

Actually I managed to solve the pb, it was due to a dom manipulation on Iframe that affected tinymce iframe. Thanks!