boilerplate icon indicating copy to clipboard operation
boilerplate copied to clipboard

This repo will help you to build quickly your Rails API with Trailblazer and friends.

Results 42 boilerplate issues
Sort by recently updated
recently updated
newest added

Interface: Macro::Policy::Pundit(MyCustomPolicy, user: :some_key_from_context_by_default_current_user, model: :some_key_from_context_by_default_current_user, rule: :any_rule_like_update?)

`app/controllers/concerns/default_endpoint.rb` ```ruby match.destroyed { head(:no_content) } # => replace with match.destroyed { |result| success_response(result) } ``` This approach should be discussed with the fronted team