search for: timewell

Displaying 6 results from an estimated 6 matches for "timewell".

2006 Apr 30
8
format numbers as words
Does anyone know if there is a function available which can format any entered number as words? eg: ''1234'' would be ''One Thousand Two Hundred and Thirty Four'' In the past, I would have said this is a tall order, but from what I''ve seen with playing with rails for a short time, I don''t know what to expect. :) Thanks for any help, Damien
2006 Jun 24
2
using flickr.rb
Does anyone have any experience with using flickr.rb? Seems the only thing which is documented for it is searching through your photos. Anyway, all I''m trying to do is return a list of my 20 most recent photos, but nothing seems to work. doing this returns 100 photos for a given user (which takes all day to load) @flickr = Flickr.new ''API KEY'' @user =
2006 Jun 30
2
File Column woes
I followed this guide http://www.fearoffish.co.uk/blog/article/file_column_and_lightbox to make sure I''d set everything up right, but when I point my browser to the page where I can upload a new file, I get a NoMethodError for "undefined method `file_temp'' for #<Image:0x252e254>" I am so confused. It''s fallen apart and I havent even tried using
2006 May 06
4
rake doc:rails fails
Hi there, Running doc:rails and doc:rerails on a fresh rails directory after running ''rake freeze_gems'' fail with the following error: > Don''t know how to build task ''vendor/rails/activesupport/README'' Should it work? That file doesn''t seem to exist. If that''s not the sequence for generating the api documentation, what
2007 Jun 08
1
history of your mount point sessions
Dear all SmileThank you for your timeWell I like to ask some thing about( total_bytes_read )(total_bytes_sent)Etc.. () Mount point valuesAs we know each Mount Point has a separated status diagram in the admin page !I want to save this numbers in a Mysql database !So I can see some thing like (total_bytes_read /total_bytes_sent?etc) history...
2006 Jun 07
0
javascript that remote_function creates
I''m tring to use remote_function instead of writing all the javascript out, but am having difficulties.. I have this code in a layout: <body onload="<%= remote_function(:update => ''show_active'', :url => {:action => ''show_active_bugs''}, :complete => visual_effect(:blind_down, ''show_active'')) %>">