Matiss Gaigals

Results 6 comments of Matiss Gaigals

@sujitswaroop Changed from Pace JS 1.0.0. to 0.7.8. version, however I don't see any difference. In fact my Crome console is pointing now to the line `return _open.call(req, type, url,...

@gs2589 @n-rodriguez I have similar case, where I need to do search by calculated column. Basically I have `gross_price` column in DB and then I have multiple discounts via `has_many`...

@jttmckee Thank you for the solution regarding `.js.erb`. I'm wondering, why I see this error in my Chrome console, when I click on the notice "Ok" button? ``` Uncaught ReferenceError:...

@LucasArruda Same here. v.3.2 works, however v.4.1.20 throw an error when I do push to my Dokku container - gives me `Precompiling assets failed` . Would be happy to use...

@vkeziah I ended up using [ufujs-rails gem](https://github.com/activebridge/ufujs-rails). Works like charm in my case with AJAX modal and file upload. In addition I use [this approach](https://github.com/carrierwaveuploader/carrierwave/wiki/How-to:-Create-random-and-unique-filenames-for-all-versioned-files) to generate unique file names.