Re: [Rails] Re: Problem with activesupport version

2009-12-09 Thread Srdan Dukic
2009/12/9 Matt Jones al2o...@gmail.com On Dec 7, 1:52 pm, Srdan Dukic srdan.du...@gmail.com wrote: Hi, From the link that you sent, the fix seems to be to add the line: Gem.source_index.add_spec(Gem.loaded_specs[stub]) To 'initializer.rb'. I've tried adding this line to

[Rails] Re: Problem with activesupport version

2009-12-08 Thread Matt Jones
On Dec 7, 1:52 pm, Srdan Dukic srdan.du...@gmail.com wrote: Hi, From the link that you sent, the fix seems to be to add the line: Gem.source_index.add_spec(Gem.loaded_specs[stub]) To 'initializer.rb'. I've tried adding this line to '/var/lib/gems/1.8/gems/rails-2.3.4/lib/initializer.rb'.

Re: [Rails] Re: Problem with activesupport version

2009-12-07 Thread Srdan Dukic
2009/12/4 Matt Jones al2o...@gmail.com 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

[Rails] Re: Problem with activesupport version

2009-12-03 Thread Matt Jones
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

[Rails] Re: Problem with activesupport version

2009-12-02 Thread Matt Jones
On Dec 1, 3:38 pm, Srdan Dukic srdan.du...@gmail.com wrote: Hi, I'm fairly new to rails development and am using Ubuntu 9.04 as my distribution. I'm trying to get the 'authlogic_example' sample app working, however I run into this problem when I try to install the gems neccessary. $ sudo

Re: [Rails] Re: Problem with activesupport version

2009-12-02 Thread Srdan Dukic
2009/12/3 Matt Jones al2o...@gmail.com On Dec 1, 3:38 pm, Srdan Dukic srdan.du...@gmail.com wrote: Hi, I'm fairly new to rails development and am using Ubuntu 9.04 as my distribution. I'm trying to get the 'authlogic_example' sample app working, however I run into this problem when