awestruct / web-editor

A web based editor for awestruct projects
8 stars 6 forks source link

Save button keeps spinning #29

Closed pmuir closed 11 years ago

pmuir commented 11 years ago

When I hit save on http://awestructwebeditor-jporter.rhcloud.com/#/asciidoctor.github.com I just see the progress icon keep spinning

wesbos commented 11 years ago

Yep, the save and preview isn't working 100% yet so that callback isn't firing. Will be fixed once the preview is implemented

On Wednesday, July 10, 2013, Pete Muir wrote:

When I hit save on http://awestructwebeditor-jporter.rhcloud.com/#/asciidoctor.github.com I just see the progress icon keep spinning

— Reply to this email directly or view it on GitHubhttps://github.com/awestruct/web-editor/issues/29 .

Wes Bos Web Development & Design http://www.WesBos.com http://www.WesBos.com Skype: wes.bos Phone: 416 833 3641

LightGuard commented 11 years ago

It should work locally, let me know otherwise.

On Wed, Jul 10, 2013 at 9:38 AM, Wes Bos notifications@github.com wrote:

Yep, the save and preview isn't working 100% yet so that callback isn't firing. Will be fixed once the preview is implemented

On Wednesday, July 10, 2013, Pete Muir wrote:

When I hit save on http://awestructwebeditor-jporter.rhcloud.com/#/asciidoctor.github.comI just see the progress icon keep spinning

— Reply to this email directly or view it on GitHub< https://github.com/awestruct/web-editor/issues/29> .

Wes Bos Web Development & Design http://www.WesBos.com http://www.WesBos.com Skype: wes.bos Phone: 416 833 3641

— Reply to this email directly or view it on GitHubhttps://github.com/awestruct/web-editor/issues/29#issuecomment-20751067 .

Jason Porter http://en.gravatar.com/lightguardjp

wesbos commented 11 years ago

I'm getting a 500 error when I POST a file with updated content. Any insight n why @LightGuard

wesbos commented 11 years ago

Here is the response from the server:

http://jsfiddle.net/jsuxG/show

LightGuard commented 11 years ago

I need to know what the server is saying. My guess is something to do with bundler.

On Wed, Jul 10, 2013 at 10:55 AM, Wes Bos notifications@github.com wrote:

I'm getting a 500 error when I POST a file with updated content. Any insight n why @LightGuard https://github.com/LightGuard

— Reply to this email directly or view it on GitHubhttps://github.com/awestruct/web-editor/issues/29#issuecomment-20756551 .

Jason Porter http://en.gravatar.com/lightguardjp

wesbos commented 11 years ago

Fixed in my latest PR