Displaying 2 results from an estimated 2 matches for "userpermissions".
2003 Feb 04
1
deleting symlinks only
...correctly, on deletion samba does not
recognize the link as a link but as a directory, descends into it and deletes the
content recursively, finally tries to delete the directory which is none
and stops. So all what is left in the end, is an empty directory and a
link pointing to it...
Setting the userpermissions is no solution for us as users have
to have full access to the content. We are using samba 2.2.7a on IRIX.
The symlinked directories are used as libraries, which are being linked
to from different project-directories. If a project is finished, the
link to the libraries must be deleted by the users...
2008 Jun 02
5
validate - message in the flash[:error]
Hi,
I want to show the validate - message in the flash[:error] - field but I
can''t find any options.
An example:
class UserPermission < ActiveRecord::Base
validates_presence_of :name,
:message => "Please insert a name"
... |
end V
flash[:error] = "Error - "
Has anybody a solution for this