Skip to content

Instantly share code, notes, and snippets.

@bry4n
Created May 14, 2012 02:47
Show Gist options
  • Select an option

  • Save bry4n/2691489 to your computer and use it in GitHub Desktop.

Select an option

Save bry4n/2691489 to your computer and use it in GitHub Desktop.

Revisions

  1. bry4n revised this gist May 22, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions TODO.md
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,8 @@

    * Refactor & clean up some Model classes (maybe using `delegate` or presenter pattern)

    * DRY up the Doc.search and Section.search (duplication)

    * maybe using cache_action/expire_page (need to check Heroku docs)

    * Add more factories for failing functional tests
  2. bry4n revised this gist May 15, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TODO.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # git-scm

    * Move some constants to config/
    * Move some constants to lib/constants.rb

    * Refactor & clean up DocsController

  3. bry4n revised this gist May 14, 2012. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions TODO.md
    Original file line number Diff line number Diff line change
    @@ -14,3 +14,4 @@

    * Add more test units and functional tests

    * Add Travis-CI (.travis.yml)
  4. bry4n created this gist May 14, 2012.
    16 changes: 16 additions & 0 deletions TODO.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    # git-scm

    * Move some constants to config/

    * Refactor & clean up DocsController

    * Refactor & clean up some Model classes (maybe using `delegate` or presenter pattern)

    * maybe using cache_action/expire_page (need to check Heroku docs)

    * Add more factories for failing functional tests

    * Fix few failing functional tests

    * Add more test units and functional tests