yesod/yesod
2012-04-25 17:20:38 +03:00
..
input Scaffolder: always use App as sitearg 2012-04-02 17:24:39 +03:00
scaffold Test -> Testing in mysql 2012-04-25 17:15:55 +03:00
Scaffolding Merge remote-tracking branch 'parcs/purge-cpp' 2012-04-25 07:25:54 +03:00
static Add 'yesod/' from commit '45bbb0fc93db341ecac1406234fe0e880d63ed12' 2011-07-22 08:59:52 +03:00
test Don't test for tiny 2012-04-04 07:12:05 +03:00
.gitignore Add 'yesod/' from commit '45bbb0fc93db341ecac1406234fe0e880d63ed12' 2011-07-22 08:59:52 +03:00
Build.hs fix import warnings 2012-04-02 07:35:30 -07:00
Devel.hs Fixed yesod devel flag checking 2012-04-25 10:43:21 +03:00
LICENSE Add 'yesod/' from commit '45bbb0fc93db341ecac1406234fe0e880d63ed12' 2011-07-22 08:59:52 +03:00
main.hs Added yesod test command 2012-04-25 07:20:03 +03:00
README.md fix bulleted lists, typo 2011-10-04 17:15:08 +03:00
Setup.lhs Add 'yesod/' from commit '45bbb0fc93db341ecac1406234fe0e880d63ed12' 2011-07-22 08:59:52 +03:00
yesod.cabal Remove ghc7 flag (#322) 2012-04-25 17:20:38 +03:00
Yesod.hs yesod: blaze-html 0.5 2012-04-23 15:13:29 +03:00

Overview

The yesod package

  • groups together the various Yesod related packages into one cohesive whole.
  • contains the executable yesod

There are 2 main features of the executable

  • yesod devel - start a development environment
  • yesod init - create a scaffolded site

Scaffolding

Test suite

install the shelltest package: cabal install shelltests

Run this from the project root directory. It will make sure each site type builds. It first does an sdist, which ensures we are testing what will be put on hackage.

test/run.sh

Give it the --debug flag to see all output

Quicker, repeatable site building

Useful for debugging individual failures.

test/runscaffold.sh < sqlite-input.txt

Getting a list of scaffold files for the cabal file

It is necessary after adding a scaffolding file to add it to the list of files in the cabal file.

find scaffold -type f