Displaying 2 results from an estimated 2 matches for "archived_projects".
2007 Jul 29
6
Isolating rails model specs from their implementation
...t app I built when
learning Rails and adding specs to it. During the course of building
the app the requirement that project should be archiveable was added.
So a project is in one of two states active or archived.
This led to the creation of the following methods:
Project.active_projects
Project.archived_projects
@project.active?
@project.archived?
@project.archive!
@project.unarchive!
The current implementation of this is using a separate table of
"visibilities" as follows:
# Implementation 1 (Current)
Tables:
Project
id name visibility_status_id
1 ActiveProject...
2017 Aug 01
0
Incompatibility Windows 7
...Proxy - tells Samba whether or not to try to resolve NetBIOS names
>> # via DNS nslookups. The default is NO.
>> dns proxy = no
>>
>>
>> #============================ Share Definitions
>> ==============================
>>
>> ...
>>
>> [archived_projects]
>> path = /ArchiveProjectsPool1
>> #valid users = @engr, ssc
>> read only = No
>> hide special files = Yes
>> map archive = No
>> guest ok = yes
>>
>>
>>
>> [dept]
>> msdfs roo...