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: http://api.rails-engines.org/ I'd also like to highlight the sterling efforts of Sven Fuchs, Josh Ferguson, and everyone else who's contributed ideas and patches for this iteration. Thanks! James -- * J * ~
on 2007-12-09 23:54
on 2007-12-10 15:51
James Adam wrote: > 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. This is wonderful. I have found the Engine plugin invaluable to my work. I know component-based programming has gotten a bad rep in the Rails world (some of it deserved after the way Java/.NET have abused the concept) but for some development the engines are the only way to go. This plugin is installed on at least 90% of my apps and glad to know it will be here for Rails 2.0 moving forward. Was wondering if there are any new features or changes in the way things are done in this release? Or is this mostly just a Rails 2.0 compatibility release with nothing much changes from the point of view of a engine developer? Eric
on 2007-12-11 12:19
Good point. What is the upgrade path? On 12/10/07, Eric Anderson <eric@pixelwareinc.com> wrote: > I know component-based programming has gotten a bad rep in the Rails > Eric > > > > > -- Nathaniel Steven Henry Brown 604-724-6624
on 2007-12-11 14:08
James Adam wrote: > 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. Cool! It works again! I can't thing about world missing engines. It would suck so much. Thanks a lot! :)
on 2007-12-11 14:59
On Dec 11, 11:00 am, "Nathaniel Brown" <n...@inimit.com> wrote:
> Good point. What is the upgrade path?
This is basically a Rails 2.0 compatability release, but thanks to
some of the internal plugin refactoring in Rails itself we managed to
slim down a whole bunch of the original "monkey patching", which means
that the ride should only get smoother in the future.
Some "features" have been removed, but they are almost all never
really used - things like loading a plugin's about.yml when the plugin
loads. If this is actually useful, it can be re-added, but I don't see
the sense in adding bells and whistles just for their own sake. Please
do try it out and give feedback about what you feel might be missing
or broken.
The "upgrade path" is outlined in the README (See original email), but
amounts to adding a single line in environment.rb to switch
PluginLoader implementations to the one provided in the engines
plugin. Everything else can be left to Rails' default setup.
--
* J *
~
on 2007-12-11 16:03
I remember looking at the project a couple of months ago and the project back then appeared 'less than lively'. I am glad to see I was mistaken(I am, right?) as I think the lack of propper vertical functionality portability is holding a great framework like Rails back. Good work!
on 2007-12-11 22:33
James Adam wrote: > 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. OK, it seems there's a problem. The controllers/models in engine-based plugins are not reloaded, you have manually restart mongrel to get them reloaded.
on 2007-12-12 20:17
On Dec 9, 2007, at 5:53 PM, James Adam wrote:
> http://svn.rails-engines.org/engines/trunk
Is this the new home for the plugin, or just the development home for
the near future?
-faisal
on 2007-12-12 20:28
On Dec 10, 2007 9:11 PM, Faisal N. Jawdat <faisal@faisal.com> wrote: > On Dec 9, 2007, at 5:53 PM, James Adam wrote: > > http://svn.rails-engines.org/engines/trunk > > Is this the new home for the plugin, or just the development home for > the near future? Once the plugin is production-ready, it'll be tagged and a copy placed in http://svn.rails-engines.org/plugins/engines for the benefit of script/plugin. However, this location is always where development has taken place :)
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.