similar to: Scheduling Reminders

Displaying 20 results from an estimated 2000 matches similar to: "Scheduling Reminders"

2006 Jun 12
5
railish icons?
This is a little off topic but someone here knows, I''m sure... Does anyone have a good site to find freely available standard icons for things like add/edit/delete/save? I''m looking for a set of clean and simple matching icons that capture that Railsy-Web 2.0 feel... Maybe icons aren''t Railsy... Steven -- Posted via http://www.ruby-forum.com/.
2006 May 19
12
How to build a server
Hi, I''ve been learning about building Rails apps for about 8 months but I don''t really know how servers work or how to build a server. I have an old 450 GHz Pentium computer I can play with. Since I use OS X, I was thinking about installing a BSD system and trying to make a MySQL/Rails server. That is about all I know about servers. How does a server in my house get connected
2006 May 01
6
Two developers, one on unix and one on windows
Hello all, An interesting problem, I am developing on Windows, another developer is using Unix, and our app and svn repository are running on a Linux box. We need an easy way to not keep breaking our app and each others development environs when we check in the code. The piece in question is the dispatch.fcgi. The path to ruby is (obviously) different in Windows and Unix. Has anyone run into
2006 Apr 14
7
SHA2 Issues
Hello all, Thank you in advance for your help with this. I am trying to implement the user authentication method from Ruby Recipes which calls for the use of SHA 2. Here is the code for the password: def password=(pass) salt = [Array.new(6){rand(256).chr}.join].pack("m").chomp self.password_salt, self.password_hash = salt, Digest::SHA256.hexdigest(pass + salt) end I open
2006 Jun 09
5
Rails "pasteboard"?
Hello all, I''m looking to setup a simple network "pasteboard" for files within my organization, to circumvent people trying to email 50 meg files and me being unwilling to open up our mail server for massive email transfers. I''ve seen the pasteboard idea elsewhere where you can go and paste code or log files or whatever, and then they just fall off an hour or a day
2006 Apr 12
2
Tracking page hits
Hello all, I am developing an online store and would like to keep track of how many times each product was viewed. While I can keep track of page hits using something like webalizer, this won''t really work (I don''t think) as the pages are not going to be static. Has anyone else implemented this and if so could you please point me in the right direction. A potential solution
2006 Apr 14
6
LoginGeneratorACLSystem Issue
Hello all, Again, thank you all in advance for any help here. I am trying to figure out how to show the role associated with a user, in a template. I am using the LoginGeneratorACLSystem along with the LoginGenerator. I can show the first name of the user by writing "<%= session[:user].first_name %>" but when I write "<%= session[:user].roles.name %>" it spits
2006 Apr 16
2
Making requests in order
Hello all, This is an interesting problem I have been working on. What I have is a little multiuser project request tracking application. What happens is that I log in and create projects and assign people to the projects. Each project has steps associated with it, and the steps need to be done in a certain order. Now, I have to request that the assigned person perform each of the steps, and
2002 Sep 17
2
Install on Mandrake 8.2
Hello, I have a fresh install of Mandrake 8.2 which comes with Samba 2.2.3a. I wish to upgrade to Samba 2.2.5, however, I cannot find the correct RPM to do so. Any help here is greatly appreciated. Thank you. - Robert Dempsey
2006 Jun 12
1
Searching People
Hello to all Rubyist and Railist ;) I''m looking for people to start a blog-project, write about Rails and with its related subject. Or if anyone have a blog that I can join in and write some articles? Greetings, Chris Dorner -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 12
2
starting WEBrick
I''m doing some testing and want to start WEBrick as a daemon on my RHEL 4 server. How can I start this to run as a daemon from the command line so that I can close my ssh session and leave WEBrick running? Thanks, David
2002 Sep 02
1
File types and performance
Hello, I am wondering if Samba cares what types of files you are putting onto the server and if this effects the performance of the server. Attempts to copy various file types to my Samba 2.2.5 RH7.3 server have given mixed results. I appreciate any help on this matter. Thank you. Sincerely, Robert Dempsey Atlantic Dominion Solutions
2006 Jun 12
6
Storing "money" in databases
Hiall, I''m wondering what''s common practice when dealing with money values stored in databases. I like the idea of storing all the values as integers, i.e. all the values in eurocents not euros. Then I need to multiply all values the users enter by 100 before storing them in the database. Now the question is, what''s the most efficient and dryest way to do this?
2006 May 24
1
Authentication between Instiki and Mailman Solved!
Basically, we needed to authenticate against the cookie written by Ruby. It turns out that you can write a cookie for the entire TLD of *.example.com from Instiki (Rails). So, I changed the cookie writing code in the wiki_controller to the following. # app/controllers/wiki_controller.rb cookies[''ldap_username_2006''] = {:value =>emailaddress, :expires
2010 Jul 22
2
Dsync ignores INBOX when converting from mbox to maildir
Hi, I am trying to convert email box in mbox format to maildir++. It converts all folders except INBOX. For example: dsync -D -v -f -u 'info at example.org' mirror 'maildir:~/Maildir' prints: dsync(info at example.org): Info: Sport: only in source So it converts Sport folder, but INBOX folder is ignored. dovecot.conf contains: mail_location = mbox:~/mail:INBOX=/var/mail/%u
2013 Jan 13
2
Recorded reminders
Hi List Members , its been about one months since I built my first Asterisk server. What I want to know is: are there ways to make Asterisk take recorded reminders. This is the scenario I have in mind. 1 You place a call to a specific extension say 350. 2 On recognizing the incoming extension the reminder application at extension 350 prompts you to enter a number say 1 to record a message to
2006 Oct 25
2
Nerdvittle's Reminders and Zaptel
I am attempting to implement Nerdvittle's Call Reminders on my * 1.2.12.1 PBX. It has 8 Zaptel trunks provided by 2 Digium TDM400P cards. If I use the call reminders internally, it works flawlessly. The problem happens when I set the call-back number to an external number so that the call goes out the Zaptel trunk. The reminder message starts playing before the person being called picks up
2007 Oct 30
2
[osol-help] Squid Cache on a ZFS file system
On 29/10/2007, Tek Bahadur Limbu <teklimbu at wlink.com.np> wrote: > I created a ZFS file system like the following with /mypool/cache being > the partition for the Squid cache: > > 18:51:27 root at solaris:~$ zfs list > NAME USED AVAIL REFER MOUNTPOINT > mypool 478M 31.0G 10.0M /mypool > mypool/cache 230M 9.78G 230M
2011 May 31
1
Please HELP
Hi R people. &nbsp; I have a problem. What can I create by using functions the combinations of&nbsp;distances in multiple comparisons tests such as duncan multiple range test? &nbsp; cur=sample(rnorm(15),15,replace=TRUE) varr=factor(c(rep("var1",5),rep("var2",5),rep("var3",5))) dat&lt;-data.frame(cur, varr) lmm&lt;-lm(cur~ varr,data=dat)
2001 Nov 24
1
win98printer+samba2.0.7
LaserjetHP4MP is connected to win98 machine "server". My goal is to print from Slackware7.1 machine using Samba. So far, I did: smbclient //server/"HP 4MP" -P ...password etc... smb> print /home/test.txt ...system annonuces printing but nothing really happens until another printing job is being sent from windows machine, printing my linux page as the first one. My