Hi all,
Just a quick note to let you know, should it be relevant, that we’re
readied a new release of the Engines plugin, revamped and ready for
Rails 2.0, and would absolutely love for you to start using it and
sending feedback about what’s broken, what’s missing and what could be
improved.
Grab the plugin here:
http://svn.rails-engines.org/engines/trunk
In order to work with the new plugin loading mechanism in Rails 2.0,
you’ll also need to add a line to environment.rb, just after the
require of Rails’ boot file:
require File.join(File.dirname(FILE),
‘…/vendor/plugins/engines/boot’)
After that, you’re good to go. Kick the tires, take it for a spin
around the block, and please do let me know how it runs. There may be
problems, we’ll try and resolve them as you guys report them back.
For anyone thinking ‘What is the Engines plugin?’: The engines plugin
enhances Rails’ own plugin framework, making it simple to share
controllers, helpers, models, public assets, routes and migrations in
plugins. Find out more in the README:
I’d also like to highlight the sterling efforts of Sven F., Josh
Ferguson, and everyone else who’s contributed ideas and patches for
this iteration. Thanks!
James
–
- J *
~