On Jun 6, 2009, at 11:13 , Rob Kaufman wrote:
> Hi Guyren,
> Where you able to figure this out?
> Rob
No, I ran out of time.
Maybe at another meeting, we can take a look at it during the coding
part. I would love to release Catwalk. I don't know of another such
user-configurable generic l
Hi Guyren,
Where you able to figure this out?
Rob
On Thu, Jun 4, 2009 at 12:24, Guyren G Howe wrote:
>
> On Jun 4, 2009, at 7:58 , Martin Emde wrote:
>
> > A lot of plugins I've seen just have you include a module into
> > ApplicationControllet as part of the install. It's explicit and
> > obv
On Jun 4, 2009, at 7:58 , Martin Emde wrote:
> A lot of plugins I've seen just have you include a module into
> ApplicationControllet as part of the install. It's explicit and
> obvious.
>
> The other way I've seen is monkey patching ActionController::Base. The
> logic behind this is that the p
A lot of plugins I've seen just have you include a module into
ApplicationControllet as part of the install. It's explicit and obvious.
The other way I've seen is monkey patching ActionController::Base. The
logic behind this is that the plugin is modifying rails core, not your
app's files (