Celso Fernandes

Results 58 comments of Celso Fernandes

@apotonick what's in your mind?

here it's https://github.com/fernandes/trailblazer-generator

hi @kevinelliott Yeah, it's... the "old" way, `Song::Create`, was considering files under `app/concepts/song/operation/create`, it clashes with rails, so [trailblazer-loader](https://github.com/trailblazer/trailblazer-loader) was needed, it always load the files. In some big projects,...

@johnlane my suggestion is to have a class that is not a anonymous class heheh here we just do translations this way, for example for a Thing concept we have...

1. great to have own trailblazer translation paths :) 2. As you said, its a personal choice, and we decided to use absolute view related paths, once people who are...

saw the code working for translation on concept view and locale file, really good

what if you have 2 cells for a concept like this: 1. concept/thing/show/views/show.haml (string title: ....) 2. concept/thing/index/views/index.haml (string title: ...) how would generate the string title for both cells?

@jwoertink maybe we could add a super simple `BrowserClient` that just do the requests... like rails does using `get`, `post` test helpers then we can improve in the future with...

hey @igor-alexandrov I could make it work with Avram, my solution is a little bit weird (there are a few points that can be improved), but at least I could...

hello @igor-alexandrov , I isolated and tried to simplify the most I could to make it easier to read, in this first example I'm using local store, after you implement,...