[gitorious] Re: Tests fail

2012-08-03 Thread Carlos
I was able to get the tests to run -- more or less - by making simple changes to # modified: test/functional/favorites_controller_test.rb # modified: test/integration/git_http_cloning_test.rb # modified: test/unit/message_thread_test.rb The tests are very noisy for me at the moment. I g

[gitorious] Re: Tests fail

2012-08-03 Thread Carlos
Possibly related: It appears that gitorious includes a locked down activesupport 2.3.5 in vendor/rails. I have the activesupport 3.2.7 installed from gems. Is this a problem? On Friday, August 3, 2012 1:42:34 AM UTC-7, Carlos wrote: > > > I was able to get the tests to run -- more or less -

Re: [gitorious] Re: Tests fail

2012-08-03 Thread Marius MÃ¥rnes Mathiesen
On Fri, Aug 3, 2012 at 11:03 AM, Carlos wrote: > > Possibly related: > > It appears that gitorious includes a locked down activesupport 2.3.5 in > vendor/rails. > I have the activesupport 3.2.7 installed from gems. Is this a problem? > Carlos, Gitorious uses a "vendored" version of Rails, and w

Re: [gitorious] Re: Tests fail

2012-08-03 Thread Carlos Mundi
Thanks, Marius. I will try with ruby 1.8. Based on some comments I read, I thought problems with ruby 1.9 might be limited to encodings...which I hoped I could work around. Maybe not. I realize that a lot of apps are frozen on ruby 1.8. That's ok. I don't see many people rushing to adopt pyth