Update rails / redmine
Added by Ludovic Alcala almost 16 years ago
Hello,
im a french user of redmine.
You made a great job !
I always retrieve the last version of trunk, but i saw you merged the 0.8 version with the new ruby on rails 2.1.2.
I never had a problem,
but now when i update my rails with :
gem install --no-rdoc --no-ri rails
Bulk updating Gem source index for: http://gems.rubyforge.org/
Bulk updating Gem source index for: http://gems.rubyforge.org/
Gem take 100% of memory and heavy cpu, it turn since yesterday.
6023 root 20 0 673m 363m 268 D 35 72.0 291:42.17 gem
Any idea ?
Thank you.
Installation project and why i choose Redmine : http://www.lowan.fr/travail/plate-forme-de-developpement-partie-1/ (In french, sorry :)).
Replies (9)
RE: Update rails / redmine - Added by Ludovic Alcala almost 16 years ago
It's good, i just comment the RAILS_VERSION to use the last :).
Thank you.
RE: Update rails / redmine - Added by Jean-Philippe Lang almost 16 years ago
Please note that Redmine won't work with lastest Rails version (2.2.2).
2.1.2 is required.
RE: Update rails / redmine - Added by Ludovic Alcala almost 16 years ago
i have
actionmailer (2.1.0)
actionpack (2.1.0)
activerecord (2.1.0)
activeresource (2.1.0)
activesupport (2.2.2, 2.1.0)
fastthread (1.0.1)
passenger (2.0.3)
rack (0.4.0)
rails (2.1.0)
rake (0.8.3, 0.8.1)
tzinfo (0.3.9)
RE: Update rails / redmine - Added by Ludovic Alcala almost 16 years ago
Any idea about the problem of rails upgrade ? (freezing)
RE: Update rails / redmine - Added by Jean-Philippe Lang almost 16 years ago
I don't have any clue about your gem problem.
But you can download the 0.8 RC at rubyforge and and move /vendor/rails
to your checkout. It should work.
RE: Update rails / redmine - Added by Stuart George almost 16 years ago
Ive seen this error before, but only on low memory VPS slices. just kill the gem process and try again. sometimes I see it on my slice (256mb ram vps)
RE: Update rails / redmine - Added by Ludovic Alcala almost 16 years ago
Yes, i launched ruby & redmine on a vmware system with 512 Mb ram. I updated my system manually and it works fine, thank you.
RE: Update rails / redmine - Added by Ludovic Alcala almost 16 years ago
Hum after a reboot, i have an error with passenger :
Error message:
uninitialized constant ActionView::TemplateFinder
Exception class:
NameError
And i have :
actionmailer (2.2.2, 2.1.2, 2.1.0)
actionpack (2.2.2, 2.1.2, 2.1.0)
activerecord (2.2.2, 2.1.2, 2.1.0)
activeresource (2.2.2, 2.1.2, 2.1.0)
activesupport (2.2.2, 2.1.2, 2.1.0)
fastthread (1.0.1)
mysql (2.7)
passenger (2.0.6, 2.0.5, 2.0.3)
rack (0.4.0)
rails (2.2.2, 2.1.2, 2.1.0)
rake (0.8.3, 0.8.1)
tzinfo (0.3.12, 0.3.9)
How to tell to redmine to use the good version ?
Thank you.