Don’t get me wrong, the engine is cool - I can see that lots of work
went into it. It just feels like plugins in a framework within another
framework (rails itself)… and something doesn’t feel very KISS about it
to me. I get the point, of course… common code to be shared amongst
plugins. But in my, and I’m guessing many others’ situation, I’d only
ever make use of the login system.
Anyway… is anyone else doing just a bare login plugin?
and then flesh out the generator to create scaffold for the login
controller, views and model.
If you make the generated items just “include
LoginSystem::<relevant_module>” you can avoid the upgrade grief
associated with ‘pure’ generators (which is what I’m doing with the
current plugin I’m working on).
Regards,
Trevor
On 9-Nov-05, at 3:17 PM, Stephen W. wrote:
Anyway… is anyone else doing just a bare login plugin?