-
Notifications
You must be signed in to change notification settings - Fork 73
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
Support app namespace module #47
Comments
@deafbybeheading It seems like maybe another flag to remember might be a little difficult to discover, and not too much less error prone than manually having to remember to edit by hand. What do you think? I wonder if we could start to support something like |
@brandur that could definitely work. I agree that having a flag every time is not a great implementation. |
Could we name it Something like https://github.com/interagent/pliny/blob/master/lib/pliny/tasks/schema.rake should be then obsolete |
@tmaier +1, thanks! I think we have some higher priority stuff to get in, but let's keep this one on the back burner. |
I decided that I wanted my app code namespaced in a module, but the pliny generator commands don't support this. I end up wrapping things in
module Foo ... end
manually, and I inevitably miss something and things break. Could the generator support this out of the box, perhaps optionally?The text was updated successfully, but these errors were encountered: