I'm following the CentOS recipe committed Jan 10 2009.

I edited gitorious.yml per the instructions, and this step gave no
error:
$ rake db:create RAILS_ENV=production

However, the next step gave an error:
$ rake db:migrate RAILS_ENV=production
(in /var/www/gitorious)
rake aborted!
undefined method `[]' for nil:NilClass

I thought it looked suspicious that the development and production
sections of gitorious.yml were empty, so I copied the contents of the
test section (which I had filled out per the recipe) into the
production section.

This was the result:
$ rake db:migrate RAILS_ENV=production
(in /var/www/gitorious)
Missing these required gems:
  rdiscount  = 1.3.1.1
  stomp  = 1.1
  json

You're running:
  ruby 1.8.6.287 at /opt/ruby-enterprise-1.8.6-20090421/bin/ruby
  rubygems 1.3.2 at /home/git/.gem/ruby/1.8, /opt/ruby-
enterprise-1.8.6-20090421/lib/ruby/gems/1.8

Run `rake gems:install` to install the missing gems.

So I tried that:
$ rake gems:install
(in /var/www/gitorious)
rake aborted!
undefined method `[]' for nil:NilClass

Any clues?  Thanks,
Phil Lawrence

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to