i did solve that error by myself, if found out that i have to use this version
gem install rubygems-update
-v 1.3.6
and then update it to old ruby version , now the rake db:migration script is starting and all packages are available but during running it get this error
has someone an idea? or a hint which versions i should try
[root@ebitst20 jobsworth-master]# rake db:migrate --trace
(in /jobsworth/jobsworth-master)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Erubis 2.6.5
** Execute db:migrate
== CopyTaskOwnerToWatcher: migrating =========================================
-- Copying task creators to watchers.
rake aborted!
An error has occurred, all later migrations canceled:
uninitialized constant CopyTaskOwnerToWatcher::Notification
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:105:in `rescue in const_missing'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:94:in `const_missing'
/jobsworth/jobsworth-master/db/migrate/20081207130300_copy_task_owner_to_watcher.rb:7:in `block (2 levels) in up'
/jobsworth/jobsworth-master/db/migrate/20081207130300_copy_task_owner_to_watcher.rb:6:in `each'
/jobsworth/jobsworth-master/db/migrate/20081207130300_copy_task_owner_to_watcher.rb:6:in `block in up'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:328:in `block in say_with_time'
/usr/local/rvm/rubies/ruby-1.9.1-p431/lib/ruby/1.9.1/benchmark.rb:294:in `measure'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:328:in `say_with_time'
/jobsworth/jobsworth-master/db/migrate/20081207130300_copy_task_owner_to_watcher.rb:5:in `up'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:282:in `block in migrate'
/usr/local/rvm/rubies/ruby-1.9.1-p431/lib/ruby/1.9.1/benchmark.rb:294:in `measure'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:282:in `migrate'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:365:in `migrate'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:491:in `block (2 levels) in migrate'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:567:in `call'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:567:in `ddl_transaction'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:490:in `block in migrate'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:477:in `each'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:477:in `migrate'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:401:in `up'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/activerecord-2.3.8/lib/active_record/migration.rb:383:in `migrate'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rails-2.3.8/lib/tasks/databases.rake:112:in `block (2 levels) in <top (required)>'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:636:in `call'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:636:in `block in execute'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:631:in `each'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:597:in `block in invoke_with_call_chain'
/usr/local/rvm/rubies/ruby-1.9.1-p431/lib/ruby/1.9.1/monitor.rb:190:in `mon_synchronize'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:2029:in `block (2 levels) in top_level'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:2029:in `block in top_level'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:2001:in `block in run'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/usr/local/rvm/gems/ruby-1.9.1-p431/gems/rake-0.8.7/bin/rake:31:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.1-p431/bin/rake:19:in `load'
/usr/local/rvm/gems/ruby-1.9.1-p431/bin/rake:19:in `<main>'
/usr/local/rvm/gems/ruby-1.9.1-p431/bin/ruby_noexec_wrapper:14:in `eval'
/usr/local/rvm/gems/ruby-1.9.1-p431/bin/ruby_noexec_wrapper:14:in `<main>'
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (2.3.8)
actionpack (2.3.8)
activerecord (2.3.8)
activerecord-mysql2-adapter (0.0.3)
activeresource (2.3.8)
activesupport (2.3.8)
acts_as_list (0.2.0)
acts_as_tree (0.1.1)
arel (3.0.2)
builder (3.0.4)
bullet (1.7.6)
bundler (1.3.5)
daemons (1.1.0)
erubis (2.6.5)
eventmachine (1.0.3)
gchartrb (0.8)
hike (1.2.2)
hoe (3.6.1)
i18n (0.4.1, 0.4.0)
icalendar (1.1.5)
journey (1.0.4)
jquery-rails (0.2.4)
json (1.8.0)
mail (2.5.4)
mime-types (1.23)
multi_json (1.7.3)
mysql (2.9.1)
mysql2 (0.2.4)
paperclip (2.3.3)
polyglot (0.3.3)
rack (1.4.5, 1.1.6)
rack-cache (1.2)
rack-ssl (1.3.3)
rack-test (0.6.2)
rails (2.3.8)
railties (3.2.13)
rake (0.8.7)
rdoc (3.12.2)
rdoc-data (3.12)
RedCloth (4.2.3)
rubygems-bundler (1.1.1)
rubygems-update (1.6.1, 1.5.0, 1.4.2, 1.3.5)
rvm (1.11.3.7)
smurf (1.0.4)
splattael-activerecord_base_without_table (0.1.1)
sprockets (2.2.2)
test-unit (1.2.3)
thor (0.18.1)
tilt (1.4.1)
treetop (1.4.12)
tzinfo (0.3.37)
uniform_notifier (1.2.0)
will_paginate (2.3.14)