trestle icon indicating copy to clipboard operation
trestle copied to clipboard

A modern, responsive admin framework for Ruby on Rails

Results 129 trestle issues
Sort by recently updated
recently updated
newest added

Thanks for the great work! Basically on my Jobs Admin page, I customized New action from the controller side. And I also need the New action to open in a...

Hi, I am using trestle admin. I am also using active storage. Files were uploading fine till yesterday. today suddenly - I am getting error : Can't verify CSRF token...

I have a few nested resources (including a hierarchy of the same model) and I was wondering what the best approach for handling this is. Currently I am overriding large...

Trying to integrate trestle with a rails 5 API app. I added the necessary middlewares, but I keep on getting this error when trying to load /admin. Is there a...

I've got a fork of Trestle with a good chunk of the existing doc comments converted to YARD complaint comments. I still need to clean them up a bit and...

Hi ! Is it any possibility to create more than one admin resource to the same model ? Due to status (value of attribute (boolean) : true, false ) of...

I have an Admin Resource that have many scopes. I would to create several menu items in my admin resource who targets each scopes. For example : menu item "suppliers"...

Thank you for making trestle so useful. When I save a Model with form dialog: true, I can edit it in the dialog, but if I save it successfully, I...

Request for ``` remove_action :new, unless: -> {current_user.admin?} ``` or ``` remove_action :new unless current_user.admin? ``` raise ``` undefined local variable or method `current_user' for # ``` Thanks.

I want to replace these menu-items icons with images . `menu do item :users, icon: "fa fa-star" end` Wanna replace this `fa fa-star` with image. Is it possible or does...