Skip to content
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

Report error when using undefined controller method in template or routes #205

Open
dotta opened this issue Feb 17, 2014 · 1 comment
Open

Comments

@dotta
Copy link
Member

dotta commented Feb 17, 2014

Referencing a non-existing controller method in either a template or routes file should result in a compilation error. Doing so speeds up development as I don't need to refresh the browser to discover the compilation issue.

As a side note, the sbt terminal does report compilation errors for the above described scenario. Hence, this should be trivial to fix once we can use the sbt-remote-server.

@dragos
Copy link
Member

dragos commented Mar 10, 2014

Templates are typechecked as-you-type, don't you get an error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants