Hi,

I have successfully crossed all the hurdles to install Ruby on rails on
a redhat 5 Linux based system.

But the last and the biggest hurdle i am facing at this moment is
installing backgrounrb :(

I followed all the steps from the http://backgroundrb.rubyforge.org/

1.  sudo gem install chronic packet
2.  script/plugin install svn://rubyforge.org/var/svn/backgroundrb
[IMP::::  I had to drop from the step 2 and 3 from
thehttp://backgroundrb.rubyforge.org/ as the deviavu.com system is no
longer responding to me and and the git/piston are not supported on  my
system; dono what exactly are they :( ]

3.  rake backgroundrb:setup
    --- Successfully created the database.yml under config dir and
worker dir under lib.

4. rake db:migrate

5. When started the backgroundrb, I got the following error:
=======================================================================
# ./script/backgroundrb/start
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/depreca
tion.rb:17: private method `warn' called for nil:NilClass
(NoMethodError)
        from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_su
pport/deprecation.rb:24:in `call'
        from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_su
pport/deprecation.rb:24:in `warn'
        from
/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_rec
ord/connection_adapters/abstract/connection_specification.rb:98:in
`allow_concur
rency='
        from ./script/backgroundrb/start:67
=======================================================================

MY GEM ENV's
******************************************************
RubyGems Environment:
  - RUBYGEMS VERSION: 1.3.4
  - RUBY VERSION: 1.8.8 (2009-10-09 patchlevel -1) [x86_64-linux]
  - INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/1.8
  - RUBY EXECUTABLE: /usr/local/bin/ruby
  - EXECUTABLE DIRECTORY: /usr/local/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-linux
  - GEM PATHS:
     - /usr/local/lib/ruby/gems/1.8
     - /root/.gem/ruby/1.8
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :benchmark => false
     - :backtrace => false
     - :bulk_threshold => 1000
  - REMOTE SOURCES:
     - http://gems.rubyforge.org/
******************************************************

APPRECIATE YOUR HELP
Warm Regards,
~S.
_______________________________________________
Backgroundrb-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/backgroundrb-devel

Reply via email to