500 error on file edition commit (web edit)
Created by: cohe4ko
Here log:
Started PUT "/simpeditor/tree/master/TextEditor/AppDelegate.h" for 127.0.0.1 at 2012-10-28 01:32:31 +0300 Processing by TreeController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"lznCeOTt344JUpbgS33sqeOHxNj04Nju3PZIxo=", "commit_message"=>"test fix", "last_commit"=>"d8e3a146902461e90cd874b5fd243446f694", "content"=>"//\r\n// AppDelegate.h\r\n// TextEditor\r\n//\r\n// Created by Ruslan Rezin on 23.10.12.\r\n// Copyright (c) 2012 All rights reserved.\r\n\r\n#import <UIKit/UIKit.h>\r\n\r\n@class TXRootViewController;\r\n\r\n@interface AppDelegate : UIResponder {\r\n TXRootViewController *_rootViewController;\r\n}\r\n\r\n@property (strong, nonatomic) UIWindow *window;\r\n@property (strong, nonatomic) TXRootViewController *rootViewController;\r\n\r\n@end\r\n", "project_id"=>"simpeditor", "id"=>"master/TextEditor/AppDelegate.h"} Completed 500 Internal Server Error in 111ms
RuntimeError (Satellite doesn't exist):
lib/gitlab/file_editor.rb:25:in block (2 levels) in update' lib/gitlab/file_editor.rb:21:in
open'
lib/gitlab/file_editor.rb:21:in block in update' lib/gitlab/file_editor.rb:18:in
update'
app/controllers/tree_controller.rb:30:in `update'