spree - Running Rails in Rubymine from subproject -
i'm using rubymine 3.1.1 rails 3.0.9.
i have spree project cloned github, , want debug server while working on code. this, spree includes sandbox rake command creates subfolder (called sandbox) contains instance of rails app, 1 refers parent directory containing source spree gem.
if close original project , open sandbox subfolder new probect, correct run configurations development , production , can debug. however, doesn't let me edit spree code in parent directory.
if i'm in parent directory, subfolder there of course, there's no rails run configurations , can't add 1 says there no rails server launcher in project (or facsimile of message).
anyone know how make rubymine recognize run configurations subfolder?
i ran across this conversation resolved similar issue you're reporting.
the gist can go settings | project structure , add subdirectory source root. can set run configuration subdirectory instead of project root.
Comments
Post a Comment