Mateo Murphy

Results 5 comments of Mateo Murphy

Having only actions be public methods is more of a best practice than an obligation (and that's only mentioned in the guides, not the documentation you linked). It's still a...

Unless I'm mistaken, the problem with doing this is that if your current_user is set by another filter, you won't have access to it to set the user_locale, so I...

Running into the same issue, the two events have different stack traces: ``` jQuery.event.dispatch elemData.handle jQuery.event.trigger (anonymous function) jQuery.extend.each jQuery.fn.jQuery.each jQuery.fn.extend.trigger Datepicker._trigger Datepicker.setUTCDates (anonymous function) DateRangePicker.dateUpdated proxy jQuery.event.dispatch elemData.handle jQuery.event.trigger...

EntryPoint would seem to be a good type for individual API calls (which should definitely have their own type). But overall API should probably be a Service. Net and/or Web...

BTW I forked and modified this, and can submit a PR if that would be helpful