Added rails_root option for engine support. #19

Open
robotex82 wants to merge 1 commits from robotex82/better-engine-support into master
robotex82 commented 2012-08-04 13:25:50 +00:00 (Migrated from github.com)

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).
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).
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b robotex82/better-engine-support master
git pull origin robotex82/better-engine-support

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff robotex82/better-engine-support
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: github-migration/guard-rails#19
No description provided.