> Poking around, I find repository_config in > app/controllers/repositories_controller.rb, which seems to be invoked > and correctly produces the config_data object with the right content. > But then, the line: > > render :text => config_data, :content_type => "text/x-yaml" > > causes the right mime type in the response (I was successful modifying > it, so that must be the line!) but the content of the :text never > shows. I tried replacing with other strings and using :layout => > false; but it's always empty. Not knowing rails, I am lost what to > make out of that ...
This seems very strange to me. Could it be that you somehow ended up with a YAML gem version different from what we're using? Is the project in question access protected (i.e. private)? Christian -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
