-
As some might notice, our current Bumblebee implementation isn't completely free as we depend on the proprietary binaries from nVidia.
To develop a complete free solution we are in need to support Bu…
-
I've been having some strange things happen with some multipart messages.
The message is: http://gist.github.com/472080
and the stack trace is:
```
/usr/local/lib/ruby/gems/1.8/gems/mail-2.2.4/li…
-
server is sending content-type = image/png headers even for jpegs.
-
http://www.flickr.com/services/api/replace.api.html
I'm not sure if this is already in, couldn't find it. I'll dig into the code a bit and implement it myself if it's not there. I'm posting the issue…
-
I get the following in the development.log:
Started POST "/photos?photo%5Bpending%5D=true&photo%5Baspect_ids%5D=all&photo%5Bset_profile_photo%5D=true" for 127.0.0.1 at Sun Jul 31 16:32:15 +0200 2011 …
jensw updated
13 years ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR11301](https://bugs.llvm.org/show_bug.cgi?id=11301) |
| Status | RESOLVED FIXED |
| Importance | P…
-
www.hauppauge.de/files/QI-WINTV7-HVRS-PCIE-V2.1-GER_PRINT.pdf
-
# I got a strange error of process event, please see below
## Model
```
class UserImage
include Mongoid::Document
include Mongoid::Paperclip
field :user_id
has_mongoid_at…
-
Hi!
I try to implement this tutorial: http://thewebfellas.com/blog/2010/1/31/paperclip-vs-amazon-s3-european-buckets with Ruby 1.9.2, Rails 3.1.3, Mongoid 2.2.0, mongoid-paperclip 0.0.7, s3 0.3.9
An…
-
I just run into a problem using paperclip and learned that the processors are run when you set the file in the model, I was expecting for them to run while saving (on a before/after_save or before/aft…