Handle Rails apps running on relative root #27
Loading…
Reference in New Issue
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
rack-livereload was assuming that the rack app is running on the domain root. This isn't always the case, so this commit handles Rails apps running on a relative root. It's specific to Rails, so I'm not sure if it's something you're interested in for rack-livereload.
That works for me. Can you add a test for this before I merge it?
@johnbintz Sorry it took me a while to get to this. Spec has been added.
You should merge in the latest HEAD, it has a change that is causing your tests to break.
Should be ready to merge now.
Thanks!