Displaying 3 results from an estimated 3 matches for "zfxoo9cya7fr7s880joybq".
2005 Dec 26
2
Fedora Core 2, cPanel and Ruby
Hi,
i have a live server with Fedora Core 2 and cpanel.
I want to install Ruby 1.8.2, so i can use rails, but it has some
dependencies that need to swith the computer to Fedora 3.
It requires a new version of openssl, which breaks dependencies in a LOT of
packages.
What do you recommend me to do? Update the whole system (how?), use some
kind of chroot to install the new version of ruby...?
2005 Dec 22
0
Any way to add ''onchange'' to a ''select'' helper?
I basically have a select menu with two options:
-- Leave password unchanged --
-- Enter new password below --
I want my form to use a sexy prototype effect to SlideDown the text
field when the second option is selected. That way the user isn''t
confused by a blank password field when they''ve selected to leave the
password unchanged.
Can I do this with Rails''s
2005 Dec 17
9
How to clear sessions with cron?
Anyone got a quick code snippet I can add to my crontab? Since Rails
doesn''t do any housekeeping, my /tmp directory just keeps getting fatter
and fatter. I found this useless snippet in the Agile book:
find /tmp/ -name ''ruby_sess*'' -ctime +12h -delete
Fedora Linux complains about the ''h'' in 12h, then if you remove the ''h''
he