Why is Rails 2.1.0 frozen in /home/srdan/rails/authlogic_example/ vendor/rails? That's what's causing the problem. The error is caused by authlogic specifying a dependency on activesupport, which wasn't properly stubbed in the gem index back in 2.1.0 (see https://rails.lighthouseapp.com/projects/8994/tickets/1107 for more details).
--Matt Jones On Dec 2, 3:20 pm, Srdan Dukic <[email protected]> wrote: > The output with the --trace commmand is as follows: > > sr...@srdan-laptop:~/rails/authlogic_example$ sudo rake --trace gems:install > (in /home/srdan/rails/authlogic_example) > ** Invoke gems:install (first_time) > ** Invoke gems:base (first_time) > ** Execute gems:base > ** Invoke environment (first_time) > ** Execute environment > rake aborted! > can't activate activesupport (>= 0, runtime), already activated > activesupport-2.1.0 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en.

