search for: _thumb

Displaying 3 results from an estimated 3 matches for "_thumb".

Did you mean: thumb
2015 Nov 18
2
OT: Replacing Venerable NAS
On 11/18/2015 11:50 AM, m.roth at 5-cent.us wrote: > What size storage are you looking at, and what's your budget? Are we > talking a 4TB drive, or 33TB, or...? Sorry, should've mentioned this is for home/home office. The ReadyNAS is a four-bay unit, with 500GB disks. Will want a four-bay, probably with 1- or 2-TB disks. -- Tim Evans | 5 Chestnut Court UNIX System Admin
2008 Sep 23
5
Problem getting Rails to emit the correct (proxy) domain in route urls
Behind the scenes my app runs like this: http://myapp.mydomain.com/myapp and and https://myapp.mydomain.com/myapp are Apache 2.2 virtual hosts proxy-balanced to a mongrel cluster on the same machine. But I need to make these available here: https://www.mydomain.com/myapp and https://myapp.mydomain.com/myapp are on a second server using ProxyPass and ProxyPassReverse to
2006 Apr 17
8
file upload
...robably me having an issue with the mvc way of living.. .I''m used to perl/php scripting... I''ve got a photo blog I''m making... and in past iterations of this website, I''d just name the photos after the id of the entry. For instance: /photos/id.jpg /photos/id_thumb.jpg However, I''m having trouble finding an easy way to do this with rails. Everywhere I read either has an example of how to upload the file directly into a database, or to use file_column. While file_column looks nice and easy, it kind of bugs me that I''d have to create two...