AlexCppns

Results 6 comments of AlexCppns

Alright this is my solution for a model called Creative: ``` angular.module('PlatformUi').factory('Creative', ['ActiveRecord', '$q', function (ActiveRecord, $q) { return ActiveRecord.extend({ $urlRoot: '/api/v1/creatives', $constructor: function Creative(properties) { this.$initialize.apply(this, arguments) } },{...

So what's the fix for this?? Our urls are polluted by those parameters.

I think it crashes specifically on the word `operator`, is that a reserved word or so?

I checked with a simple RestClient, the request works fine.

@kangguru I don't want it to be initialized in /admin for instance. For now I am using another gem that lets me insert the js only in the layouts I...

@kangguru We re using google-analytics-rails right now. It's not in production yet though, we haven't tested it.