Does not work with mountable engines #16
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
This guard does currently not work with mountable engines due to the lack of
rails s
in the engine root. It should detect that its being run in a mountable engine and usetest/dummy/script/rails s
instead.I'm pretty swamped, and have never done much with mountable engines. It sounds like you have pretty good experience with them, though. Any chance you'd be able to crank out a pull request for this feature?
I actually got this to work inside my mountable engine (use the RubyGems version that is out there as on now). You might want to give it a try.