search for: created_

Displaying 9 results from an estimated 9 matches for "created_".

Did you mean: created
2006 Jan 20
11
Userstamp Plugin
...delynn@gmail.com http://www.delynnberry.com A dump of the Readme file is contained below -- Userstamp Plugin (v 1.0) ======================== Overview -------- The Userstamp Plugin extends ActiveRecord::Base( http://api.rubyonrails.com/classes/ActiveRecord/Base.html) to add automatic updating of created_by and updated_by attributes of your models in much the same way that the ActiveRecord::Timestamp( http://api.rubyonrails.com/classes/ActiveRecord/Timestamp.html) module updates created_(at/on) and updated_(at/on) attributes. The module requires that your application''s user object (User by...
2006 Mar 02
1
Speaking of sessions
Hi All, I am trying to figure out some models and controller for a time tracking system. More specifically I am trying to figure out the best way to track how long a user was logged in for a given day week or month. I was thinking from a database standpoint of having a created_ and and updated_at in a session table and then I would find out the hours and minutes that a user was logged in for that session. Then I would store that information with the day it was. I would then create a class that looks for a month, week, or day and calculates the total for each and outp...
2013 Jan 04
4
Iterative loop using "repeat"
Hi, I'm Marianna I'm trying to apply the command "repeat" to my matrix but the repeat process doesn't work as I would. In particular I would like to apply the function robustm () _that I have created_ to my two matrices, if the difference between the two matrices is less than 0.001, R give me back the last matrix. The code thus created allows me to repeat the process only on the first two matrices: function(x) { for(i in 1:10) repeat { b<-robustm(S_X) b2<-robustm(b) if(abs(b2[i,i]-b[i,i]...
2020 Jun 19
2
Add gidNumber for group
...dif and use ldbmodify or ldapmodify. Another option would be to use > something like LAM. > > Rowland Sorry, but, there is what you told me to do in your first email reply. AND it does not matter to me, who did what. I have already _deleted the "unixattrs" group that had been created_. Now, on to this. When I do this: root at dc01:~# samba-tool? group list Server Operators Distributed COM Users IIS_IUSRS Group Policy Creator Owners Domain Computers Print Operators Cert Publishers DnsAdmins Incoming Forest Trust Builders Guests Event Log Readers Backup Operators Replicator Dom...
2020 Jun 19
0
Add gidNumber for group
...other option would be to use >> something like LAM. >> >> Rowland > > Sorry, but, there is what you told me to do in your first email reply. > > AND it does not matter to me, who did what. > > I have already _deleted the "unixattrs" group that had been created_. > > Now, on to this. > > When I do this: > > root at dc01:~# samba-tool? group list > Server Operators > Distributed COM Users > IIS_IUSRS > Group Policy Creator Owners > Domain Computers > Print Operators > Cert Publishers > DnsAdmins > Incoming Forest...
2020 Jun 19
4
Add gidNumber for group
I am testing my new member server and have found the following. Found on the Sambawiki "Samba Member Server Troubleshooting" page: root at dtdc01:~# ldbsearch -H /var/lib/samba/private/sam.ldb cn=Domain\ Users | grep 'gidNumber' root at dtdc01:~# My question is what is the best manner to add this uidNumber? Is there general instructions somewhere (that I have missed) for use
2008 Mar 22
2
Dovecot and kmail IMAP resources
For some time now I have been trying to get IMAP resources working on KMail. I have followed the docs from kde, but they tell how to configure cyrus IMAP, so I've had to learn as I went along. After a lot of help from the postfix list I now have a working sasl. The ability of the user 'groupware' to log in with PLAIN has been checked in a telnet session. Everything in KMail has
2006 Apr 01
5
Triple relationship
Hi list, I need to represent a relationship between three tables: Tags (id, name) Users (id, name, email, ... ) Documents (id, title, ... ) I created a forth table called Assignments(id, tag-id, user-id, document-id, date). I have couple of questions: Should I use belongs-to and has-many to capture this? If so, How can I do that? should I have the id as the primary key in Assignment table or
2006 Mar 02
17
can''t get rails to connect to mySQL - HELP!!!!!!!!!
Sorry, but this is really NOT as easy as the tutorials/books make out. I''m really struggling at the first hurdle here. And while I''m not a programmer by design I do know my way around most stuff. And if I can''t get this to work I suspect more people will have the same issues. There seems to be too many variables to address. I have winXP, I have ruby and rails all