Snippet created error in latest version(6.2)
Created by: ghost
I create new Snippet, fill the blank, and submit, but it doesn't work, there's no request and response.
from the log, I can not see any question, it seems ok.
Processing by SnippetsController#user_index as HTML Parameters: {"username"=>"AKAHB"} Rendered snippets/_snippet.html.haml (0.0ms) Rendered snippets/_snippets.html.haml (6.0ms) Rendered snippets/current_user_index.html.haml within layouts/navless (21.3ms) Rendered layouts/_head.html.haml (2.5ms) Rendered layouts/_search.html.haml (16.7ms) Rendered layouts/_head_panel.html.haml (23.5ms) Rendered layouts/_flash.html.haml (0.2ms) Completed 200 OK in 171ms (Views: 46.7ms | ActiveRecord: 4.3ms) Started GET "/snippets/new" for 127.0.0.1 at 2013-10-20 03:20:18 +0000 Processing by SnippetsController#new as HTML Rendered snippets/_form.html.haml (11.4ms) Rendered snippets/new.html.haml within layouts/navless (14.6ms) Rendered layouts/_head.html.haml (2.5ms) Rendered layouts/_search.html.haml (18.0ms) Rendered layouts/_head_panel.html.haml (25.0ms) Rendered layouts/_flash.html.haml (0.2ms) Completed 200 OK in 89ms (Views: 45.0ms | ActiveRecord: 2.6ms) Started GET "/snippets" for 127.0.0.1 at 2013-10-20 03:21:07 +0000 Processing by SnippetsController#index as HTML Rendered snippets/_snippet.html.haml (0.0ms) Rendered snippets/_snippets.html.haml (4.2ms) Rendered snippets/index.html.haml within layouts/navless (7.9ms)