You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2019/04/26 00:17:09 UTC

[whimsy] branch master updated: Add local debugging note; we use ruby 2.5

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new e7bbd53  Add local debugging note; we use ruby 2.5
e7bbd53 is described below

commit e7bbd53ad1a1cd26130beabdc0af2c58d8862318
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Thu Apr 25 20:17:00 2019 -0400

    Add local debugging note; we use ruby 2.5
---
 DEVELOPMENT.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index e03aca8..bc98e7e 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -70,7 +70,7 @@ This section is for those desiring to run a whimsy tool on their own machine.
    `rbenv` or `rvm`.  Rbenv generally requires you to be more aware of what you
    are doing (e.g., the need for rbenv shims).  Rvm tends to be more of a set
    and forget operation, but it tends to be more system intrusive (e.g. aliasing
-   'cd' in bash).  Note the Whimsy server currently uses **ruby 2.3+**.
+   'cd' in bash).  Note the Whimsy server currently uses **ruby 2.5+**.
 
     For more information:
 
@@ -247,6 +247,11 @@ a virtual host, complete with authentication:
        start on dbus SIGNAL=SessionNew
        exec /srv/whimsy/tools/toucher
        
+4. (Optional) Debug your local Whimsy web environment with two scripts:
+ 
+       localhost:port/test.cgi?debug
+       localhost:port/racktest
+
 More details about the production Whimsy instance are in [DEPLOYMENT.md](DEPLOYMENT.md)
 
 Documentation Standards