Displaying 1 result from an estimated 1 matches for "user_xml_files".
2009 Dec 16
1
Where should I store private/restricted files?
Hi all,
I''ve created an application that uses an XML file to tailor to user''s
settings. The XML file is generated by rails and is unique to each
user. Currently, I''m storing them as public/settings/#
{user.login}.xml. However, these files must be private and only
accessible by those users alone. I''m still new to rails, so the only
real way I know how to