Displaying 3 results from an estimated 3 matches for "erquicia".
2006 Mar 27
3
act_as_paranoid and model references
I''m using act_as_paranoid plugin for most of my models. One of the
reasons was that I didn''t want to break references between objects
after I "deleted" an object. One of the cases was to know which user
modified something even after I deleted the user.
My problem now is that I cannot access the user after it was deleted
if I use the :has_and_belongs_to :user
2006 Jan 19
10
Where to place uploaded files for later download?
Hi there,
I am working in a RoR application which allows certain users
to upload files. Currently I store these files
in a directory called "files". This directory is located in
the RoR application directory:
rails/rails_application/files
So users don''t have access to them.
Now I want users to be able to download some of these files
(they will search based on some
2006 Apr 26
0
Problems with AJAX and IE6
I have been using AJAX for a while in IE6 and Firefox without any problem.
A few days ago, some IE6 machines quit working and looking at the log,
the request never reaches the server. The weird part is that some
other IE6 machines work fine as well as Firefox.
The link is using form_remote_tag function.
Any ideas of what''s going on?
Thanks in advance,
Santiago