项目

一般

简介

Redmine 1.4.1 released

Lang Jean-Philippe超过 12 年 之前添加

Redmine version:1.4.1 is a maintenance release for the new 1.4.0 branch.

It fixes the “Create and continue” buttons and gives the ability to users to unsubscribe (this new feature is enabled by default but can be turned off in application settings). It fixes a few other issues as well.


评论

Jonsson André超过 12 年 之前添加

I’m having a problem after upgrading (from 1.3.2). Perhaps this is more of a Rails problem than a Readmine one.

After upgrading (using svn switch on my working copy), I ran the migrate script:

  1. rake db:migrate RAILS_ENV=production
    Redmine requires Bundler. Please install it with `gem install bundler`.
ok, simple enough:
  1. sudo gem install bundler
    Successfully installed bundler-1.1.3
    1 gem installed
Running migrate again:
  1. rake db:migrate RAILS_ENV=production
    Some gems may need to be installed or updated.
    Please run `bundle install --without development test`.
Trying as told:
  1. bundle install --without development test
    bundle: Command not found.

hm... I have no bundle executable...
I found there’s one at /var/lib/gems/1.8/gems/bundler-1.1.3/bin/bundle (have no idea if that’s the same one), but running that:

  1. /var/lib/gems/1.8/gems/bundler-1.1.3/bin/bundle install --without development test
    /var/lib/gems/1.8/gems/bundler-1.1.3/bin/bundle:2:in `require’: no such file to load – bundler (LoadError)
    from /var/lib/gems/1.8/gems/bundler-1.1.3/bin/bundle:2

even more hmm... having no idea why that was (I have no ruby skills), I tried setting the require path to an absolute one in the bundle script:
require '/var/lib/gems/1.8/gems/bundler-1.1.3/lib/bundler.rb’

That produced another error:
/var/lib/gems/1.8/gems/bundler-1.1.3/lib/bundler.rb:4:in `require’: no such file to load – bundler/psyched_yaml (LoadError)
from /var/lib/gems/1.8/gems/bundler-1.1.3/lib/bundler.rb:4
from /var/lib/gems/1.8/gems/bundler-1.1.3/bin/bundle:2:in `require’
from /var/lib/gems/1.8/gems/bundler-1.1.3/bin/bundle:2

Here’s where I failed come up with any more (bad) ideas on how to go about fixing this... and I felt my attempts is bringing me further and further from the real problem...

Sorry for the long-winded explanation, but I thought more is probably better then less.
What am I missing?

Park Jaekyu超过 12 年 之前添加

It’s fantastic~!!
Thanks!!!

点赞0