On Monday 05 July 2010, David Chelimsky wrote:
> On Jul 3, 2010, at 4:40 PM, Michael Schuerig wrote:
> > On Saturday 03 July 2010, David Chelimsky wrote:
> >> On Jul 3, 2010, at 3:34 PM, Michael Schuerig wrote:
> > [double loading of Rails framework classes]
> >
> >>> require File.dirname(__FILE__
On Jul 3, 2010, at 4:40 PM, Michael Schuerig wrote:
> On Saturday 03 July 2010, David Chelimsky wrote:
>> On Jul 3, 2010, at 3:34 PM, Michael Schuerig wrote:
>
> [double loading of Rails framework classes]
>>> require File.dirname(__FILE__) + "/../config/environment" unless
>>> defined?(Rails)
>>
On Saturday 03 July 2010, David Chelimsky wrote:
> On Jul 3, 2010, at 3:34 PM, Michael Schuerig wrote:
[double loading of Rails framework classes]
> > require File.dirname(__FILE__) + "/../config/environment" unless
> > defined?(Rails)
>
> This is from an old version of the spec_helper. Be sure t
On Jul 3, 2010, at 3:34 PM, Michael Schuerig wrote:
> I'm working on an engine that extends ActionController::Base like this
>
> module MyEngine
> class Engine < Rails::Engine
>
>config.after_initialize do
> ActionController::Base.class_eval do
>include MyEngine::ControllerExte