JFimexx

Results 2 issues of JFimexx

Suppose I have the model: ``` class Model < ActiveRecord::Base scope :test_scope, -> { where(foo: "foo", bar: "bar")} def self.ransackable_scopes(a = nil) %i( test_scope ) end end ``` the controller:...

Help Wanted

I am not 100% sure if this is a bug or a misuse on my part When I include both _jquery-fileupload/vendor/tmpl_ and _jquery-fileupload/jquery.fileupload-ui_ (which is done when you include just...