Fix rendering of asciidoc files.
Created by: mmlb
Fixes #3506 (closed).
Created by: coveralls
Coverage decreased (-12.52%) when pulling 872d6d9bfc39e8cdd1c7b1ec6607a2e458b04605 on mmlb:master into ae006dd9 on gitlabhq:master.
By Administrator on 2013-05-02T14:24:02 (imported from GitLab project)
Created by: smigielski
I've tried to do it manually but building fails because of Gemfile.lock is out of sync.
You are trying to install in deployment mode after changing your Gemfile. Run
bundle install
elsewhere and add the updated Gemfile.lock to version control.I would appreciate if someone can commit also that file because updating it on production server is quite nightmare. Thanks
By Administrator on 2013-05-28T21:59:04 (imported from GitLab project)
Created by: mmlb
Yeah. Sorry I thought I had done that already. Will take care of it tonight. On Jun 8, 2013 6:48 PM, "Robert Schilling" notifications@github.com wrote:
@mmlb https://github.com/mmlb Can you update the Gemfile.lock?
— Reply to this email directly or view it on GitHubhttps://github.com/gitlabhq/gitlabhq/pull/3805#issuecomment-19157483 .
By Administrator on 2013-06-08T22:49:44 (imported from GitLab project)
Created by: smigielski
What is the relation between 8f52501e and ascidoc? Maybe I do something wrong but ascidoc files are still not rendering correctly.
By Administrator on 2013-06-12T22:17:38 (imported from GitLab project)
Created by: mmlb
@smigielski, nothing that I can see. @randx I created a new pull request #4296 that follows contributor's guidelines (feature branch). Can you merge that?
Sorry for taking so long with the Gemfile.lock, I'm away for business and now is the first chance I really had.
By Administrator on 2013-06-12T23:25:51 (imported from GitLab project)