Hash branch views #395
i-h8-github
started this conversation in
General
Replies: 1 comment 8 replies
|
This is expected. If you include a slash in your view, the view_subdirs plugin assumes you are providing the full path, so you would need It's possible we could make this configurable, or add a different plugin for the behavior you want. |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is this intended behavior? I can't help but feel that the behavior of the leading
/(or lack thereof) should be consistent, i.e. thehello-againbranch as written above should be looking forviews/test/fragments/hello.erbunless one specifically asks it to look from the root view directory with leading/.The behavior above is identical between
renderandview.All reactions