acrispino
acrispino
I would like this feature as well
I would like to see this as well, for the same reasons cited in the Ian Obermiller interview. For now, I've been working around it by putting more "smarts" into...
I think you're right about that but in this case, what's at issue is whether or not stores should have access to action creators or not.
This would also be very convenient. Similarly it would be nice to also trigger callbacks if initial selection dimensions are given to imgAreaSelect()
The error seems to be occurring too early for my application code to get involved. The request and exception are logged by unicorn, but are not present in the rails...
It's converting a nil. rack-1.4.5/lib/rack/multipart/parser.rb:104 ``` body = Tempfile.new("RackMultipart") ``` ruby-1.9.3-p429/lib/tempfile.rb:129 ``` def initialize(basename, *rest) @data = [] @clean_proc = Remover.new(@data) ObjectSpace.define_finalizer(self, @clean_proc) create(basename, *rest) do |tmpname, n, opts| ```...
It probably is my fault :( I will have to check all the controllers. oh dear.
I found the erroneous controller. I'll take responsibility for this one. I understand the concern about magic. But, as you saw, it was a really confusing error and seems worth...