Hi Steve, There are two things going on here
On 1/27/07, Steve <[EMAIL PROTECTED]> wrote: > 3. Tried to build my engine using the engine generator: > ruby script/generate engine MyEngine With the 1.2 release of the engines plugin, you no longer generate 'an engine', since there is no such thing anymore. Instead, create a plugin as normal, except with app/, db/migrate, and so on as required. I'd recommend creating plugins by hand since there's nothing much to them (init.rb and lib, basically, everything else is additional), but you could use the plugin generator if needs be. I'm not sure where the source of actual exception is coming from, since the 'engine' generator doesn't exist anymore - do you have an old copy of the plugin installed? -- * J * ~ _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
