-
Notifications
You must be signed in to change notification settings - Fork 6
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
rails 31 error? #2
Comments
The full trace, if that is helpful. Tasks: TOP => wadlgen Tasks: TOP => wadlgen |
Hmm, it seems it is not able to read the controller name in this code:
A prettyprint of defaults there where it crashes would be interesting. |
I ran into the same error. As I trace down through, it seems that the base variable in the rake task might be the issue. Or rather, incorrectly setting a base in the routes.rb file? |
Are any of these projects by any chance open source so that I can try to reproduce myself? |
Mine isn't, but I can try and reproduce it on a project that is. If I'm able to, I'll send it back your way. Thanks. |
I added wadlgen to a public application. jgifford78\ScoutMaster-Tools |
it has to do with an empty defaults. i've submitted a pull request to have it checked |
Hey, I was trying this gem out. Is the error 31 specific? Thanks. :)
bundle exec rake wadlgen
rake aborted!
wrong constant name _controller
Tasks: TOP => wadlgen
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered: