Commit Graph

458 Commits

Author SHA1 Message Date
Michael Snoyman
827a2f5485 Scaffolding http-conduit update 2012-11-07 17:57:53 +02:00
Michael Snoyman
f35cab9d44 Updated scaffold 2012-11-07 15:18:48 +02:00
Michael Snoyman
1c7e4c6f1a Version bumps 2012-11-07 12:07:32 +02:00
Michael Snoyman
a12b1791fe Specify scaffolding via url 2012-11-07 11:40:39 +02:00
Michael Snoyman
c3c0d0eaed Switch to project-template 2012-11-07 10:59:18 +02:00
Michael Snoyman
a486a2f71d Merge branch 'rebuild-for-shakespeare'
Conflicts:
	yesod/scaffold/project.cabal.cg
	yesod/yesod.cabal
2012-11-07 09:59:37 +02:00
Michael Snoyman
2af6882ba1 update-hsfiles.sh 2012-11-05 16:30:26 +02:00
Michael Snoyman
b530bb9aaa More stylish 2012-11-05 16:29:54 +02:00
Michael Snoyman
78cc08e39f Scaffolding moved to separate repo 2012-11-05 16:08:49 +02:00
Michael Snoyman
309d3c0f26 yesod devel displays "app not loaded" message
In order to achieve this, yesod devel listens on port 3000 and reverse
proxies to port 3001. An environment variable is set to tell the app to
listen on port 3001.
2012-11-05 12:14:45 +02:00
Michael Snoyman
b961fb8d5f Ignore the fay folder (#445) 2012-11-05 12:14:45 +02:00
Michael Snoyman
bdbb73f94d Check for import changes in Shakespeare files (#413) 2012-11-05 12:14:45 +02:00
Michael Snoyman
83264153fc Remove lens (I'm afraid of hitting Cabal hell) 2012-11-05 11:41:53 +02:00
Luite Stegeman
b9eb79068c force reconfigure when cabal file changes 2012-11-04 00:48:43 +01:00
Luite Stegeman
df9d4aef4a handle default extra arguments for build command 2012-11-02 14:06:43 +01:00
Luite Stegeman
00f8764799 Merge branch 'origin-develbuildghcapi' 2012-11-02 12:27:31 +01:00
Michael Snoyman
befdd91d58 Merge remote-tracking branch 'origin/master' into HEAD 2012-11-02 08:06:49 +02:00
Luite Stegeman
54abbc8618 fix handling of parameters that may occur multiple times 2012-11-02 01:07:08 +01:00
Luite Stegeman
976abcbb91 allow user to set default value for command line options with env vars or config file 2012-10-30 19:14:09 +01:00
Michael Snoyman
0fc62c4dd8 .gitignore in scaffolding #441 2012-10-28 09:44:58 +02:00
Luite Stegeman
80a8c51434 allow custom build directory with command line flag or env var 2012-10-17 14:31:45 +02:00
Luite Stegeman
174ac36719 try to load persistbuildconfig, even if cabal library version is not the same 2012-10-16 02:25:11 +02:00
Luite Stegeman
6bec7d342a fix infinite loop in cabal-dev args 2012-10-16 01:40:22 +02:00
Luite Stegeman
639204b6f0 pass extra arguments to cabal, for devel and builc 2012-10-15 20:42:55 +02:00
Luite Stegeman
19d4834378 use fsnotify to watch folder 2012-10-15 19:17:08 +02:00
Luite Stegeman
77383f8002 small fixes and cleanups 2012-10-15 17:10:58 +02:00
Luite Stegeman
75b8dc4457 merge master, switch to optparse-applicative 2012-10-15 16:30:35 +02:00
Luite Stegeman
9577083abd update bounds so scaffold builds with GHC 7.6 2012-10-15 14:53:33 +03:00
Michael Snoyman
4a6bdc0db7 Version bumps 2012-10-15 08:58:01 +02:00
Michael Snoyman
74cf1f77be Get rid of export lists 2012-10-12 11:19:45 +02:00
Michael Snoyman
47365910da Put main.hs in app, no dist hardcoding 2012-10-12 11:04:58 +02:00
Michael Snoyman
97d652a528 YesodSite -> YesodDispatch 2012-10-12 10:59:44 +02:00
Michael Snoyman
34f2f8cb13 unix-compat bump 2012-10-04 15:44:42 +02:00
Michael Snoyman
08e123c0e6 yesod version prints yesod-core and yesod version numbers 2012-09-29 20:29:01 +02:00
Michael Snoyman
fd0cdcfc21 Removed unnecessary conditionals 2012-09-24 15:58:45 +02:00
Michael Snoyman
8793cffe47 warpEnv 2012-09-24 15:57:01 +02:00
Michael Snoyman
48357a6fd3 Use shouldLog in scaffold 2012-09-24 15:52:17 +02:00
Michael Snoyman
a6ce05609d Version bumps 2012-09-11 07:17:23 +03:00
Michael Snoyman
4cce1d5a8f Merge remote-tracking branch 'origin/master'
Conflicts:
	yesod-core/yesod-core.cabal
2012-09-03 20:49:50 +03:00
Yann Esposito
667d8405a8 Added example on AddHandler to avoid confusion
I used the add-handler command of Yesod, and I found the sentences were too ambiguous. In order to avoid confusion, I just added some examples.

ps: I tried to write "getCommentR" instead of just "GET" and it was transformed in getcommentrCommentR :(.
2012-08-23 14:22:56 +03:00
Michael Snoyman
09016e9b7c Version bumps 2012-08-22 20:06:13 +03:00
Michael Snoyman
79fcfe0707 Fix stupid bugs... 2012-08-17 07:35:01 +03:00
Michael Snoyman
83b10c4959 yesod devel catches all message file changes (#404) 2012-08-17 07:15:04 +03:00
Michael Snoyman
5da6d0d9ea Scaffolding: allow http-conduit 1.6 (snoyberg/http-conduit#44) 2012-08-15 17:52:46 +03:00
Greg Weber
4a1d480998 fix yesod-test scaffold for SQL 2012-08-06 11:21:46 -07:00
Greg Weber
840fa09e5b complete backend independent yesod-test 2012-08-06 11:01:38 -07:00
Greg Weber
fa291bf9fe make yesod-test work with mongo
depends on resource-pool branch of persistent
2012-08-05 13:35:27 -07:00
Greg Weber
65e6d3bf20 update Yesod README 2012-08-03 07:44:23 -07:00
Greg Weber
ad057abb1b avoid MongoDB warning 2012-08-03 07:01:47 -07:00
Michael Snoyman
60b7111529 Fix scaffolding tests 2012-08-03 11:32:13 +03:00