Production - Missing the open-close arrow and the javascript sprocket (gear) on the right?

Support Ticket

+status
 

Production - Everything seems fine but I'm missing the open-close arrow and the javascript sprocket (gear) on the right?

Javascript assets seem to be missing or something?

Essentially I can't edit the content and all the other buttons under the sprocket.

 

If I do a:

 

wagn s

 

The normal WEBrick launches the same database and site seems to loading fine on port 3000

 

 

 

Have you looked at this: Wagn in production?

 

Pay special attention to the paragraph in Wagn on Apache beginning "However, you will need to pay special attention to the public directory."

 

For now you will probably need to symlink to the gem directory as indicated there. (This is yet another thing we're trying to obviate in 1.13)

--Ethan McCutchen.....2014-06-25 20:42:04 +0000

You are right, doing a:

cd /var/www/mywebsite

while there:

ln -s /home/myuser/.rvm/gems/yourrubyversion/gems/wagnversion/public

It works.

--Mir S......2014-06-26 05:18:13 +0000

Awesome!

--Ethan McCutchen.....2014-06-26 16:36:15 +0000