Breno Perucchi

Results 13 comments of Breno Perucchi

made this solution but I didn't test in all conditions ```ruby #config/route.rb namespace :control do resources :accounts end #app/controllers/control/accounts_controller.rb class AccountsController < Admin::ApplicationController def dashboard @dashboard ||= Control::AccountDashboard.new end end...

I know this is a code smell, but it's working #lib/administrate/base_dashboard.rb ```ruby ... module Administrate class BaseDashboard include Administrate def permitted_attributes form_attributes.map do |attr| attribute_types[attr].permitted_attribute( attr, # resource_class: self.class.model, resource_class:...

I had to insert this to back to work again. ```ruby #activity.rb serialize :parameters, Hash ```

``` public_activity (1.6.1) ```

Does anyone found a solution to this problem?

https://github.com/brenoperucchi/administrate/tree/main_imentore I have been using this solution for a while to add one more namespace. I have not covered all administrate codes but works to my use. this is the...

I concur with @EnziinSystem that donations should remain voluntary, even if the conversion to MQL5 isn't undertaken. You should consider taking on this task yourself. It's not impossible. @jiowcl did...