Wiki error 500 with some links
Created by: arnoo
On a brand new installation of the latest stable version, if I create a project and edit a new wiki page with the following contents :
[test](http://news.ycombinator.com/item?id=2720922)
Gitlab returns an error when trying to read the page. The log contains this error :
NoMethodError (undefined method `where' for []:Array):
app/contexts/notes/load_context.rb:26:in `execute'
app/controllers/notes_controller.rb:43:in `notes'
app/controllers/notes_controller.rb:13:in `index'
This is after following the installation manual (with sqlite for the DB) on a fresh Debian Squeeze install.