-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phoenix minor mode is not working for Phoenix >= 1.3 #306
Comments
Thanks a lot for this report, I'll try to fix this asap. |
I'm getting the Could not find a Phoenix Project root error. I'm assuming this is the same thing you're referring to @Spadavecchia ? |
The `web' directory is removed with phx1.3 and placed under lib/<app-name>_web instead. Also change phoenix.routes -> phx.routes
I worked on this. It fails alchemist-phoenix-test/a-phoenix-project though, since that test doesn't match the directory structure of phoenix anymore with 'web' in the project root. |
What's the progress on this? |
The `web' directory is removed with phx1.3 and placed under lib/<app-name>_web instead. Also change phoenix.routes -> phx.routes
Still no update? |
Gentle suggestion: change issue title to reference "Phoenix >= 1.3" so this doesn't get lost going forward. |
Would be nice to have this improvement in place. |
The `web' directory is removed with phx1.3 and placed under lib/<app-name>_web instead. Also change phoenix.routes -> phx.routes
Phoenix >= 1.3 changes the structure of the project, including files and directories. So Alchemist is not recognizing a Phoenix >= 1.3 project and the minor mode is not working anymore.
The text was updated successfully, but these errors were encountered: