> ~ No database.yml file found in /home/aeufemio/projects/my_new_app/
> config, assuming database connection(s) established in the environment
> file in /home/aeufemio/projects/my_new_app/config/environments
It's the very reason. Read output carefully before you make judgements.
--
MK
It's nothing to do with that, actually. That's never effected model
generation.
I can confirm that 'merb-gen resource Page' does work without any database.yml. As does 'merb-gen resource Page title:string'. The problem comes when you try 'merb-gen resource Page title:string body:text' (as in, two properties).
Then it just displays the help text.
Regards,
Jon
Let me see if I understand the real problem correctly. Specifying
multiple attributes causes generator misbehavior, right?
--
MK