On 1/23/07, Tony Arcieri <[EMAIL PROTECTED]> wrote: > Found the problem with that action... I guess "." is a path separator now. > Awesome. So Engines 1.2 are working fine for me, at least in development. > > Anyway, am I good just deleting init_engine.rb ?
If you need any initialization, put it in an init.rb file. As for upgrading to engines 1.2, this is typically as simple as renaming init_engine.rb to init.rb, if it exists. If you don't have an init_engine.rb, you don't need to worry. However, It's worth noting that your plugin does need to have either a lib directory or init.rb (or both) to be recognised as a plugin. -- * J * ~ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
