uninitialized constant Guard::Dsl::Rails, #27
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?
When I put this code in a Guardfile
Rails.root.join('spec/javascripts'),
It occurs error uninitialized constant Guard::Dsl::Rails.
Is any other way to point the root directory?