Does not work with mountable engines #16

Open
opened 2012-04-04 11:26:37 +00:00 by luxerama · 2 comments
luxerama commented 2012-04-04 11:26:37 +00:00 (Migrated from github.com)

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 use test/dummy/script/rails s instead.

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 use `test/dummy/script/rails s` instead.
johnbintz commented 2012-04-04 13:24:28 +00:00 (Migrated from github.com)

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'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?
westonplatter commented 2012-07-20 13:56:09 +00:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
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#16
No description provided.