Nick Sutterer

Results 675 comments of Nick Sutterer

This is indeed a bug. I was thinking about removing that functionality entirely, or make it available only with some additional module. What are you using it for, @georgemillo ?

Hey @georgemillo we're about to remove this functionality, can you give any insights how you use(d) this?

I already talked to Rubymine about a Trailblazer mode :wink:

It will be released a few weeks after TRB 2.1 is finished. https://github.com/trailblazer/trailblazer-developer We already use it internally, but there's a lot to do, still.

So you basically want an interface to know if the wrapped pipe was successful or not? Something like ```ruby yield.success? ```

Hi Francois, this is described in the first section of the _Authentication_ chapter, and here: http://trailblazerb.org/gems/reform/populators.html#populating-by-id

Interesting! Cool idea! I didn't even think of using `TranslationHelper` in ops and forms, maybe because of the `ActionView` prefix. We should implement our own and see how much we...

Two things are not appreciated in ActiveModel's I18N style: 1. It introspects class names. We will use `model_name` for that, which has to be set explicitly via the `Model` module....

We're all talking about the same, haha. What we want is a **generic translation path** "behavior" for **cells/views**, **form** validation errors and fields, **operation** messages (for example, when an operation...

@johnlane Many thanks for sharing this. Could you paste a snippet of your translation file and how/where you use those translations (using the `#t` method)? Thanks again! :heart: