Skip to content
Snippets Groups Projects
  1. Oct 13, 2017
  2. Oct 07, 2017
    • Jacopo's avatar
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo authored
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858
  3. Aug 02, 2017
  4. Aug 01, 2017
  5. Jul 27, 2017
  6. Jul 06, 2017
  7. Jul 05, 2017
  8. Jun 29, 2017
  9. Jun 19, 2017
  10. Jun 09, 2017
  11. May 12, 2017
  12. Apr 06, 2017
  13. Jul 25, 2016
    • Timothy Andrew's avatar
      `WikiPage` should have a slug even when not persisted. · 42a00f74
      Timothy Andrew authored
      1. So we can build the markdown preview URL for it.
      
      2. We can't skip the slug in this case, because the slug is used to
      construct relative markdown URLs.
      
      3. Add rspec feature tests to cover creating wiki pages with
         spaces/hyphens in the name.
      
      4. Add rspec feature tests for markdown preview URL rewriting, which was
         only covered by unit tests up to this point.
      42a00f74
Loading