Nick Sutterer

Results 675 comments of Nick Sutterer

@brindu Can you think of any more "standard ends" that we could support out of the box? * `Model()`: `End.record_not_found` * `Policy()`: `End.not_authorized` * authentication layer: `End.not_authenticated` * `Validate()`: `End.validation_error`...

Hi Rick, we're in the process of finalizing the API, and then you will get new docs!

Uhm, it looks like you're using a very old version, I can give you a working version later tonight.

Not sure this will help, since that gem hasn't been released, yet, and underwent many changes and redesigns.

Yeah, just run the op manually in the controller and add some `if`s, I can later help you migrate it to the stable API.

So there's one thing you could take advantage of already, that's `render` from `trailblazer-rails`: http://trailblazer.to/gems/trailblazer/2.0/rails.html#render Other than that, what you do here is basically what your endpoint will abstract in...

Good timing, there's an `endpoint` team meeting scheduled for next week, we will then publish a roadmap. I'd say somewhere in March?

@PikachuEXE Please paste the complete stacktrace.

What keeps you from updating? I know the pain, my friend, we just upgraded an app to Rails 3.2 haha.