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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs