search for: photoalbum

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

2010 Aug 30
3
paperclip gem install failed
when i''m installing paperclip gem its return err (i18n requires RubyGems version >= 1.3.6) the os is ubuntu 10.04 64bit -nirosh- -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send
2010 Oct 30
0
Will_Paginate — Set the Starting record ? IE, Photo 3, of 8
...rs clicks a Photo Album #4 - User see a list of photos in the album #5 - User views the clicked photo BUT has will_paginate showing in the nav for all the albums photos and will_paginate is defaulted to the page number of the photo the user clicked Controllers Based on the Flow Above: #2 - PhotoAlbum Index #4 - PhotoAlbum Show #5 - Photo Show Routes: resources :spaces do resources :photo_albums resources :photos end Does this sound right? Bec I haven''t been able to get this working, and the code is getting ugly :) Thanks -- You received this message because you are subscrib...
2008 Jun 05
1
Sound card support?
...the dom0 has no sound. How is this accomplished on one of the DomU''s? Can I share the sound across multiple machines? Michael -- *G. Michael Carter* *Projects* .. GarageSales http://www.garagesaleorganizer.ca Blog/Diaries http://theshadow.carterfamily.ca Family Pictures http://photoalbum.carterfamily.ca GeoCaching http://www.geocache.carterfamily.ca *Contact Info* Office 1-905-890-8100 x 28494 Work Site http://www.oracle.com 1-905-267-8494 Personal http://www.carterfamily.ca Cell 519-215-1869 AIM MikeyCarter Fax 1-519-941-0009 OIM Michael.Carter ________________...
2004 Jan 29
2
windows and log time with %t is not displayed
...;%USER%<%%f<%%l<%%b" from unix bash script: --log-format="%t [%p] <recv<${USER_IP}<${USER}<%f<%l<%b" Here are examples of the log lines (on one line): windows client: 2004/01/28 [2308] <recv<192.168.0.53<web1<cygdrive/d/www/sproutkicksass.com/photoalbum/pics/2002-08/20020830_06_Poppy_and_Nana.jpg<42764<423 21 unix client: 2004/01/29 04:15:29 [38706] <recv<192.168.1.254<intertb<usr/home/scheduling/itbschedule.mdb<24272896<335398 The windows is with rsync 2.6.0. The unix clients are 2.5.6. Why does the windows setup give o...
2010 Oct 25
0
Rails 3 -NoMethodError (undefined method `original_filename
...ntroller.rb:15:in `upload'' app/middleware/flash_session_cookie_middleware.rb:14:in `call'' I think this is because all the tutorials out there aren''t Rails 3 friendly. Anyone have any ideas? Here''s the code: # Controller def create @photo = @photoalbum.photos.build(:upload_file => params[:photo]) ... end # Model class Photo < ActiveRecord::Base require ''mime/types'' ... def upload_file=(data) data.content_type = MIME::Types.type_for(data.original_filename).to_s self.imag...
2008 Jun 04
8
Shared File System
I have a few cases where I need to share a filesystem (Read/Write) with multiple DomUs. Currently I use NFS to accomplish this task. However, NFS on Fedora 7 locks up under heavy traffic from time to time, forcing a reboot. Wouldn''t want that on the Dom0. Any one recommend a good way of sharing a file system in read/write with multiple DomUs? -- View this message in context: