On 17. juni. 2009, at 09.26, Makistos wrote:

> undefined method `[]' for nil:NilClass

Ah, this is most probably because your config/gitorious.yml does not  
have the correct format. This file, like config/database.yml, should  
have a section for each Rails environment you'll be using, which means  
it should look something like:

development:
        cookie_secret: some_long_string
        …
test:
        cookie_secret: some_long_string
        …
production:
        cookie_secret: some_long_string
        …

It probably doesn't, please have a look in config/gitorious.sample.yml  
for instructions.
I've put in an error message which gives some more information for  
cases like this (you're by far the only one who experienced this!) -  
which should be available later today.

> Does anyone have any idea what the problem is or how I could debug
> this further? Can I print the exact missing dependency somehow? Is it
> even possible to install gitorious without installing the entire Ruby
> Enterprise edition?

Installing Ruby Enterprise edition is not necessary; Gitorious.org  
runs Ruby 1.9.1 and several other installations run other Ruby versions.

Hope this helps!
- Marius
--~--~---------~--~----~------------~-------~--~----~
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