-
Notifications
You must be signed in to change notification settings - Fork 29
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
Assets disappearing #19
Comments
I've tracked it down to ActionView::Helpers::AssetUrlHelper Time to use This is what is happening: When it works without the gem: After the gem is included this line |
My new ripple_effect tests have found some discrepancies when monkey-patching is used.
|
Here's Rust implementation's decisions on leaving parent directory path alone on |
#31 should fix this issue. Testing now. |
This is embarrassing but at the moment my assets are disappearing. This thread will be for me to track down what methods are having issues.
Adding tests for outer methods that call on this method would be wise.
Pathname#chop_basename
is directly called by:Pathname#plus
Pathname#relative?
Pathname#cleanpath_aggressive
Those are most called by:
Pathname#absolute?
Pathname#+
normalize_element
fromHike::Paths
And those methods are called by:
Pathname#join
normalize_elements
fromHike::NormalizedArray
Check boxes will be for ones where all tests have been implemented and pass.
Sprockets asset helpers issue
I've narrowed it down to my Sprockets not prepending the
/assets
to the asset helper paths./assets
side effect happenedThe text was updated successfully, but these errors were encountered: