Dependencies::LoadingModule.root Typo 2.6.0 and Earlier

Controllers = Dependencies::LoadingModule.root(
File.join(RAILS_ROOT, ‘app’, ‘controllers’),
File.join(RAILS_ROOT, ‘components’)
)

Rails 1.1 doesn’t like Dependencies::LoadingMode. Any recommendations on
how
to fix this?

Thanks,
Nick

2.6 isn’t going to work with 1.1. Try running ‘rake
freeze_edgeREVISION=3303’ to lock yourself to Rails 1.0.

Scott

On 3/28/06, Nicholas Van W. [email protected] wrote:>>
Controllers = Dependencies::LoadingModule.root(> File.join(RAILS_ROOT,
‘app’, ‘controllers’),> File.join(RAILS_ROOT, ‘components’)> )>> Rails
1.1 doesn’t like Dependencies::LoadingMode. Any recommendations on how
to fix this?>> Thanks,> Nick> -->> Nicholas Van W.>
_______________________________________________> Typo-list mailing list>
[email protected]>
http://rubyforge.org/mailman/listinfo/typo-list>>

Thanks.

Is this essentially the same as dumping rails 1.0 into vendor/rails?

Thanks,
Nick