Added rails_root option for engine support. #19
Loading…
Reference in New Issue
No description provided.
Delete Branch "robotex82/better-engine-support"
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 should solve https://github.com/johnbintz/guard-rails/issues/16
See the updated README:
:rails_root
lets you specify the root directory of your app (try:rails_root => 'test/dummy
for engines).Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.