Commit Graph

83 Commits

Author SHA1 Message Date
Michael Snoyman
23139a579d Import.hs in scaffolding 2011-10-14 11:12:29 +02:00
Michael Snoyman
7e37608df9 Scaffolding: unified templates folder 2011-10-14 11:12:29 +02:00
patrick brisbin
bdd3639938 update scaffold to import provided handlers 2011-09-27 17:27:48 -04:00
Greg Weber
affeaee3f7 more Heroku instruction improvements 2011-09-25 19:46:18 -07:00
Greg Weber
06a83daec1 update Heroku deploy instructions 2011-09-25 18:22:26 -07:00
Michael Snoyman
933f0086d2 Scaffolding uses PersistConfig 2011-09-24 21:51:44 +03:00
Michael Snoyman
6c58728ad3 Better scaffolded cabal file 2011-09-23 10:16:54 +03:00
Michael Snoyman
0d88bbf741 modernizr.js in scaffolded site 2011-09-23 09:48:42 +03:00
Michael Snoyman
c9bb4fe622 Merge remote-tracking branch 'origin/master'
Conflicts:
	yesod-default/yesod-default.cabal
2011-09-23 08:40:37 +03:00
Michael Snoyman
0f3f6bd6cb runWaiApp 2011-09-23 08:31:47 +03:00
Michael Snoyman
40143c6391 widgetFile* provided by yesod-default 2011-09-23 08:13:30 +03:00
Michael Snoyman
6a949e7f29 Remove YesodAuthEmail from scaffolding 2011-09-23 07:02:31 +03:00
Michael Snoyman
189b3d2bab Included messages in scaffolded site 2011-09-22 09:50:12 +03:00
Michael Snoyman
ecca686b73 Cassius -> Lucius 2011-09-22 09:37:22 +03:00
Michael Snoyman
31dd38d103 Unified homepage between main and tiny scaffolding 2011-09-22 09:07:59 +03:00
Michael Snoyman
8c094f154f Fixed settings.yml.cg 2011-09-22 09:02:27 +03:00
Michael Snoyman
29ce11cd5a Quicker builds on development 2011-09-22 09:01:27 +03:00
Michael Snoyman
9815fe8891 tiny/Foundation uses addStaticContentExternal 2011-09-22 08:59:52 +03:00
Michael Snoyman
bb7f7c82f2 normalize is a Lucius file 2011-09-22 08:55:18 +03:00
Michael Snoyman
632bb4c7ed addStaticContentExternal 2011-09-22 08:44:57 +03:00
patrick brisbin
a6e7924e7c New Scaffold! hurrah! 2011-09-21 18:52:57 -04:00
patrick brisbin
f41029fd4c Add yesod dep to tiny scaffold 2011-09-13 23:07:27 -04:00
patrick brisbin
f06f11ff26 Simplify scaffold futher by using defaultDevelApp 2011-09-11 17:15:35 -04:00
patrick brisbin
fa3fabcfba Update scaffolding with new load connection functions
Yesod.Settings provides load functions which were previously scaffolded.
They load the ConsStrs for SQL and ConnParams for Mongo.

This prevents the need for a lot of the imports in the scaffolding
settings and simplifies the existing Text import.
2011-09-11 14:57:06 -04:00
patrick brisbin
47b0986964 Merge branch 'master' into default-main 2011-09-11 11:55:46 -04:00
Luite Stegeman
02a2c6de02 remove obsolete Update field attribute from scaffold 2011-09-11 13:02:22 +02:00
patrick brisbin
6360cb5e62 Update scaffold to use fromArgs 2011-09-11 00:35:46 -04:00
patrick brisbin
63d34a3bb4 Update scaffold for defaultMain 2011-09-10 23:33:17 -04:00
patrick brisbin
c569ed5f2f Stylistic changes to scaffolded main 2011-09-10 20:49:07 -04:00
patrick brisbin
f99a64e372 Import more from Settings 2011-09-10 20:46:26 -04:00
patrick brisbin
5da5fb8174 Make logger imports and function conditional
Silences -Wall for unused imports/function if PRODUCTION is defined
2011-09-10 20:40:52 -04:00
patrick brisbin
0723c19afa Fix missing logger argument in main.hs
logger argument was omitted in the withSiteArg call if PRODUCTION is
defined
2011-09-10 20:37:11 -04:00
Greg Weber
a9297006f8 mongoDB works! 2011-09-10 06:19:53 -07:00
Greg Weber
1e98a69319 never mind 80, just don't show port in PRODUCTION
Works when you don't deploy to port 80
2011-09-01 08:37:42 -07:00
Greg Weber
3f78df0c12 tiny: don't qualify imported function 2011-09-01 05:43:15 -07:00
Greg Weber
55c86c546b tiny: don't port to appRoot if 80 2011-09-01 05:40:36 -07:00
patrick brisbin
0c242baded don't qulify imported functions 2011-08-31 22:56:51 -04:00
patrick brisbin
3d73acd902 only add :port to appRoot if not 80 2011-08-31 22:56:04 -04:00
Greg Weber
5b91794903 fix last new line error 2011-08-31 06:31:15 -07:00
Greg Weber
389c634324 fix copy & paste line ending error 2011-08-31 05:38:20 -07:00
Greg Weber
813cf0881e add -DWINDOWS to the library 2011-08-25 07:48:40 -07:00
Greg Weber
06bda2877e move #ifdef for static into StaticFiles 2011-08-24 22:16:59 -07:00
Greg Weber
8938401ce5 fix CPP error 2011-08-24 11:07:40 -07:00
Greg Weber
6f9b0f359c fix stext whitespace 2011-08-24 09:49:27 -07:00
Greg Weber
773e8f517a in development mode, log email instead of sending 2011-08-24 07:03:09 -07:00
Greg Weber
43942879a1 more scaffolding fixes 2011-08-23 07:35:38 -07:00
Greg Weber
c0a8a53ad2 fix scaffolding 2011-08-23 07:29:14 -07:00
Greg Weber
7e6999ba37 fix yesod devel 2011-08-22 20:38:19 -07:00
Greg Weber
2adc337fa1 use staticDevel in scaffold 2011-08-22 20:31:22 -07:00
Michael Snoyman
bab00d13fa TH defines Widget and Handler type synonyms 2011-08-22 19:33:17 +03:00