-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesnt Seem to be working with Mountable Rails engines #178
Comments
Will this break subdirectroy based rails installs though? care to give a full fix a shot, I don't really want to fix this just to break other cases. |
This was a major headache for me using a plethora of mountable engines. Thanks for finding a little fix - even if it has caused some more breaks elsewhere? I haven't seen any problems yet. |
@SamSaffron looks like rails4 mangles the Perhaps it would be ideal to append |
sure, care to try a PR for it? On Thu, Sep 12, 2013 at 6:59 AM, Michael J. Cohen
|
I am able to get it working in the development environment with basic pages (root level). But when I navigate inside a Rails (mountable) engine, I stop seeing miniprofiler data.
The moment I go back to application root, I can see multiple miniprofiler badges with data.
Changing the below in https://github.com/SamSaffron/MiniProfiler/blob/master/Ruby/lib/mini_profiler/profiler.rb#L509
to
Fixes the issue.
Note : Using rails (3.2.12)
The text was updated successfully, but these errors were encountered: