We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
whitespace and before_action
reformat
Add comment message, explaining that you only have to use the second configuration if you have a folder in your initializer.
Updated How to: Reloading RailsAdmin Config Automatically (markdown)
if config.parent controller not set explicitly - auto reload will not happen(at least on Rails 5.0)
Alternative method for the RailsAdmin versions that do not extends the ApplicationController.
important caveat
code style
revert. Receive error locally. Needs to be fixed - "if: :rails_admin_path?" produces syntax error.
read whole of code, fix syntax issue, remove Rails.env test wrap around before_filter.
fix syntax error, wrap before_filter in Rails.env test.
Add a fix for "undefined method `page' for #<ActiveRecord::Relation>" error
Delete the comma in the before_filter declaration
Updated Example Burly Dynamically Reloading RailsAdmin Config (markdown)