github.com/mde/geddy/commit/… Changes -r to -rt in the help text in cli.js
github.com/mde/geddy/commit/… The mongodb-wrapper has to be installed locally, so the tutorial shouldn't suggest that a global install will work
github.com/mde/geddy/commit/… Allow null for hostname, so server accepts requests for any IPv4 address
github.com/mde/geddy/commit/… Can't use commas with new embeddable Jake
github.com/mde/geddy/commit/… Can't use commas with new embeddable Jake
github.com/mde/geddy/commit/… Add ejs extension to copy and make it silent when copying over a new app layout. During auth add the new dependenc...
github.com/mde/geddy/commit/… Include engine in auth:init, auth:init will now use the give engines views.
github.com/mde/geddy/commit/… Include auth in usage dialog. Clean up auth namespace a little for better readability. Also added CoffeeScript sup...
github.com/mde/geddy/commit/… Remove the require for child_process since we don't use it anymore Add a check for "default" engine as we do for t...
github.com/mde/geddy/commit/… Stake in the ground for handling static assets
github.com/mde/geddy/commit/… Closes #286 Allow long cli arguments to have both --option=value and --option value syntax style.
github.com/mde/geddy/commit/… Merge pull request #284 from joshua703/master Grammar and spelling fixes for Geddy website
github.com/mde/geddy/commit/… Grammar nitpicks * Requre should be spelled as require. * GitHub is capitilized like so (see their copyright in t...
github.com/mde/geddy/commit/… Use the action helpers in templates
github.com/mde/geddy/commit/… Removed unused and commented code from action helper code
github.com/mde/geddy/commit/… Made action helper generator much more flexible, now creates non-resource helpers, and support for more complex rou...