Jeevanandam M
6ebd22021e
#32 PR merge and code improvements
2016-05-23 22:54:44 -07:00
Jeevanandam M
688042ffa5
Merge branch 'feature/ssl-support-for-websockets' of https://github.com/mattbaird/cmd into mattbaird-feature/ssl-support-for-websockets
2016-05-23 22:38:05 -07:00
Jeevanandam M
4f0489d0e6
print only valid error msg
2016-05-21 23:14:42 -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
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
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
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
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
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
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
Brenden Soares
9046edff96
Adds harness from 'revel/revel' and updates imports
2014-10-28 22:22:43 -07:00