On 10/2/07, Mislav Marohnić <[EMAIL PROTECTED]> wrote:
> On 10/2/07, Rob Sanheim <[EMAIL PROTECTED]> wrote:
> >
> > I just hit this the same error a couple days ago against plain 1.2.3,
> > and I can confirm that I had a bad require in my environments.rb.
>
> rails:freeze:edge downloads only %w(actionpack activerecord actionmailer
> activesupport actionwebservice), but Rails 2.0 Initializer wants to load
> [:active_record, : action_controller, :action_view, : action_mailer,
> :active_resource]. Yeah, ActiveResource breaks your apps.
>
> Solution?
>
> 1) config.frameworks -= [ :active_resource ]
> 2) do an svn checkout and symlink to it from vendor/rails (recommended, you
> can switch easily between trunk and PR)

Thanks, It's really this issue and now it's fixed.

-- 
Cyril Mougel
http://blog.shingara.fr

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to