On Wed, Jan 14, 2009 at 4:52 PM, AkitaOnRails <[email protected]> wrote: > > I was trying to make it run here but I am getting this error: > > oMethodError (You have a nil object when you didn't expect it! > The error occurred while evaluating nil.git): > /app/controllers/pages_controller.rb:27:in `show' > > > Seems like I need to create something. Can you give me a hand?
You'll need to either run the script/create_wikis script, or do as the Project#create_wiki_repository after_create filter does. I've just pushed some changes that create a TOC based on the headers in a page, which require a modified version of rdiscount. I've submitted my changes to this (*gasp*) github repo: http://github.com/js/rdiscount/tree/master JS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
