Created
May 14, 2012 02:47
-
-
Save bry4n/2691489 to your computer and use it in GitHub Desktop.
Revisions
-
bry4n revised this gist
May 22, 2012 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
bry4n revised this gist
May 15, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # git-scm * Move some constants to lib/constants.rb * Refactor & clean up DocsController -
bry4n revised this gist
May 14, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) -
bry4n created this gist
May 14, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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