Possible redmin configuration problem
Added by Ricardo Nuno almost 16 years ago
Hi,
I'm testing Redmine 0.8.1 for my development projects. Its my first time playing with ruby
but the installation went well at least its up and running. Using apache2.2 and passenger.
The problem that lead me to this is that the first time I try to access the site it takes like
a minute to load the first page but then it starts to respond normally fast.
What i have installed:
$ gem list --local *** LOCAL GEMS *** actionmailer (2.2.2) actionpack (2.2.2) activerecord (2.2.2) activeresource (2.2.2) activesupport (2.2.2) fastthread (1.0.1) mysql (2.7) passenger (2.0.6) rack (0.9.1) rails (2.2.2) rake (0.8.4, 0.8.3) sqlite3-ruby (1.2.4)
I try script/about to confirm my setup but i get this:
[root@host][/srv/www/www-sites/redmine-0.8.1] $ RAILS_ENV=production script/about /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- rails/info (MissingSourceFile) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from /srv/www/www-sites/redmine-0.8.1/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require' from /srv/www/www-sites/redmine-0.8.1/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in `new_constants_in' from /srv/www/www-sites/redmine-0.8.1/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in `require' from /srv/www/www-sites/redmine-0.8.1/vendor/rails/railties/lib/commands/about.rb:2 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from script/about:3
Any hints/ideas what it can be?
regards,
-- Ricardo
Replies (1)
RE: Possible redmin configuration problem - Added by Ricardo Nuno almost 16 years ago
Oh and I didn't install the distro rails version. All i have is this:
$ yum list ruby\* | grep installed ruby.i386 1.8.5-5.el5_2.6 installed ruby-devel.i386 1.8.5-5.el5_2.6 installed ruby-irb.i386 1.8.5-5.el5_2.6 installed ruby-libs.i386 1.8.5-5.el5_2.6 installed ruby-mysql.i386 2.7.3-1.el5 installed ruby-rdoc.i386 1.8.5-5.el5_2.6 installed $ yum list rubygem\* | grep installed
I'm using CentOS 5.2