Jeevanandam M
ac4e5473d2
Merge branch 'master' into develop
2016-05-21 22:30:31 -07:00
Jeevanandam M
04e8dfdcbf
Merge pull request #43 from ottob/build-install-deps
...
Install package dependencies when building
2016-05-21 22:26:56 -07:00
Jeevanandam M
a6836f3a41
Merge branch 'master' of https://github.com/birkirb/cmd into birkirb-master
2016-05-21 20:53:19 -07:00
Jeevanandam M
6a02449e48
Merge pull request #42 from yyoshiki41/fmt
...
Format go code
2016-05-21 20:48:04 -07:00
yyoshiki41
4d8dbe0fe1
Format go code
2016-05-22 11:35:42 +09:00
Otto Bretz
eaf28d397f
Install package dependencies when building
...
This speeds up recurring compiles a lot.
2016-05-21 20:26:55 +02:00
yuki2006
b2ec002b4d
fix : Failed to request test list when excepting status code 200
2015-11-23 02:46:03 +09:00
Brenden Soares
8a7b1a81ac
Merge pull request #31 from rnubel/fix/ignore_missing_dir_on_clean
...
Ignore missing temporary directories in build.cleanDir
2015-09-26 01:11:03 -07:00
Brenden Soares
3c658679bc
Merge pull request #25 from roblillack/feature/improve-route-generation-warnings
...
Improve route generation warnings
2015-09-25 22:06:43 -07:00
Matthew Baird
f122160a11
fix issue where websockets don't work with SSL in dev mode.
...
As the comment says, it's ok to skip the verify on the cert since
this proxy is only used in dev mode.
2015-08-11 14:45:02 -07:00
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
a7b72c9afb
Merge pull request #27 from revel/develop
...
v0.12
v0.12.0
2015-03-25 07:38:39 -07:00
Pete Morgan
b5b91feebc
Merge pull request #26 from revel/pedromorgan-patch-1
...
Add Install instructions - merged for now.. windows instruction to follow
2015-03-23 23:59:51 +00:00
Pete Morgan
6a43b3cae1
Add Install instructions
...
This caught me out, so editing directly
2015-03-19 17:09:47 +00:00
Robert Lillack
95d62c1bbd
Improve warning message when unable to generate route for action.
2015-03-04 22:09:53 +01: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
Michael Eisendle
3eccd6ae00
Switch to revel.Walk, the symlink-aware filepath.Walk helper
2015-02-05 12:31:05 +01: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
Birkir A. Barkarson
0fd5bcfcba
Add environment mode to package.
2014-11-03 23:41:52 +01: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