github.com/mde/geddy/commit/… Merge pull request #314 from bloodyKnuckles/patch-2 Update docs/4-models.md
github.com/mde/geddy/commit/… Update docs/4-models.md line 107: changed lenght to length line 122: changed min to max
github.com/mde/geddy/commit/… Merge pull request #313 from bloodyKnuckles/patch-1 Update docs/3-controllers.md
github.com/mde/geddy/commit/… Update docs/3-controllers.md line 92: changed "before-filter" to "after-filter"
github.com/mde/geddy/commit/… Merge branch 'master' into switachable-template-support
github.com/mde/geddy/commit/… Include fixed info for deploying on Heroku including the issue with .gitignore and config/secrets.json
github.com/mde/geddy/commit/… Changes getTemplatePath to use jake.createExec
github.com/mde/geddy/commit/… Adds tests for getTemplatePath and minor refactor
github.com/mde/geddy/commit/… Moves the log to the getTemplatePath method
github.com/mde/geddy/commit/… Include fixed info for deploying on Heroku including the issue with .gitignore and config/secrets.json
github.com/mde/geddy/commit/… Refactors the messy getTemplatePath code
github.com/mde/geddy/commit/… Uses npm root to get to the node_modules folder needed by getTemplatesPath. Needs some refactoring
github.com/mde/geddy/commit/… Uses the root directory/repo when looking for templates by path so we dont have to specify the 'templates' subdirec...
github.com/mde/geddy/commit/… Allow users to specify the tempaltes short name like coffee instead of geddy-coffee-templates
github.com/mde/geddy/commit/… Looks for templates on a local (full or relative path), a local or global module
github.com/mde/geddy/commit/… Moves app/controller files to app/controllers
github.com/mde/geddy/commit/… Moves config files to the config folder to make it easier to copy base templates