Commit Graph

23 Commits

Author SHA1 Message Date
Robert Nubel
7792db37e2 Ignore missing temporary directories when booting.
Otherwise, removing your `app/tmp` and `app/routes` folders prior
to booting (e.g., if you add them to your .gitignore and use Travis)
will cause unnecessary FATAL error messages. Addresses
revel/revel#908.
2015-07-06 23:26:36 -05:00
Brenden Soares
ccff6efb44 Merge pull request #17 from anonx/fix819
Use a separate directory for revel project binaries
2015-02-23 22:02:35 -08:00
Brenden Soares
413741b76d Merge pull request #23 from revel/feature/overwrite-generated-app-files
Overwrites generated app files instead of deleting directory
2015-02-23 21:53:03 -08:00
Brenden Soares
1a30b3cc7a Fixes orphaned code 2015-02-23 21:52:40 -08:00
Brenden Soares
bc88881c55 Overwrites generated app files instead of deleting directory 2015-02-23 21:47:11 -08:00
Eliseo
9066d60a5e Using full import paths for revel binaries 2015-01-18 02:41:29 +06:00
anonx
cb83616943 Do not override binaries in $GOPATH/bin (fix #819) 2015-01-04 08:49:03 +06:00
anonx
2ea9a111a0 Merge pull request #15 from anonx/enh/testsuite-extracted
Import path of testsuite has been updated
2014-11-25 16:48:03 +06:00
anonx
09c730bcea Reflect the latest changes in revel related to testsuite 2014-11-25 16:17:20 +06:00
Justin Li
a13856d4d0 Update samples import paths 2014-10-30 11:22:53 -04:00
Justin Li
68550127c1 Manually merge branch 'feature/move-harness-to-cmd' into develop
Conflicts:
	revel/test.go
2014-10-30 10:55:57 -04:00
anonx
176c4077de Get testrunner's path from config 2014-10-30 10:52:03 -04:00
Brenden Soares
eaa1f8b19e Updates references to module import paths 2014-10-30 10:52:03 -04:00
Brenden Soares
9046edff96 Adds harness from 'revel/revel' and updates imports 2014-10-28 22:22:43 -07:00
Justin Li
6ea9d159b2 Split up hardcoded path separators 2014-10-16 10:48:24 -04:00
Justin Li
f7b5f1d5ba Merge pull request #5 from jeryagor/master
path.Join replaced by filepath.Join
2014-10-16 10:46:35 -04:00
Jeryagor
4d8c648a53 path.Join replaced by filepath.Join due to incorrect management of separators on Windows 2014-04-11 23:32:22 +02:00
Justin Li
a11342d6e7 Handle potential error from os.Readlink 2014-03-08 16:35:20 -05:00
Justin Li
13df5509a9 Merge pull request #2 from metafex/master
Make mustCopyDir follow symlinks.
2014-03-08 16:31:20 -05:00
Michael Eisendle
9a2efe5a6f Make mustCopyDir follow symlinks.
Applications symlinked into the GOPATH fail to build properly under
linux, this fixes it.
2014-03-08 14:31:06 +01:00
Justin Li
26262a152b Switch homepage link to revel.github.io
Fixes #1
2014-02-26 10:25:57 -05:00
verdverm
af269f69a2 hackaroo for packaging 2014-02-25 23:23:47 -05:00
Justin Li
860cff41ac Initial commit 2014-02-25 22:49:42 -05:00