Fabricio Solanes
Fabricio Solanes
Description was not updated and consistent with code bellow.
I would like to see date_time_picker in my date range filters (such as created_at attribute). Is there a way of doing this?
Hi! Adding a generator to customize the template. Let me know if you think I should also add the set :maintenance_template_path with the chosen path automatically to deploy.rb after the...
```ruby controller do def index left_sidebar!(collapsed: true) super end end ``` I see `collapsed: true` adds the ability to collapse/expand the panel. However does not allow to start with a...
Hello! When I add this: ```ruby config.before_action do left_sidebar! if respond_to?(:left_sidebar!) end ``` to my AA initializer I get: ```ruby `load_missing_constant': Circular dependency detected while autoloading constant User (RuntimeError) ```...
Hey guys, I'm using exception_notification as an engine. Find bellow my configuration. Am I using it right in order to ignore Google robots? I keep getting emails from this IP...