robj
robj
I have multi-gigabyte files that always fail uploading. Is it possible to use S3 CORS + chunked uploads as per https://github.com/blueimp/jQuery-File-Upload/wiki/Chunked-file-uploads ? I have tried adding the following options: ```...
The following geo_near query works with 2.4, fails with 2.6-rc0 collection users has a 2dsphere index Moped::Errors::OperationFailure - The operation: #"users", :near=>[151.19888274609377, -33.892333984375], :query=>{"active"=>true}, :num=>1000, :spherical=>true} @fields=nil> failed with error...
ie. - (void)imagePicker:(GKImagePicker *)imagePicker pickedImage:(UIImage *)image visibleRect:(CGRect *)visibleRect; This is useful when integrating the image picker with an existing environment that crops server side.
It is not immediately apparent from docs it only supports Numeric/String my custom validator for the interim: ``` def validate_date_presence(field, value, setting) if(value.is_a?(Time || Date)) return true else return false...
(main)> MotionModel::DateParser.parse_date('2012-04-23T18:25:43.511Z') 2013-10-29 17:09:35.489 stud[71594:80b] date_parser.rb:8:in `parse_date:': undefined method`date' for nil:NilClass (NoMethodError) removing 'T" from the string: => #
I am using rubygems version of MotionModel (upgrading to master or rc1.0 I get date_parse errors (format is "2013-07-17T06:54:43Z" ) my after_save(sender) method includes put ''aftersave' callback fires on initial...
Is this possible? To use the 'Key for browser apps (with referers)' I dont want to use oauth as I want reports created on behalf of users automatically, not users...
as per https://gist.github.com/seanlilmateus/3187192 thanks!